pierreguillot / Camomile

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

Receive Parameter Values from DAW on load #324

Open jonechkon opened 5 months ago

jonechkon commented 5 months ago

Hello, not sure if this is an issue, but i would like my plugins to initialize with the parameter values from last saving the song file. How would i be able to achieve that, or should it be like that and i overlooked something?

Thanks and greetings, Jochen

pierreguillot commented 5 months ago

Hello,

You can do that with the save/load mechanism https://github.com/pierreguillot/Camomile/wiki/How-to-create-new-plugins#programs. Best,

Pierre