Mercurial > hg > vamp-plugin-sdk
log src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 474:8e846c1aed96
age | author | description |
---|---|---|
2016-10-20 | Chris Cannam | Fix compiler warnings |
2016-08-18 | Chris Cannam | Single or double-precision FFTs (double in the default build), not both vampipe |
2016-08-18 | Chris Cannam | Make single/double-precision selectable for input domain adapter windowing and FFTs. Double precision is necessary to pass Sonic Annotator regression tests, though in practice most real-world methods would be fine with single precision. vampipe |
2016-08-16 | Chris Cannam | Fix m_ri initialisation vampipe |
2016-08-16 | Chris Cannam | Switch from Cross FFT with option of FFTW build, to KissFFT only (code bundled). This is much faster than the default build and simpler than managing two options. vampipe |
2016-04-14 | Chris Cannam | Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror set |