For a long time now Cantabile has supported custom control curves which are defined in “.cantabileControlCurve” files. This was done because it seemed everyone had a slightly different preference to how control curves behave.
I’m now considering removing this feature because I suspect no one is actually using it (except for the built-in curves) because I’ve ever had a single support request about it. More importantly, it complicates the work I’m doing on bindings as I would need to port the entire math expression engine to run in native code (the current version runs in managed code and therefore can’t be called from the audio engine)
To be clear: you’ll still be able to choose from the existing control curves - just not define your own custom ones.
If you are using your own custom control curves, please let me know.
I didn’t make use of it but for future project, I’d like to use them in a “sweep sequence” fashion; a single sweep of a n expression pedal turning into a “melodic sequencer”.