aboutsummaryrefslogtreecommitdiff
path: root/include/maketable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/maketable.hpp')
-rw-r--r--include/maketable.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/maketable.hpp b/include/maketable.hpp
new file mode 100644
index 0000000..d4986dc
--- /dev/null
+++ b/include/maketable.hpp
@@ -0,0 +1,9 @@
+#ifndef MAKETABLE_HPP
+#define MAKETABLE_HPP
+
+#include <plugin.h>
+
+int maketable(csnd::Csound* csound, int size, FUNC** table, int channels=1);
+
+#endif /* MAKETABLE_HPP */
+