overtone

diego.videco 2024-12-27T03:21:24.451179Z

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.

plexus 2024-12-27T06:15:22.092139Z

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.

diego.videco 2024-12-27T16:29:08.203269Z

Oh thanks

diego.videco 2024-12-27T16:29:24.516789Z

Will try the killing first 😬