From 3ad3e1d26531b0898f7530006f07c2a67b296100 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 29 Aug 2025 15:07:11 +0200 Subject: [PATCH] fix voice note states --- synth/voice_allocator.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/synth/voice_allocator.h b/synth/voice_allocator.h index 23f17af..a4512d4 100644 --- a/synth/voice_allocator.h +++ b/synth/voice_allocator.h @@ -97,6 +97,8 @@ inline void voice_allocator_process_block(voice_allocator& va, const vector= va.active_voice_count) va.index_to_steal = 0;