diff options
author | Richard Knight <q@1bpm.net> | 2021-08-16 02:56:49 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2021-08-16 02:56:49 +0100 |
commit | 2e854bcb40d535957b589ad02e3f280e00b47865 (patch) | |
tree | 8fe2abbc86130af2d2ff74bbce943a68f2ec4c6d /include/maketable.hpp | |
download | csound-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.hpp | 9 |
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 */ + |