summaryrefslogtreecommitdiffstats
path: root/src/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.c')
-rw-r--r--src/sound.c2
1 files changed, 2 insertions, 0 deletions
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