summaryrefslogtreecommitdiff
path: root/synth.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth.h')
-rw-r--r--synth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/synth.h b/synth.h
index 90fd410..7e08157 100644
--- a/synth.h
+++ b/synth.h
@@ -7,6 +7,7 @@
typedef struct {
char *soundfont_file;
+ int soundfont_preset;
} SynthArgs;
void *synth(void *arg);