graph
- Header for getenv2018-06-11, by Chris Cannam
- Use VAMP_PATH_32 environment variable instead of VAMP_PATH, when running in a 32-bit process within 64-bit Windows (WoW64)2018-06-11, by Chris Cannam
- Wide-char environment variable lookup2018-06-08, by Chris Cannam
- Doc note2018-05-11, by Chris Cannam
- Merge from branch vamp-kiss-naming2018-02-08, by Chris Cannam
- Libsndfile pathvamp-kiss-naming 2018-02-07, by Chris Cannam
- Another attempt to run the installer. Not hopeful about this one.vamp-kiss-naming 2018-02-06, by Chris Cannam
- Have a go at bringing in libsndfilevamp-kiss-naming 2018-02-06, by Chris Cannam
- Bit confused by this nowvamp-kiss-naming 2018-02-06, by Chris Cannam
- Ah, duplicate key problem - try this arrangement insteadvamp-kiss-naming 2018-02-06, by Chris Cannam
- Experiment with AppVeyor buildvamp-kiss-naming 2018-02-06, by Chris Cannam
- Mergevamp-kiss-naming 2018-01-30, by Chris Cannam
- Avoid buffer underflow2018-01-30, by Chris Cannam
- Extensively rename things in the KissFFT headers to use a Vamp prefix. The motivation is not to change anything about the Vamp SDK library builds, but to avoid confusion in case any other code (for example that pulls in the Vamp SDK as part of a wider project definition) accidentally includes these headers instead of, or as well as, some other copy of KissFFT.vamp-kiss-naming 2018-01-30, by Chris Cannam
- The PluginRateExtractor hack was exploiting undefined behaviour. Let's just give in and make that API official2017-12-11, by Chris Cannam
- Rework canonicalisation so as to avoid theoretical possibility of integer overflow. (This is unit tested in svcore, not here - tests pass)2017-12-11, by Chris Cannam
- Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error2017-10-10, by Chris Cannam
- More (off-by-default) debug output2017-05-25, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.7.1 for changeset 2dbb3f920abc2017-03-06, by Chris Cannam
- Update CHANGELOG and versionsvamp-plugin-sdk-v2.7.1 2017-03-06, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.7.1 for changeset 25e023bad2002017-03-06, by Chris Cannam
- Choose another method (which should actually work) to override linkage for KissFFT2017-03-05, by Chris Cannam
- Added tag vamp-plugin-sdk-v2.7 for changeset 124752918a1b2017-02-24, by Chris Cannam
- 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