From 0d965fb2a08db684bad57c66bd11c7d987bafe96 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 15 Aug 2025 11:43:30 +0200 Subject: [PATCH] set found voices to busy, ignore non-gated --- synth/voice_allocator.h | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/synth/voice_allocator.h b/synth/voice_allocator.h index 6004189..c2c7ff3 100644 --- a/synth/voice_allocator.h +++ b/synth/voice_allocator.h @@ -95,7 +95,9 @@ inline void voice_allocator_process_block(voice_allocator& va, const vector= va.active_voice_count) va.index_to_steal = 0; break;