log

age author description
2019-05-16 Chris Cannam Looks like choco currently has a broken version of wget; use an older one
2019-02-07 Chris Cannam Added tag vamp-plugin-sdk-v2.8 for changeset be688783aa37
2019-02-07 Chris Cannam Correct release date vamp-plugin-sdk-v2.8
2019-02-07 Chris Cannam More build files
2019-02-07 Chris Cannam Tiny whitespace change
2019-02-01 Chris Cannam Update versions throughout to 2.8
2019-02-01 Chris Cannam Update CHANGELOG (release date is provisional)
2018-06-11 Chris Cannam Header for getenv
2018-06-11 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-08 Chris Cannam Wide-char environment variable lookup
2018-05-11 Chris Cannam Doc note
2018-02-08 Chris Cannam Merge from branch vamp-kiss-naming
2018-02-07 Chris Cannam Libsndfile path vamp-kiss-naming
2018-02-06 Chris Cannam Another attempt to run the installer. Not hopeful about this one. vamp-kiss-naming
2018-02-06 Chris Cannam Have a go at bringing in libsndfile vamp-kiss-naming
2018-02-06 Chris Cannam Bit confused by this now vamp-kiss-naming
2018-02-06 Chris Cannam Ah, duplicate key problem - try this arrangement instead vamp-kiss-naming
2018-02-06 Chris Cannam Experiment with AppVeyor build vamp-kiss-naming
2018-01-30 Chris Cannam Merge vamp-kiss-naming
2018-01-30 Chris Cannam Avoid buffer underflow
2018-01-30 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
2017-12-11 Chris Cannam The PluginRateExtractor hack was exploiting undefined behaviour. Let's just give in and make that API official
2017-12-11 Chris Cannam Rework canonicalisation so as to avoid theoretical possibility of integer overflow. (This is unit tested in svcore, not here - tests pass)
2017-10-10 Chris Cannam Update before install; seems to be necessary (based on other projects) to avoid recent Ruby-related error
2017-05-25 Chris Cannam More (off-by-default) debug output
2017-03-06 Chris Cannam Added tag vamp-plugin-sdk-v2.7.1 for changeset 2dbb3f920abc
2017-03-06 Chris Cannam Update CHANGELOG and versions vamp-plugin-sdk-v2.7.1
2017-03-06 Chris Cannam Added tag vamp-plugin-sdk-v2.7.1 for changeset 25e023bad200
2017-03-05 Chris Cannam Choose another method (which should actually work) to override linkage for KissFFT
2017-02-24 Chris Cannam Added tag vamp-plugin-sdk-v2.7 for changeset 124752918a1b
2017-02-24 Chris Cannam Add Docker build scripts vamp-plugin-sdk-v2.7
2017-02-24 Chris Cannam Update CHANGELOG
2017-02-24 Chris Cannam Update installation notes for MSVC
2017-02-24 Chris Cannam Travis build file
2017-02-24 Chris Cannam Enforce c++98
2017-02-23 Chris Cannam Update MSVC build projects - two solutions, one for plugin SDK and one for host SDK,
2017-02-23 Chris Cannam Ignore these
2017-02-23 Chris Cannam Copyright dates
2017-02-23 Chris Cannam Remove this, it isn't useful
2017-02-23 Chris Cannam Might as well add these, since pretty much everyone seems to need them for Homebrew-installed libsndfile
2017-02-09 Chris Cannam Update a couple of comments to match the specifications elsewhere
2017-01-31 Chris Cannam Typo fix
2017-01-09 Chris Cannam Fix inadequate #if guard for non-gcc builds
2016-11-18 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 processing
2016-11-18 Chris Cannam Revert to C++98 -- this library is not supposed to use C++11
2016-11-18 Chris Cannam Fix fairly obscure mis-canonicalisation in RealTime (leading to non-canonical but still correct values)
2016-11-15 Chris Cannam Fixes to a few unusual cases in RealTime
2016-11-04 Chris Cannam Merge from branch enumerate-options
2016-11-02 Chris Cannam Add plugin enumeration options (for use by piper server, needs testing) enumerate-options
2016-10-28 Chris Cannam Correct use of multibyte-widechar conversion routines
2016-10-27 Chris Cannam Remove some debug output by default
2016-10-20 Chris Cannam Fix compiler warnings
2016-10-14 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 Chris Cannam Fix long-standing memory leaks (parameter descriptors and feature list container) in plugin adapter
2016-10-14 Chris Cannam Fix long-standing memory leaks (parameter descriptors and feature list container) in plugin adapter vampipe
2016-10-13 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 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