DISTRHO / Cardinal

Virtual modular synthesizer plugin
https://cardinal.kx.studio/
GNU General Public License v3.0
2.28k stars 155 forks source link

Is there an easy way to filter which modules are included in the build? #598

Open mpicard opened 1 year ago

mpicard commented 1 year ago

Hey folks I would like to create my own build with a small subset of plugins, I only use a handful of modules.

dromer commented 1 year ago

"easy" is relative. You will have to modify plugins/plugins.cpp and probably a few other bits.

Perhaps see how this is done for CardinalMini which is essentially exactly that: a custom build with only a subset of modules included.