From 89b515395310c4e84a84992d3f0bd11f8ded6d03 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sat, 2 Dec 2023 17:44:20 +0200 Subject: gui is mine --- src/sound.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sound.c') diff --git a/src/sound.c b/src/sound.c index aaffd13..57baa6b 100644 --- a/src/sound.c +++ b/src/sound.c @@ -42,6 +42,8 @@ init_sound(synth_t * synth, PaStreamCallback *streamCallback) Pa_SetStreamFinishedCallback(synth->stream, &StreamFinished); Pa_StartStream(synth->stream); + + synth->sound_active = 1; } void -- cgit v1.2.3