Closed aaronventure closed 3 months ago
Probably related - https://forum.hise.audio/topic/8582/global-adsr-issues
Kinda silly how much time I've spent refactoring my MIDI processor architecture and scripts over the past two days to try and track down why it was behaving the certain way, when this stronzo was just sitting there the entire time. So I reverted back to before I took the whole thing apart, swapped it out for the normal/local modulator and... all problems are gone.
A bit late to the party but have you used this:
https://docs.hise.audio/scripting/scripting-api/synth/index.html#setuseuniformvoicehandler
regardless, I think for your project using multiple local envelopes is the way to go.
A bit late to the party but have you used this:
https://docs.hise.audio/scripting/scripting-api/synth/index.html#setuseuniformvoicehandler
regardless, I think for your project using multiple local envelopes is the way to go.
I haven't, the However you need to ensure that beyond that point every sound generator will start not more than one voice for each incoming MIDI event.
bit was a dealbreaker.