diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2023-04-20 18:52:53 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2023-04-20 18:52:53 +0300 |
commit | e919ad41b01595d2cd8fb0771bd3542817ec1058 (patch) | |
tree | b8e4a6965dc860d1b2268004cf08fc51058464f5 /src/synth_engine.h | |
parent | c161e1016a04566a56b4858ea43502fed88dcc7f (diff) | |
download | synth-project-e919ad41b01595d2cd8fb0771bd3542817ec1058.tar.gz synth-project-e919ad41b01595d2cd8fb0771bd3542817ec1058.tar.bz2 synth-project-e919ad41b01595d2cd8fb0771bd3542817ec1058.zip |
Midi also plays notes now
Diffstat (limited to 'src/synth_engine.h')
-rw-r--r-- | src/synth_engine.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |