aboutsummaryrefslogtreecommitdiff
path: root/include/maketable.hpp
diff options
context:
space:
mode:
authorRichard Knight <q@1bpm.net>2021-08-16 02:56:49 +0100
committerRichard Knight <q@1bpm.net>2021-08-16 02:56:49 +0100
commit2e854bcb40d535957b589ad02e3f280e00b47865 (patch)
tree8fe2abbc86130af2d2ff74bbce943a68f2ec4c6d /include/maketable.hpp
downloadcsound-datacore-2e854bcb40d535957b589ad02e3f280e00b47865.tar.gz
csound-datacore-2e854bcb40d535957b589ad02e3f280e00b47865.tar.bz2
csound-datacore-2e854bcb40d535957b589ad02e3f280e00b47865.zip
pre strip down
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 */
+