summaryrefslogtreecommitdiff
path: root/mix.h
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-07-11 18:45:38 +0800
committerJSDurand <mmemmew@gmail.com>2021-07-11 18:45:38 +0800
commit6c358a842baaf6d211a5c8c1717d815e7813ed96 (patch)
treec78122d49e75a540a4f6054b224a90738b554606 /mix.h
First commit
Now I have a kind of piano like instrument. A violin-like instrument is being constructed.
Diffstat (limited to 'mix.h')
-rw-r--r--mix.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mix.h b/mix.h
new file mode 100644
index 0000000..9f11f95
--- /dev/null
+++ b/mix.h
@@ -0,0 +1,7 @@
+#ifndef MIX_H
+#define MIX_H
+#include "util.h"
+
+U_ATTR Pulse mix_sound(Wave w, LENT n);
+
+#endif