wearing sunglasses using pure data

Modular Synth design and releases (Reaktor, SynthEdit, Tassman, etc.)
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi all!

Anyone know how to change the white bacground in PD to something more comfortable?
Favourite movie: Borat

Post

"I wear my sunglasses at night..."

Post

Thought this was a new intresting topic, but no...
Best regards from Johan Brodd.
JoBroMedia since 1996.

Post

Oky , i post the question in the pd forum - sorry for boring you
Favourite movie: Borat

Post

Apology accepted...

Post

You could always put in a canvas and change the colour/size properties - you would have to add it first though, otherwise it would just hide everything else.

Post

Buy some tinted transparent perspex in the colour of your choice.
YOU are reading my unique forum signature.
http://brb.notatruck.net

Post

Nice idea but coloured perspex make my computer crash
Favourite movie: Borat

Post

That's very plausible.

Post

I had a quick look through the documents for pd, I couldn't find anything that suggested you could change the colours globally. Might be hidden away in a config file somewhere.

Post

shamann wrote:I had a quick look through the documents for pd, I couldn't find anything that suggested you could change the colours globally. Might be hidden away in a config file somewhere.
The GUI for pd is written in TCL/TK script <pd-dir>/bin/pd.tk .
Open it in some text editor and look for a section:

Code: Select all

############# pdtk_canvas_new -- create a new canvas ###############
Somewhere in that section there should be a line like this:

Code: Select all

canvas $name.c -width $width -height $height -background white \
    	-yscrollcommand "$name.scrollvert set" \
    	-xscrollcommand "$name.scrollhort set" \
	-scrollregion [concat 0 0 $width $height] 
Just change the "background" parameter to whatever you like (you may use one of these color definitions or use html color description style like #f0f0f0).

cheers,
Bart

Post

:D

Post

megathanks!!
Favourite movie: Borat

Post

Would it be kind of the same procedure to change background colour in max/msp
Favourite movie: Borat

Post

Nope - not the same procedure !
Favourite movie: Borat

Post Reply

Return to “Modular Synthesis”