DISTRHO / Cardinal

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

fix: classic polysynth example produced no sound without host automation #436

Closed SpotlightKid closed 1 year ago

SpotlightKid commented 1 year ago

Sorry, I just realized that the example patch produced no sound when either loaded into a stand-alone version of Cardinal or the host doesn't set the mixer levels, which were connected to the "Host params" module.

Fixed by removing these cables. Also adjusted VCA envelope and filter a bit.

dromer commented 1 year ago

Yeah it's tricky. On the one hand it's good to showcase the host-params capability, but if you run standalone there is (currently) no way to control those parameters.

falkTX commented 1 year ago

shouldnt the host params module be removed too in that case?

SpotlightKid commented 1 year ago

shouldnt the host params module be removed too in that case?

I see you already merged it, but I think it's good to leave it in to make it easier to setup host automation.