aboutsummaryrefslogtreecommitdiff
path: root/synth.h
diff options
context:
space:
mode:
Diffstat (limited to 'synth.h')
-rw-r--r--synth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/synth.h b/synth.h
index 1976745..90fd410 100644
--- a/synth.h
+++ b/synth.h
@@ -1,6 +1,10 @@
1#ifndef SYNTH_H_ 1#ifndef SYNTH_H_
2#define SYNTH_H_ 2#define SYNTH_H_
3 3
4#define AUDIO_FREQ 44100
5#define AUDIO_SAMPLES 64
6#define AUDIO_CHANNELS 2
7
4typedef struct { 8typedef struct {
5 char *soundfont_file; 9 char *soundfont_file;
6} SynthArgs; 10} SynthArgs;