graph
- Merge from branch vampipe2016-10-10, by Chris Cannam
- Merge from 454:3949cc56f2cevampipe 2016-10-10, by Chris Cannam
- Merge from branch vampipe2016-10-10, by Chris Cannam
- plugins -> available, this changed again in schemavampipe 2016-10-10, by Chris Cannam
- Merge from branch vampipe2016-10-10, by Chris Cannam
- Add IPython for test signalvampipe 2016-10-10, by Chris Cannam
- pluginData -> plugins like the schemavampipe 2016-09-23, by Chris Cannam
- Merge from branch outputid-string-in-featuresetvampipe 2016-09-19, by Chris Cannam
- Introduce ListResponse type as welloutputid-string-in-featureset 2016-09-19, by Chris Cannam
- Make RequestResponse types more consistent by adding plugin to ConfigurationResponse and introducing a FinishRequestoutputid-string-in-featureset 2016-09-19, by Chris Cannam
- Begin plugin output id / index mapping for use in feature setsoutputid-string-in-featureset 2016-09-16, by Chris Cannam
- Add test using new curve-fsr-mixed output from the Vamp Test Plugin, and make corresponding fix to timestamp logicvampipe 2016-09-14, by Chris Cannam
- Fix erroneous test file location left in by accidentvampipe 2016-09-14, by Chris Cannam
- Puzzlingly, this seems to produce the wrong results if assigned directly when compiled using Emscripten. I wonder what I'm missingvampipe 2016-09-06, by Chris Cannam
- Remove unused variablevampipe 2016-08-22, by Chris Cannam
- Add forgotten file...vampipe 2016-08-22, by Chris Cannam
- Might help if these were publicvampipe 2016-08-19, by Chris Cannam
- KissFFT copyright notesvampipe 2016-08-18, by Chris Cannam
- Add FFTComplex class by analogy to FFTRealvampipe 2016-08-18, by Chris Cannam
- Single or double-precision FFTs (double in the default build), not bothvampipe 2016-08-18, by 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, by Chris Cannam
- Merge from default branchvampipe 2016-08-18, by Chris Cannam
- Fix fixed-sample-rate output timestamps in simple host; update test files2016-08-18, by Chris Cannam
- Use a different test signal, update expected files for fsr modes2016-08-18, by Chris Cannam
- Test script using vamp-test-plugin2016-08-17, by Chris Cannam
- Use a different test signal, update expected files for fsr modesvampipe 2016-08-18, by Chris Cannam
- Test script using vamp-test-pluginvampipe 2016-08-17, by Chris Cannam
- Fix compiler warningvampipe 2016-08-17, by Chris Cannam
- Fix double freevampipe 2016-08-17, by Chris Cannam
- Fix m_ri initialisationvampipe 2016-08-16, by 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-08-16, by Chris Cannam
- Emscripten Makefile -- not done yet. Also need to factorise out all these common lists of source files.2016-05-18, by Chris Cannam
- Renamevampipe 2016-05-18, by Chris Cannam
- Use ConfigurationRequest/Response, introduce ProcessRequest/Response.vampipe 2016-05-18, by Chris Cannam
- Move ConfigurationRequest/Response into RequestResponse.hvampipe 2016-05-18, by Chris Cannam
- Rename LoadRequest.h -> RequestResponse.hvampipe 2016-05-18, by Chris Cannam
- Configuration request/response structsvampipe 2016-05-17, by Chris Cannam
- Typedefvampipe 2016-05-12, by Chris Cannam
- Add listPluginDatavampipe 2016-05-12, by Chris Cannam
- Docsvampipe 2016-05-12, by Chris Cannam
- Next version from this branch (if any) will be 2.7vampipe 2016-05-12, by Chris Cannam
- Add PluginConfiguration, PluginStaticData, and LoadRequest structures, and use them in PluginLoadervampipe 2016-05-12, by Chris Cannam
- Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror set2016-04-14, by 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, by Chris Cannam
- .la file changes after report by Mikael Magnusson2016-04-14, by Chris Cannam
- Merge2016-03-01, by Chris Cannam
- Tweak debug output2016-03-01, by Chris Cannam
- Fix wrong path2015-12-13, by Chris Cannam
- OSX install target, + remake configure2015-12-11, by 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, by Chris Cannam
- Avoid endless recursion if NaN passed to fromSeconds2015-09-04, by Chris Cannam
- Fix to RealTime::toText following similar fix in SV2015-09-04, by Chris Cannam
- Minor tweak to guard2015-09-04, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.6 for changeset 5628c5ec40002015-06-22, by Chris Cannam
- Naturally, I forgot to update the version in the headers. Argh. Sorryvamp-plugin-sdk-v2.6 2015-06-22, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.6 for changeset 32e38d394dc62015-06-16, by Chris Cannam
- Linux build fix! Oops2015-06-16, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.6 for changeset b7268e8bd2922015-06-16, by Chris Cannam
- Build tweaks for OS/X2015-06-16, by Chris Cannam
- Win32 compile fix2015-06-16, by Chris Cannam
- Further file to ignore2015-06-16, by Chris Cannam
- And a further win32 fix2015-06-16, by Chris Cannam
- And another2015-06-16, by Chris Cannam
- And another2015-06-16, by Chris Cannam
- Further build fixes2015-06-16, by Chris Cannam
- Update some build files2015-06-16, by Chris Cannam
- Add -Wextra, fix a couple of warnings it throws up2015-06-16, by Chris Cannam
- Updates for v2.62015-06-16, by Chris Cannam
- Symbol for version 2.62015-06-16, by Chris Cannam
- Merge from branch vh2015-06-16, by Chris Cannam
- Algorithm includes for std::min, etc2015-06-02, by Chris Cannam
- Small test program & some changes to support itvh 2015-05-20, by Chris Cannam
- Update other Makefilesvh 2015-05-20, by Chris Cannam
- Merge2015-05-20, by Chris Cannam
- Initial draft of C API for plugin loadingvh 2015-05-20, by Chris Cannam
- Some work toward C API for plugin loadingvh 2015-05-20, by Chris Cannam
- Minor doc updates2015-05-20, by Chris Cannam
- Start using libc++ by default2015-03-11, by Chris Cannam
- Fine adjustment to timestamp to avoid rounding error2015-01-14, by Chris Cannam
- Fix some compiler warnings2014-10-16, by Chris Cannam
- Non-power-of-two is not an issue if we're built with fftw2014-10-16, by Chris Cannam
- Merge2014-09-12, by Chris Cannam
- Fix failure to reset timestamp rewriting when reset() called in buffering adapter (symptom: timestamps appear to continue to ascend from end point on second run after reset)2014-09-12, by Chris Cannam
- Further typo fixes in Makefile.inc2014-09-12, by Chris Cannam
- Fix a couple of mistakes in the skeleton Makefile.inc2014-09-12, by Chris Cannam
- Merge2014-09-05, by Chris Cannam
- Split out big Makefile into Makefile.inc and platform-specific Makefiles2014-09-05, by Chris Cannam
- Fix some uninitialised members that Coverity otherwise complains about2014-09-03, by Chris Cannam
- Add CFLAGS to Makefile2014-08-07, by Chris Cannam
- Add CFLAGS (like CXXFLAGS) to configure2014-08-07, by Chris Cannam
- Merge2014-08-06, by Chris Cannam
- Toward win64 build eventually2014-08-06, by Chris Cannam
- Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes2014-08-06, by Chris Cannam
- Some os/x build fixes2014-08-05, by Chris Cannam
- mingw32 build fix2014-08-05, by Chris Cannam
- Some mingw32 fixes2014-08-04, by Chris Cannam
- Starting to update win32/mingw cross-compile2014-08-04, by Chris Cannam
- Update RDF for example plugins2014-06-25, by Chris Cannam
- Merge (but taking everything from the more recent default)2014-06-25, by Chris Cannam
- Add dc:title for plugin library2014-06-05, by Chris Cannam
- Produce rather richer RDF output2014-06-20, by Chris Cannam
- Merge2014-06-06, by Chris Cannam
- Copyright dates2014-06-06, by Chris Cannam
- Add -L short option as synonym for --list-full2014-03-05, by Chris Cannam
- Merge2014-03-28, by Chris Cannam
- Copyright date2014-03-28, by Chris Cannam
- Combined VC++ solution containing plugin SDK, host SDK, example plugins, and simple host projects2013-09-13, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.5 for changeset 92b1fbb1cc872013-05-08, by Chris Cannam
- Emit warning when compiling with FFTW support (about the licence implications)vamp-plugin-sdk-v2.5 2013-05-08, by Chris Cannam
- Update CHANGELOG and release date!2013-05-08, by Chris Cannam
- Initialise rate to 0. Otherwise there's a danger plugins will change the SampleType (e.g. to VariableSampleRate) but not set the rate because they don't think they need it (when in fact it needs to be set to 0)2013-03-28, by Chris Cannam
- Use double arithmetic for rate calculations2013-03-28, by Chris Cannam