2016-10-13 |
Chris Cannam |
Merge from default branch;
vampipe
|
2016-10-10 |
Chris Cannam |
Merge from branch vampipe
|
2016-10-10 |
Chris Cannam |
Merge from 454:3949cc56f2ce
vampipe
|
2016-10-10 |
Chris Cannam |
Merge from branch vampipe
|
2016-10-10 |
Chris Cannam |
plugins -> available, this changed again in schema
vampipe
|
2016-10-10 |
Chris Cannam |
Merge from branch vampipe
|
2016-10-10 |
Chris Cannam |
Add IPython for test signal
vampipe
|
2016-09-23 |
Chris Cannam |
pluginData -> plugins like the schema
vampipe
|
2016-09-19 |
Chris Cannam |
Merge from branch outputid-string-in-featureset
vampipe
|
2016-09-19 |
Chris Cannam |
Introduce ListResponse type as well
outputid-string-in-featureset
|
2016-09-19 |
Chris Cannam |
Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequest
outputid-string-in-featureset
|
2016-09-16 |
Chris Cannam |
Begin plugin output id / index mapping for use in feature sets
outputid-string-in-featureset
|
2016-09-14 |
Chris Cannam |
Add test using new curve-fsr-mixed output from the Vamp Test Plugin, and make corresponding fix to timestamp logic
vampipe
|
2016-09-14 |
Chris Cannam |
Fix erroneous test file location left in by accident
vampipe
|
2016-09-06 |
Chris Cannam |
Puzzlingly, this seems to produce the wrong results if assigned directly when compiled using Emscripten. I wonder what I'm missing
vampipe
|
2016-08-22 |
Chris Cannam |
Remove unused variable
vampipe
|
2016-08-22 |
Chris Cannam |
Add forgotten file...
vampipe
|
2016-08-19 |
Chris Cannam |
Might help if these were public
vampipe
|
2016-08-18 |
Chris Cannam |
KissFFT copyright notes
vampipe
|
2016-08-18 |
Chris Cannam |
Add FFTComplex class by analogy to FFTReal
vampipe
|
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-18 |
Chris Cannam |
Merge from default branch
vampipe
|
2016-08-18 |
Chris Cannam |
Fix fixed-sample-rate output timestamps in simple host; update test files
|
2016-08-18 |
Chris Cannam |
Use a different test signal, update expected files for fsr modes
|
2016-08-17 |
Chris Cannam |
Test script using vamp-test-plugin
|
2016-08-18 |
Chris Cannam |
Use a different test signal, update expected files for fsr modes
vampipe
|
2016-08-17 |
Chris Cannam |
Test script using vamp-test-plugin
vampipe
|
2016-08-17 |
Chris Cannam |
Fix compiler warning
vampipe
|
2016-08-17 |
Chris Cannam |
Fix double free
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-05-18 |
Chris Cannam |
Emscripten Makefile -- not done yet. Also need to factorise out all these common lists of source files.
|
2016-05-18 |
Chris Cannam |
Rename
vampipe
|
2016-05-18 |
Chris Cannam |
Use ConfigurationRequest/Response, introduce ProcessRequest/Response.
vampipe
|
2016-05-18 |
Chris Cannam |
Move ConfigurationRequest/Response into RequestResponse.h
vampipe
|
2016-05-18 |
Chris Cannam |
Rename LoadRequest.h -> RequestResponse.h
vampipe
|
2016-05-17 |
Chris Cannam |
Configuration request/response structs
vampipe
|
2016-05-12 |
Chris Cannam |
Typedef
vampipe
|
2016-05-12 |
Chris Cannam |
Add listPluginData
vampipe
|
2016-05-12 |
Chris Cannam |
Docs
vampipe
|
2016-05-12 |
Chris Cannam |
Next version from this branch (if any) will be 2.7
vampipe
|
2016-05-12 |
Chris Cannam |
Add PluginConfiguration, PluginStaticData, and LoadRequest structures, and use them in PluginLoader
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
|
2016-04-14 |
Chris Cannam |
Fix compiler warnings, and fix potential mangling of utf8 when downcasing (this is still a nasty and incomplete way to do it though)
|
2016-04-14 |
Chris Cannam |
.la file changes after report by Mikael Magnusson
|
2016-03-01 |
Chris Cannam |
Merge
|
2016-03-01 |
Chris Cannam |
Tweak debug output
|
2015-12-13 |
Chris Cannam |
Fix wrong path
|
2015-12-11 |
Chris Cannam |
OSX install target, + remake configure
|
2015-09-04 |
Chris Cannam |
Fix handling of output sample rate in buffering adapter in case where SampleType is Fixed but no sample rate provided (which is invalid behaviour from the plugin, but we might as well do the right thing with it)
|
2015-09-04 |
Chris Cannam |
Avoid endless recursion if NaN passed to fromSeconds
|
2015-09-04 |
Chris Cannam |
Fix to RealTime::toText following similar fix in SV
|
2015-09-04 |
Chris Cannam |
Minor tweak to guard
|
2015-06-22 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.6 for changeset 5628c5ec4000
|
2015-06-22 |
Chris Cannam |
Naturally, I forgot to update the version in the headers. Argh. Sorry
vamp-plugin-sdk-v2.6
|