pierreguillot / Camomile

An audio plugin with Pure Data embedded that allows to load and to control patches
GNU General Public License v3.0
909 stars 65 forks source link

presets? #23

Closed artofmus closed 6 years ago

artofmus commented 8 years ago

Thank You for awesome project! Plan you add opportunity save/load presets?

pierreguillot commented 8 years ago

Yes, I think at something. The patch should be able to receive a name and an index of a preset via the symbol "$0-preset" for example. But I'm not really sure how the patch should notify the plugin. The problem is that Camomile can't bind to any symbol before the patch has been loaded. So perhaps, after the loading, the plugin send a bang via a symbol like "$0-getinfos" and when the patch receives the bang, it sends back a list like "presets mypreset1 mypreset2 ..." to notifies the plugin about the available presets.

artofmus commented 8 years ago

Ok Thanks! Can you show simple example patch for this? I try but no results(

pierreguillot commented 8 years ago

Sorry, there's a misunderstanding. I'm thinking about it, I didn't made it. I still not sure if this is the good way to do it.

pierreguillot commented 6 years ago

Will be integrated to the next release #58