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

Compile plugins to single file #176

Closed Nintorac closed 4 years ago

Nintorac commented 4 years ago

Is it possible to compile plugins to a single file for distribution?

I would like to distribute a plugin to end users. Specifically I have written an ML model that can generate syx messages. The model takes as input 8 parameters that then generate a full DX7 patch. Currently I have written a website to generate cartridges but being able to control the patch in real time is much more fun.

I think I would need to do the following steps:

Is this a valid use case for Camomile and if so do you have any pointers or pitfalls?

pierreguillot commented 4 years ago

Hello,

Nintorac commented 4 years ago

Ok, awesome. Thanks for the tips!