comparison vamp-sdk/hostext/PluginInputDomainAdapter.h @ 61:97c5ac99d725 host-factory-stuff

* install hostext headers to vamp-sdk/hostext/ rather than vamp-sdk/ * adjust timestamps in input-domain adapter so as to centre them on block as required by Plugin documentation * better handling for frequency-domain plugins that want non-power-of-two blocksizes (can't handle them, but at least try offering them a power-of-two alternative) * couple of Plugin doc additions * make PluginLoader capable of returning ready-wrapped plugins
author cannam
date Fri, 01 Jun 2007 13:53:42 +0000
parents fa79c4ec847d
children fe5486ee1c70
comparison
equal deleted inserted replaced
60:087c16cca0d6 61:97c5ac99d725
88 double *m_ro; 88 double *m_ro;
89 double *m_io; 89 double *m_io;
90 90
91 void fft(unsigned int n, bool inverse, 91 void fft(unsigned int n, bool inverse,
92 double *ri, double *ii, double *ro, double *io); 92 double *ri, double *ii, double *ro, double *io);
93
94 size_t makeBlockSizeAcceptable(size_t) const;
93 }; 95 };
94 96
95 } 97 }
96 98
97 } 99 }