What would be the best way to avoid using the limiter in overtone.studio.mixer/out-bus-mixer? I like the limiter but my signal path doesn’t end in in Overtone, it goes to Reaper and I would like to limit the output later an be able to handle overblown signals more elegantly when recording.
I am thinking about creating an unsafe-out-bus-mixer and some sort of config atom that can provide a different out-mixer on start-io-mixers.
You should be able to kill the existing mixers and install your own instead. You can get a reference to the mixer synths in @studio* [:bus-mixers :out].
If we want to make it configurable we have existing mechanisms for that, we can add a config key to ~/.overtone/config.clj.
Oh thanks
Will try the killing first 😬