From 6c358a842baaf6d211a5c8c1717d815e7813ed96 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 11 Jul 2021 18:45:38 +0800 Subject: First commit Now I have a kind of piano like instrument. A violin-like instrument is being constructed. --- mix.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mix.h (limited to 'mix.h') 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 -- cgit v1.2.3-18-g5258