DISTRHO / Cardinal

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

Sapphire v 2.4.3: Moots option to toggle via triggers. #633

Closed cosinekitty closed 3 months ago

cosinekitty commented 3 months ago

Added an option to the Sapphire Moots right-click menu to toggle between using gates or triggers for the control ports. Gate mode causes Moots to work the same way it always did. Trigger mode causes Moots to toggle the state of each controller every time a trigger is received.

I'm also now building Sapphire using C++17 instead of C++11. This allows me to use cool stuff like std::clamp and std::make_unique.

dromer commented 3 months ago

Will merge when CI completes :)