diff options
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; |