Hey all,
I am still looking for use cases for scriptlets for the new GUI, so
I've heard people request adding their own patches to the Media menu.
I whipped up a quick scriptlet that let's you do just that, just 5
lines of Tcl. Its attached, and also checked into SVN into pd/
startup. There are a couple others in there that are in the 'pd/
startup/disabled' folder, move them to 'pd/startup' to try them.
.hc
You can't steal a gift. Bird gave the world his music, and if you can
hear it, you can have it. - Dizzy Gillespie
I would find this quite useful. but maybe also with:
textfile?
But then that'll be more than 5 lines of code.
Hey all,
I am still looking for use cases for scriptlets for the new GUI, so I've heard people request adding their own patches to the Media menu. I whipped up a quick scriptlet that let's you do just that, just 5 lines of Tcl. Its attached, and also checked into SVN into pd/ startup. There are a couple others in there that are in the 'pd/ startup/disabled' folder, move them to 'pd/startup' to try them.
Not directly related to this, but... Would be nice also have a menu for setting the colors of canvas, object, message, atoms, etc...
ex:
set canvas_fill #bac08c; set msg_cord #ffffff; set text_color #000000; set msg_box_fill #f8ef60; set box_outline #ffffff; set obj_box_fill #8faa80; set atom_box_fill #baaa80;
and save this configs as "color templates"...
abraço glerm
I added canvas_fill, but the rest require bigger modifications than
can go into this phase of the rewrite. But Pd-extended will continue
to support them.
I've been messing with the 'option' command, it should let you do such
things, and more. Check out pd/startup/disabled/gtklook.tcl. If you
put it into pd/startup/gtklook.tcl, it will change the Properties
panels to be more "GTK like".
.hc
On Aug 26, 2009, at 8:56 PM, glerm soares wrote:
Not directly related to this, but... Would be nice also have a menu for setting the colors of canvas,
object, message, atoms, etc...ex:
set canvas_fill #bac08c; set msg_cord #ffffff; set text_color #000000; set msg_box_fill #f8ef60; set box_outline #ffffff; set obj_box_fill #8faa80; set atom_box_fill #baaa80;
and save this configs as "color templates"...
abraço glerm
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
I already do this for a while, with HCs [hcs/sys_gui] object. Just program
your own color scheme, and load up a patch a startup with the settings you
want. it's not perfect, but it works.
Not directly related to this, but... Would be nice also have a menu for setting the colors of canvas, object, message, atoms, etc...
ex:
set canvas_fill #bac08c; set msg_cord #ffffff; set text_color #000000; set msg_box_fill #f8ef60; set box_outline #ffffff; set obj_box_fill #8faa80; set atom_box_fill #baaa80;
and save this configs as "color templates"...
abraço glerm