diff options
Diffstat (limited to 'src/synth_common.h')
-rw-r--r-- | src/synth_common.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/synth_common.h b/src/synth_common.h new file mode 100644 index 0000000..ee10331 --- /dev/null +++ b/src/synth_common.h @@ -0,0 +1,15 @@ +#ifndef SYNTH_COMMON_H +#define SYNTH_COMMON_H + +//#define SAMPLE_RATE (44100) +#define SAMPLE_RATE (48000) +#define FRAMES_PER_BUFFER (256) + +#define VIZ_BUF 1024 + +#define WIDTH 1024 +#define HEIGHT 600 + +#define MIDI_NOTES 128 + +#endif /* SYNTH_COMMON_H */ |