[PD] GEM ERROR: -50 in GraphicsExportSetOutputFile() 2nd attempt

2015-11-02 Thread Rainer .
Hi, I get a strange error on my new laptop everytime I try to write a .tiff with pix_write. Sometimes GEM writes 2-3 tiff´s, but each time with an error message ERROR: -50 in GraphicsExportSetOutputFile() and on the 4. tiff pd is suddenly freezing/crashing. Sometimes pd crashes on the first atte

Re: [PD] object substitution w/ gui plugin

2015-11-02 Thread me.grimm
oh your right my mistake. i was under assumption the plugin needed to be in standard path (not in subfolder) but i see now that is not the case. m On Mon, Nov 2, 2015 at 1:32 PM, IOhannes m zmölnig wrote: > On 11/02/2015 06:44 PM, me.grimm wrote: > > interesting > > > > does "foo-plugin

Re: [PD] object substitution w/ gui plugin

2015-11-02 Thread IOhannes m zmölnig
On 11/02/2015 06:44 PM, me.grimm wrote: > interesting > > does "foo-plugin.tcl" end up at pd folder root? i thought it sticks it in a > folder "~/Library/Pd/foo-plugin/foo-plugin.tcl" where in this case Pd would > not find off the bat eh? how come? mfgdsar IOhannes signature.asc Descripti

Re: [PD] object substitution w/ gui plugin

2015-11-02 Thread Dan Wilcox
I’ll let Chris fill in the specifics. I remember discussion about installing plugin packages as well as abstraction libraries. As per the security aspects, there has to be trust somewhere, either that or never use an electronic device and live in a cave you dug yourself without revealing it’s l

Re: [PD] chord libraries?

2015-11-02 Thread Alexandre Quessy
Also, check out the musical.* abstractions in pdmtl: https://github.com/aalex/pdmtl Le lun. 2 nov. 2015 à 12:49, Alexandre Quessy < alexandre.que...@sourcelibre.net> a écrit : > I think I wrote a C external that used regex to parse symbols are generate > a list of notes. Must be in aalex external

Re: [PD] object substitution w/ gui plugin

2015-11-02 Thread Dan Wilcox
Deken can also be used to install other plugins … Dan Wilcox @danomatika danomatika.com robotcowboy.com > On Nov 2, 2015, at 10:12 AM, pd-list-requ...@lists.iem.at wrote: > > i believe deken (can we all a

Re: [PD] object substitution w/ gui plugin

2015-11-02 Thread me.grimm
interesting does "foo-plugin.tcl" end up at pd folder root? i thought it sticks it in a folder "~/Library/Pd/foo-plugin/foo-plugin.tcl" where in this case Pd would not find off the bat eh? so really anything can be distributed via deken hence the "security" discussion a couple weeks back. so

Re: [PD] object substitution w/ gui plugin

2015-11-02 Thread Jonathan Wilkes via Pd-list
Can you distribute GUI plugins over Deken? -Jonathan On Monday, November 2, 2015 10:56 AM, me.grimm wrote: ok got it... thanks for info! yeah i was also thinking something like this might be useful for abbreviations for example [mfn] creates [makefilename] so looking here: https://p

Re: [PD] chord libraries?

2015-11-02 Thread Matt Barber
Depends also what you mean by "common 3 and 4 note chords." If you don't count pitch inversions of a chord as the same type (e.g. if you want to be able to say that a major triad is different from a minor triad), there are 19 total 3-note chords in 12TET (to within respacing and transposition), an

Re: [PD] object substitution w/ gui plugin

2015-11-02 Thread me.grimm
ok got it... thanks for info! yeah i was also thinking something like this might be useful for abbreviations for example [mfn] creates [makefilename] so looking here: https://puredata.info/docs/guiplugins/GUIPlugins what would be the use of say "set sys_searchpath {}" or "set startup_flags {}" w