aboutsummaryrefslogtreecommitdiff
path: root/include/maketable.hpp
blob: d4986dc6c0122cb1e7744a032a63e5ad2d56d2cb (plain)
1
2
3
4
5
6
7
8
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 */