aboutsummaryrefslogtreecommitdiffstats
path: root/src/jolly/voice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jolly/voice.h')
-rw-r--r--src/jolly/voice.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/jolly/voice.h b/src/jolly/voice.h
new file mode 100644
index 0000000..7dcb176
--- /dev/null
+++ b/src/jolly/voice.h
@@ -0,0 +1,10 @@
+
+typedef struct jolly_voice {
+ sample_t *spl[13];
+ int size[13];
+} jolly_voice_t;
+
+extern jolly_voice_t jolly_voice;
+
+int init_voice(int samplerate);
+