graph
- Add Docker build scriptsvamp-plugin-sdk-v2.7 2017-02-24, by Chris Cannam
- Update CHANGELOG2017-02-24, by Chris Cannam
- Update installation notes for MSVC2017-02-24, by Chris Cannam
- Travis build file2017-02-24, by Chris Cannam
- Enforce c++982017-02-24, by Chris Cannam
- Update MSVC build projects - two solutions, one for plugin SDK and one for host SDK,2017-02-23, by Chris Cannam
- Ignore these2017-02-23, by Chris Cannam
- Copyright dates2017-02-23, by Chris Cannam
- Remove this, it isn't useful2017-02-23, by Chris Cannam
- Might as well add these, since pretty much everyone seems to need them for Homebrew-installed libsndfile2017-02-23, by Chris Cannam
- Update a couple of comments to match the specifications elsewhere2017-02-09, by Chris Cannam
- Typo fix2017-01-31, by Chris Cannam
- Fix inadequate #if guard for non-gcc builds2017-01-09, by Chris Cannam
- Update regression test expected cases. One of the "obscure" RealTime fixes made recently actually fixed a substantial error (of 1 sample frame, sometimes 2) in printing timestamps resulting from input-domain adapter processing2016-11-18, by Chris Cannam
- Revert to C++98 -- this library is not supposed to use C++112016-11-18, by Chris Cannam
- Fix fairly obscure mis-canonicalisation in RealTime (leading to non-canonical but still correct values)2016-11-18, by Chris Cannam
- Fixes to a few unusual cases in RealTime2016-11-15, by Chris Cannam
- Merge from branch enumerate-options2016-11-04, by Chris Cannam
- Add plugin enumeration options (for use by piper server, needs testing)enumerate-options 2016-11-02, by Chris Cannam
- Correct use of multibyte-widechar conversion routines2016-10-28, by Chris Cannam
- Remove some debug output by default2016-10-27, by Chris Cannam
- Fix compiler warnings2016-10-20, by Chris Cannam
- Merge from vampipe branch. This removes RequestResponse, PluginConfiguration and PluginStaticData again. I don't think they are proving general enough to be worth adding to this SDK at this point. Will try them out in piper-cpp instead.2016-10-14, by Chris Cannam
- Fix long-standing memory leaks (parameter descriptors and feature list container) in plugin adapter2016-10-14, by Chris Cannam
- Fix long-standing memory leaks (parameter descriptors and feature list container) in plugin adaptervampipe 2016-10-14, by Chris Cannam
- Remove RequestResponse, PluginConfiguration and PluginStaticData again. I don't think they are proving general enough to be worth adding to this SDK at this point. Will try them out in piper-cpp instead.vampipe 2016-10-13, by Chris Cannam
- Merge from default branch;vampipe 2016-10-13, by Chris Cannam
- 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
- Update configure2013-03-28, by Chris Cannam
- Remove unneeded variable2013-03-28, by Chris Cannam
- Update CHANGELOG2013-03-28, by Chris Cannam
- Bump version to 2.52013-03-28, by Chris Cannam
- Fix incorrect handling of FixedSampleRate outputs in PluginBufferingAdapter2013-03-27, by Chris Cannam
- And CC2013-03-20, by Chris Cannam
- Add CXX variable to Makefile; add math defines to vcproj2013-03-20, by Chris Cannam
- Avoid returning garbage through getCurrentProgram if plugin has no programs2013-01-06, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.4 for changeset 393885d7ea722012-07-12, by Chris Cannam
- Release date in changelogvamp-plugin-sdk-v2.4 2012-07-12, by Chris Cannam
- OS/X build fixes2012-07-12, by Chris Cannam
- Add MSVC 2010 project files2012-07-12, by Chris Cannam
- Win32 build fixes2012-07-12, by Chris Cannam
- Updated ignored list for Win322012-07-12, by Chris Cannam
- FFT: make functions static2012-07-12, by Chris Cannam
- Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.42012-07-12, by Chris Cannam
- Thread-safe base-fft2012-07-09, by Chris Cannam
- Add acsymbols objects to platform-specific Makefiles2012-06-30, by Chris Cannam
- Move Makefile.osx across to .osx.106 and create a new one for the 10.7 / Xcode 4 tools2012-06-29, by Chris Cannam
- Remove obsolete OpenSolaris builds (sniff)2012-06-28, by Chris Cannam
- Bump up version to 2.3.1, add C-linkage symbols for library versions so autoconf can check them2012-05-25, by Chris Cannam
- Apply vamp-2.3-windows-unicode.patch from RJ Ryan in #4642012-05-24, by Chris Cannam
- PLUGIN is not defined aat the point where it was needed for LDFLAGS -- replace with an explicit $(PLUGIN_LIBRARY_NAME)$(PLUGIN_EXT)2011-12-02, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.3 for changeset 8cab5a0198d62011-11-24, by Chris Cannam
- Update simple-host version, Win32 build fixvamp-plugin-sdk-v2.3 2011-11-24, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.3 for changeset ef1dc99636382011-11-24, by Chris Cannam
- Update versions throughout2011-11-24, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.3 for changeset 2c546a899eec2011-09-28, by Chris Cannam
- Update Doxyfile version2011-09-28, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.3 for changeset 71b69f569f522011-09-28, by Chris Cannam
- Update CHANGELOG2011-09-28, by Chris Cannam
- Next release will be 2.32011-09-27, by Chris Cannam
- Patch from Dan Stowell: print label as well as values2011-08-23, by Chris Cannam
- Avoid compiler warning2011-08-18, by Chris Cannam
- Patch from Dan Stowell to permit vamp-simple-host to read data of unknown length (for streaming input)2011-08-18, by Chris Cannam
- Add support for changing window shape in PluginInputDomainAdapter2011-06-21, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.2.1 for changeset 2351610cd3b02011-04-05, by Chris Cannam
- Bump version number, regenerate configurevamp-plugin-sdk-v2.2.1 2011-04-05, by Chris Cannam
- Use g++-4.0 if using 10.4 SDK2011-04-05, by Chris Cannam
- * Don't use 10.4 SDK any more... it's too troublesome on 10.62011-03-07, by Chris Cannam
- * Make plugin objects depend on headers as well as source files2011-02-09, by Chris Cannam
- update tags2011-01-06, by convert-repo
- * Update CHANGELOG (argh)2010-08-26, by cannam
- * Try to guess the best choice SDK rather than expecting the user to edit the Makefilevamp-plugin-sdk-v2.2 2010-08-26, by cannam
- * Further fix to version handling2010-08-26, by cannam
- * Update versions to 2.2 throughout; also add script used to do this2010-08-25, by cannam
- * Update OS/X stuff in Makefiles, so as to build 3-way universal binaries2010-08-13, by cannam
- * Change arch defaults to as to use universal binaries (we have to change2010-06-09, by cannam
- * Install n3 file2010-05-21, by cannam
- * Add documentation about default parameters2010-05-20, by cannam
- * Funny -- this cut-and-paste error has been in the licence from the start2009-10-06, by cannam
- * Add include required for gcc 4.42009-09-28, by cannam
- ...vamp-plugin-sdk-v2.1 2009-09-23, by cannam
- * Add skeleton Makefile2009-09-23, by cannam
- * Add NoShift option to PluginInputDomainAdapter as well, for completeness2009-09-22, by cannam
- * oops2009-09-22, by cannam
- * More build updates2009-09-22, by cannam
- * More error reporting fixes2009-09-22, by cannam
- * fix paths2009-09-22, by cannam
- * Improve error reporting from PluginLoader2009-09-22, by cannam
- * note about install_name2009-09-22, by cannam
- * Tidying, build, versions, docs updates for release2009-09-22, by cannam
- * Doc updates, copyright updates, etc., in preparation for 2.1 release2009-09-21, by cannam
- * Implementation of ShiftData process method2009-09-16, by cannam
- * The beginnings of making the shift-timestamp or shift-data behaviour2009-09-15, by cannam
- * When calculating timestamps in order to write them into features that2009-09-10, by cannam
- * Sun compiler build support2009-09-10, by cannam
- * Fix crash when an adapter's createPlugin() fails in getDescriptor()2009-08-17, by cannam
- * Win32 build fixes for UNICODE. Not yet tested2009-06-15, by cannam
- * Add skeleton2009-04-23, by cannam
- * remove some debug2009-03-20, by cannam
- * add some missing descriptions (pointed out by vamp-plugin-tester)2009-03-18, by cannam
- * tidiness (pkg-config change thanks to Sampo Savolainen)2009-03-17, by cannam
- * update rdfxml from n32009-03-03, by cannam
- * Fix to prior commit2009-02-12, by cannam
- * Patch from Richard Ash to make building the host optional, so you can2009-02-12, by cannam
- * Patch from Richard Ash to remove some more generated files on2009-02-12, by cannam
- * implement reset() (duh)2008-12-12, by cannam
- * Fix an infinite loop that occurs with some features2008-12-12, by cannam
- * Add transform summary type; use long quotes for descriptions; turn off debugvamp-plugin-sdk-v2.0 2008-12-05, by cannam
- * win32 avoid warningvamp-plugin-sdk-v2.0pre2 2008-11-29, by cannam
- * minor adjustments, avoid a stupid memory leak2008-11-26, by cannam
- ...2008-11-26, by cannam
- * Fix incorrect handling of step & block size in time-domain plugin that2008-11-25, by cannam
- * Ensure that output descriptors are re-queried after a call to2008-11-25, by cannam
- * Ensure PluginBufferingAdapter returns fresh output descriptors after2008-11-25, by cannam
- ...2008-11-20, by cannam
- * Use _VAMP_PLUGIN_IN_HOST_NAMESPACE rather than omitting plugin namespace2008-11-20, by cannam
- * don't output bin names if there are none provided2008-11-20, by cannam
- * OK, we're going to have to place the host stuff in its own namespace2008-11-20, by cannam
- ...2008-11-14, by cannam
- * remove unhelpful README2008-11-14, by cannam
- * update version in doxyfile2008-11-14, by cannam
- ...vamp-plugin-sdk-v2.0pre1 2008-11-14, by cannam
- ...2008-11-14, by cannam
- ...2008-11-14, by cannam
- * Add documentation about backward compatibility2008-11-14, by cannam
- * docs2008-11-12, by cannam
- ...2008-11-12, by cannam
- ...2008-11-12, by cannam
- * Add configure script2008-11-12, by cannam