From e919ad41b01595d2cd8fb0771bd3542817ec1058 Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 20 Apr 2023 18:52:53 +0300 Subject: Midi also plays notes now --- src/synth_engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth_engine.h') diff --git a/src/synth_engine.h b/src/synth_engine.h index 86cfe1a..b88f3d5 100644 --- a/src/synth_engine.h +++ b/src/synth_engine.h @@ -45,6 +45,8 @@ typedef struct { } viz_t; typedef struct { + PaStream *stream; + float freq_offset; float gain; float x; -- cgit v1.2.3