summaryrefslogtreecommitdiff
path: root/synth/lfos.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-14 13:38:54 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-14 13:38:54 +0100
commitb2d0c97e0ca7b7eb0a7195ddbf263b9953171e66 (patch)
tree00ecb19be6f349196b8c14085ff3325b074677c2 /synth/lfos.h
parenta43a4e27a2ba3c34bac5a215ce49175b22913bd4 (diff)
Moved lfos and sample-and-hold in own source file
Diffstat (limited to 'synth/lfos.h')
-rw-r--r--synth/lfos.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/synth/lfos.h b/synth/lfos.h
new file mode 100644
index 0000000..e8e207b
--- /dev/null
+++ b/synth/lfos.h
@@ -0,0 +1,9 @@
+#ifndef __LFOS_H__
+#define __LFOS_H__
+
+void maybe_calc_lfos();
+void init_snh();
+void init_lfo(int i);
+void uninit_lfo(int i);
+
+#endif