Can't test it cause I run Linux now but it was very complete. It saves presets in a file (I do not remember what folder, I think the same folder as the vst), one file for every plugin, so once you reload a plugin you also load all your personnal presets! I started the midi implementation but moved on to other things. You can set params by using their names. You load a plugin by clicking on "click_to_load_plugin". It creates a default interface for plugins wihtout a gui. It needs pool. Get it at: http://www.danslchamp.org/mrtof/pd/vst~plus.zip (might be slighly broken) Please rip and expand, make it your own. I think I added some very cool features. If you need help, feel free to ask.
Tom
On 4/6/06, Peter Worth peterworth@gmail.com wrote:
i've been trying to write an abstraction which is a kind of wrapper for the vst~ object. i've attached what i've done so far.
the only creation argument of the object is the dll name of the plugin you want to use. the idea is that you can then open the abstraction, edit the parameters of the plugin, then click on save, which writes all the parameters to a array, so that when you click on load the values are read from the array and set in the plugin. when the object is created it automatically loads the current array (which will have been saved from last time the patch was open). this means you dont have to set all your plugin values every time you open a patch.
does anyone have a more elegant solution to this? it works fine excet for one problem: when i use the SIR convolution plugin, i think it remembers the filename of the impulse response that was previously selected but it doesnt seem to load it.
thanks.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
thanks for the advice. i forgot those dels were there to be honest, they were just a kind of temporary hack. i hate putting untidy stuff like that in. you're absolutely right - i should understand message ordering and walk before i try to run...
the vst plus thing looks great, just what im after, cheers.
On 4/6/06, Thomas Ouellet Fredericks iamonthebeach@gmail.com wrote:
Can't test it cause I run Linux now but it was very complete. It saves presets in a file (I do not remember what folder, I think the same folder as the vst), one file for every plugin, so once you reload a plugin you also load all your personnal presets! I started the midi implementation but moved on to other things. You can set params by using their names. You load a plugin by clicking on "click_to_load_plugin". It creates a default interface for plugins wihtout a gui. It needs pool. Get it at: http://www.danslchamp.org/mrtof/pd/vst~plus.zip (might be slighly broken) Please rip and expand, make it your own. I think I added some very cool features. If you need help, feel free to ask.
Tom
On 4/6/06, Peter Worth peterworth@gmail.com wrote:
i've been trying to write an abstraction which is a kind of wrapper for the vst~ object. i've attached what i've done so far.
the only creation argument of the object is the dll name of the plugin you want to use. the idea is that you can then open the abstraction, edit the parameters of the plugin, then click on save, which writes all the parameters to a array, so that when you click on load the values are read from the array and set in the plugin. when the object is created it automatically loads the current array (which will have been saved from last time the patch was open). this means you dont have to set all your plugin values every time you open a patch.
does anyone have a more elegant solution to this? it works fine excet for one problem: when i use the SIR convolution plugin, i think it remembers the filename of the impulse response that was previously selected but it doesnt seem to load it.
thanks.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo, Peter Worth hat gesagt: // Peter Worth wrote:
thanks for the advice. i forgot those dels were there to be honest, they were just a kind of temporary hack. i hate putting untidy stuff like that in. you're absolutely right - i should understand message ordering and walk before i try to run...
Please don't give up running, it's most of the fun! Just sometimes a rest is needed as well, laid back in an armchair with a good (html manual) book. ;)
Frank Barknecht _ ______footils.org_ __goto10.org__