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
|
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
|
2015-06-16 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.6 for changeset 32e38d394dc6
|
2015-06-16 |
Chris Cannam |
Linux build fix! Oops
|
2015-06-16 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.6 for changeset b7268e8bd292
|
2015-06-16 |
Chris Cannam |
Build tweaks for OS/X
|
2015-06-16 |
Chris Cannam |
Win32 compile fix
|
2015-06-16 |
Chris Cannam |
Further file to ignore
|
2015-06-16 |
Chris Cannam |
And a further win32 fix
|
2015-06-16 |
Chris Cannam |
And another
|
2015-06-16 |
Chris Cannam |
And another
|
2015-06-16 |
Chris Cannam |
Further build fixes
|
2015-06-16 |
Chris Cannam |
Update some build files
|
2015-06-16 |
Chris Cannam |
Add -Wextra, fix a couple of warnings it throws up
|
2015-06-16 |
Chris Cannam |
Updates for v2.6
|
2015-06-16 |
Chris Cannam |
Symbol for version 2.6
|
2015-06-16 |
Chris Cannam |
Merge from branch vh
|
2015-06-02 |
Chris Cannam |
Algorithm includes for std::min, etc
|
2015-05-20 |
Chris Cannam |
Small test program & some changes to support it
vh
|
2015-05-20 |
Chris Cannam |
Update other Makefiles
vh
|
2015-05-20 |
Chris Cannam |
Merge
|
2015-05-20 |
Chris Cannam |
Initial draft of C API for plugin loading
vh
|
2015-05-20 |
Chris Cannam |
Some work toward C API for plugin loading
vh
|
2015-05-20 |
Chris Cannam |
Minor doc updates
|
2015-03-11 |
Chris Cannam |
Start using libc++ by default
|
2015-01-14 |
Chris Cannam |
Fine adjustment to timestamp to avoid rounding error
|
2014-10-16 |
Chris Cannam |
Fix some compiler warnings
|
2014-10-16 |
Chris Cannam |
Non-power-of-two is not an issue if we're built with fftw
|
2014-09-12 |
Chris Cannam |
Merge
|
2014-09-12 |
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 |
Chris Cannam |
Further typo fixes in Makefile.inc
|
2014-09-12 |
Chris Cannam |
Fix a couple of mistakes in the skeleton Makefile.inc
|
2014-09-05 |
Chris Cannam |
Merge
|
2014-09-05 |
Chris Cannam |
Split out big Makefile into Makefile.inc and platform-specific Makefiles
|
2014-09-03 |
Chris Cannam |
Fix some uninitialised members that Coverity otherwise complains about
|
2014-08-07 |
Chris Cannam |
Add CFLAGS to Makefile
|
2014-08-07 |
Chris Cannam |
Add CFLAGS (like CXXFLAGS) to configure
|
2014-08-06 |
Chris Cannam |
Merge
|
2014-08-06 |
Chris Cannam |
Toward win64 build eventually
|
2014-08-06 |
Chris Cannam |
Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
|
2014-08-05 |
Chris Cannam |
Some os/x build fixes
|
2014-08-05 |
Chris Cannam |
mingw32 build fix
|
2014-08-04 |
Chris Cannam |
Some mingw32 fixes
|
2014-08-04 |
Chris Cannam |
Starting to update win32/mingw cross-compile
|
2014-06-25 |
Chris Cannam |
Update RDF for example plugins
|
2014-06-25 |
Chris Cannam |
Merge (but taking everything from the more recent default)
|
2014-06-05 |
Chris Cannam |
Add dc:title for plugin library
|
2014-06-20 |
Chris Cannam |
Produce rather richer RDF output
|
2014-06-06 |
Chris Cannam |
Merge
|
2014-06-06 |
Chris Cannam |
Copyright dates
|
2014-03-05 |
Chris Cannam |
Add -L short option as synonym for --list-full
|
2014-03-28 |
Chris Cannam |
Merge
|
2014-03-28 |
Chris Cannam |
Copyright date
|
2013-09-13 |
Chris Cannam |
Combined VC++ solution containing plugin SDK, host SDK, example plugins, and simple host projects
|
2013-05-08 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.5 for changeset 92b1fbb1cc87
|
2013-05-08 |
Chris Cannam |
Emit warning when compiling with FFTW support (about the licence implications)
vamp-plugin-sdk-v2.5
|
2013-05-08 |
Chris Cannam |
Update CHANGELOG and release date!
|
2013-03-28 |
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 |
Chris Cannam |
Use double arithmetic for rate calculations
|
2013-03-28 |
Chris Cannam |
Update configure
|
2013-03-28 |
Chris Cannam |
Remove unneeded variable
|
2013-03-28 |
Chris Cannam |
Update CHANGELOG
|
2013-03-28 |
Chris Cannam |
Bump version to 2.5
|
2013-03-27 |
Chris Cannam |
Fix incorrect handling of FixedSampleRate outputs in PluginBufferingAdapter
|
2013-03-20 |
Chris Cannam |
And CC
|
2013-03-20 |
Chris Cannam |
Add CXX variable to Makefile; add math defines to vcproj
|
2013-01-06 |
Chris Cannam |
Avoid returning garbage through getCurrentProgram if plugin has no programs
|
2012-07-12 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.4 for changeset 393885d7ea72
|
2012-07-12 |
Chris Cannam |
Release date in changelog
vamp-plugin-sdk-v2.4
|
2012-07-12 |
Chris Cannam |
OS/X build fixes
|
2012-07-12 |
Chris Cannam |
Add MSVC 2010 project files
|
2012-07-12 |
Chris Cannam |
Win32 build fixes
|
2012-07-12 |
Chris Cannam |
Updated ignored list for Win32
|
2012-07-12 |
Chris Cannam |
FFT: make functions static
|
2012-07-12 |
Chris Cannam |
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
|
2012-07-09 |
Chris Cannam |
Thread-safe base-fft
|
2012-06-30 |
Chris Cannam |
Add acsymbols objects to platform-specific Makefiles
|
2012-06-29 |
Chris Cannam |
Move Makefile.osx across to .osx.106 and create a new one for the 10.7 / Xcode 4 tools
|
2012-06-28 |
Chris Cannam |
Remove obsolete OpenSolaris builds (sniff)
|
2012-05-25 |
Chris Cannam |
Bump up version to 2.3.1, add C-linkage symbols for library versions so autoconf can check them
|
2012-05-24 |
Chris Cannam |
Apply vamp-2.3-windows-unicode.patch from RJ Ryan in #464
|
2011-12-02 |
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-11-24 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.3 for changeset 8cab5a0198d6
|
2011-11-24 |
Chris Cannam |
Update simple-host version, Win32 build fix
vamp-plugin-sdk-v2.3
|
2011-11-24 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.3 for changeset ef1dc9963638
|
2011-11-24 |
Chris Cannam |
Update versions throughout
|
2011-09-28 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.3 for changeset 2c546a899eec
|
2011-09-28 |
Chris Cannam |
Update Doxyfile version
|
2011-09-28 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.3 for changeset 71b69f569f52
|
2011-09-28 |
Chris Cannam |
Update CHANGELOG
|
2011-09-27 |
Chris Cannam |
Next release will be 2.3
|
2011-08-23 |
Chris Cannam |
Patch from Dan Stowell: print label as well as values
|
2011-08-18 |
Chris Cannam |
Avoid compiler warning
|
2011-08-18 |
Chris Cannam |
Patch from Dan Stowell to permit vamp-simple-host to read data of unknown length (for streaming input)
|
2011-06-21 |
Chris Cannam |
Add support for changing window shape in PluginInputDomainAdapter
|
2011-04-05 |
Chris Cannam |
Added tag vamp-plugin-sdk-v2.2.1 for changeset 2351610cd3b0
|
2011-04-05 |
Chris Cannam |
Bump version number, regenerate configure
vamp-plugin-sdk-v2.2.1
|
2011-04-05 |
Chris Cannam |
Use g++-4.0 if using 10.4 SDK
|
2011-03-07 |
Chris Cannam |
* Don't use 10.4 SDK any more... it's too troublesome on 10.6
|
2011-02-09 |
Chris Cannam |
* Make plugin objects depend on headers as well as source files
|
2011-01-06 |
convert-repo |
update tags
|
2010-08-26 |
cannam |
* Update CHANGELOG (argh)
|
2010-08-26 |
cannam |
* Try to guess the best choice SDK rather than expecting the user to edit the Makefile
vamp-plugin-sdk-v2.2
|
2010-08-26 |
cannam |
* Further fix to version handling
|
2010-08-25 |
cannam |
* Update versions to 2.2 throughout; also add script used to do this
|
2010-08-13 |
cannam |
* Update OS/X stuff in Makefiles, so as to build 3-way universal binaries
|
2010-06-09 |
cannam |
* Change arch defaults to as to use universal binaries (we have to change
|
2010-05-21 |
cannam |
* Install n3 file
|
2010-05-20 |
cannam |
* Add documentation about default parameters
|
2009-10-06 |
cannam |
* Funny -- this cut-and-paste error has been in the licence from the start
|
2009-09-28 |
cannam |
* Add include required for gcc 4.4
|
2009-09-23 |
cannam |
...
vamp-plugin-sdk-v2.1
|
2009-09-23 |
cannam |
* Add skeleton Makefile
|
2009-09-22 |
cannam |
* Add NoShift option to PluginInputDomainAdapter as well, for completeness
|
2009-09-22 |
cannam |
* oops
|
2009-09-22 |
cannam |
* More build updates
|
2009-09-22 |
cannam |
* More error reporting fixes
|
2009-09-22 |
cannam |
* fix paths
|
2009-09-22 |
cannam |
* Improve error reporting from PluginLoader
|
2009-09-22 |
cannam |
* note about install_name
|
2009-09-22 |
cannam |
* Tidying, build, versions, docs updates for release
|
2009-09-21 |
cannam |
* Doc updates, copyright updates, etc., in preparation for 2.1 release
|
2009-09-16 |
cannam |
* Implementation of ShiftData process method
|
2009-09-15 |
cannam |
* The beginnings of making the shift-timestamp or shift-data behaviour
|
2009-09-10 |
cannam |
* When calculating timestamps in order to write them into features that
|
2009-09-10 |
cannam |
* Sun compiler build support
|
2009-08-17 |
cannam |
* Fix crash when an adapter's createPlugin() fails in getDescriptor()
|
2009-06-15 |
cannam |
* Win32 build fixes for UNICODE. Not yet tested
|
2009-04-23 |
cannam |
* Add skeleton
|
2009-03-20 |
cannam |
* remove some debug
|
2009-03-18 |
cannam |
* add some missing descriptions (pointed out by vamp-plugin-tester)
|
2009-03-17 |
cannam |
* tidiness (pkg-config change thanks to Sampo Savolainen)
|
2009-03-03 |
cannam |
* update rdfxml from n3
|
2009-02-12 |
cannam |
* Fix to prior commit
|
2009-02-12 |
cannam |
* Patch from Richard Ash to make building the host optional, so you can
|
2009-02-12 |
cannam |
* Patch from Richard Ash to remove some more generated files on
|
2008-12-12 |
cannam |
* implement reset() (duh)
|
2008-12-12 |
cannam |
* Fix an infinite loop that occurs with some features
|
2008-12-05 |
cannam |
* Add transform summary type; use long quotes for descriptions; turn off debug
vamp-plugin-sdk-v2.0
|
2008-11-29 |
cannam |
* win32 avoid warning
vamp-plugin-sdk-v2.0pre2
|
2008-11-26 |
cannam |
* minor adjustments, avoid a stupid memory leak
|
2008-11-26 |
cannam |
...
|
2008-11-25 |
cannam |
* Fix incorrect handling of step & block size in time-domain plugin that
|
2008-11-25 |
cannam |
* Ensure that output descriptors are re-queried after a call to
|
2008-11-25 |
cannam |
* Ensure PluginBufferingAdapter returns fresh output descriptors after
|
2008-11-20 |
cannam |
...
|
2008-11-20 |
cannam |
* Use _VAMP_PLUGIN_IN_HOST_NAMESPACE rather than omitting plugin namespace
|
2008-11-20 |
cannam |
* don't output bin names if there are none provided
|
2008-11-20 |
cannam |
* OK, we're going to have to place the host stuff in its own namespace
|
2008-11-14 |
cannam |
...
|
2008-11-14 |
cannam |
* remove unhelpful README
|
2008-11-14 |
cannam |
* update version in doxyfile
|
2008-11-14 |
cannam |
...
vamp-plugin-sdk-v2.0pre1
|
2008-11-14 |
cannam |
...
|
2008-11-14 |
cannam |
...
|
2008-11-14 |
cannam |
* Add documentation about backward compatibility
|
2008-11-12 |
cannam |
* docs
|
2008-11-12 |
cannam |
...
|
2008-11-12 |
cannam |
...
|
2008-11-12 |
cannam |
* Add configure script
|
2008-11-12 |
cannam |
...
|
2008-11-12 |
cannam |
* Rename template generator to vamp-rdf-template-generator
|
2008-11-11 |
cannam |
* Update changelog
|
2008-11-11 |
cannam |
* Tidy up --list-full output a bit
|
2008-11-11 |
cannam |
* Re-branch
rdf-passing-experiment
|
2008-11-11 |
cannam |
* 3 * lag is not related in 4/4, is it?
|
2008-11-10 |
cannam |
...
|
2008-11-10 |
cannam |
* tidy
|
2008-11-10 |
cannam |
* Some build improvements
|
2008-11-10 |
cannam |
* Add PowerSpectrum to docs
|
2008-11-10 |
cannam |
* Add Power Spectrum example plugin
|
2008-11-10 |
cannam |
* Add --list-full to "simple" Vamp host
|
2008-11-10 |
cannam |
* Add platform README files
|
2008-11-09 |
cannam |
* Update Visual C++ projects
|
2008-11-07 |
cannam |
* Update OS/X build stuff, and some minor doc updates
|
2008-11-07 |
cannam |
* New trunk with clearer delineation between host and plugin libraries
|
2008-11-07 |
cannam |
* Move trunk aside; new trunk arriving WHUMP in a moment
trunk-pre-20081107
|
2008-11-07 |
cannam |
* install fixes, mostly
distinct-libraries
|
2008-11-07 |
cannam |
* Flatten directory tree a bit, update doxygen
distinct-libraries
|
2008-11-07 |
cannam |
* Add template generator to Makefile
distinct-libraries
|
2008-11-07 |
cannam |
* build fixes & make depend
distinct-libraries
|
2008-11-07 |
cannam |
* Add include guards; make code compile!
distinct-libraries
|
2008-11-06 |
cannam |
* more moving
distinct-libraries
|
2008-11-06 |
cannam |
* more moving
distinct-libraries
|
2008-11-06 |
cannam |
* more moving
distinct-libraries
|
2008-11-06 |
cannam |
* start moving things about
distinct-libraries
|
2008-11-06 |
cannam |
* branch for clearer distinction between host & plugin libraries
distinct-libraries
|
2008-11-04 |
cannam |
* Remove vamp:copyright_note -- the existing dc:rights is suitable, it
|
2008-11-04 |
cannam |
...
|
2008-10-29 |
cannam |
* Add copyright note
|
2008-10-29 |
cannam |
* Add copyright note, use long string form for description (and
|
2008-10-29 |
cannam |
* Remove rdf/xml copy of rdf data; I never remember to update it, and
|
2008-10-29 |
cannam |
* Update RDF
|
2008-10-29 |
cannam |
* add foaf:page &c
|
2008-10-29 |
cannam |
* improve usage printout & command line parsing a bit
|
2008-10-28 |
cannam |
* doc update
|
2008-10-24 |
cannam |
* More tweaks to fixed-tempo estimator
|
2008-10-23 |
cannam |
...
|
2008-10-22 |
cannam |
* Update Makefile.osx
|
2008-10-21 |
cannam |
* Update README to describe example plugins VC project file and
|
2008-10-18 |
cannam |
* Update VC project file to handle proper export of
|
2008-10-17 |
cannam |
* Add example plugins VC project -- though it doesn't produce a working library yet
|
2008-10-16 |
cannam |
* More tweaks (still incomplete)
|
2008-10-16 |
cannam |
* Slightly different angle on filtering... hmmm
|
2008-10-15 |
cannam |
* big improvements to FixedTempoEstimator
|
2008-10-15 |
cannam |
* plugins.o depends on FixedTempoEstimator
|
2008-10-14 |
cannam |
* MSVC build updates
|
2008-10-14 |
cannam |
* More tweaks to fixed-tempo estimator
|
2008-10-13 |
cannam |
* of course! with TortoiseSVN under Windows, you can't check out a repository
|
2008-10-11 |
cannam |
* Remove debug
|
2008-10-10 |
cannam |
...
|
2008-10-09 |
cannam |
* tweaks to fixed-tempo estimator
|
2008-10-08 |
cannam |
* A few tweaks to fixed-tempo estimator
|
2008-10-08 |
cannam |
* Beginnings of a simple tempo estimator example plugin
|
2008-10-07 |
cannam |
* Add processInterleaved to PluginChannelAdapter
|
2008-10-07 |
cannam |
* pass through reset() call to plugin!
|
2008-10-07 |
cannam |
* More accurate calculation of summaries in continuous-time mode
|
2008-09-30 |
cannam |
* Make summarising adapter debug optional
|
2008-09-22 |
cannam |
* Add hasDuration to output in ontology
|
2008-09-18 |
cannam |
* Add hasDuration to output descriptor as well as the features themselves
|
2008-09-18 |
cannam |
...
|
2008-09-17 |
cannam |
* Provide PluginWrapper method for getting hold of a nested wrapper
|
2008-09-17 |
cannam |
* Fix horrible memory access error
|
2008-09-15 |
cannam |
* More work on summarising adapter -- fixes for segmentation &c
|
2008-09-12 |
cannam |
* Segmentation work for summarisation
|
2008-09-11 |
cannam |
* segmentation for results being summarised -- I need to come up with a
|
2008-09-11 |
cannam |
* Reorganise accumulators to facilitate segmentation
|
2008-09-10 |
cannam |
* Fixes to summarisation (calculation of durations)
|
2008-09-05 |
cannam |
* Fixes to continuous time averaging
|
2008-09-04 |
cannam |
* More fixes to continuous time averaging
|
2008-09-04 |
cannam |
* More work on continuous-time averaging
|
2008-09-03 |
cannam |
* Part way to providing support for continuous-time averaging summaries
|
2008-08-07 |
cannam |
* Add UnknownSummaryType
|
2008-08-06 |
cannam |
* note in comment
|
2008-08-06 |
cannam |
* fix uninitialised count in summariser
|
2008-08-05 |
cannam |
* add getSummaryForAllOutputs
|
2008-08-05 |
cannam |
* summarising adapter might sort of work now -- quite untested though
|
2008-08-05 |
cannam |
* PluginSummarisingAdapter now compiles -- though doesn't actually work
|
2008-08-04 |
cannam |
* make a start on the summarising adapter
|
2008-07-25 |
cannam |
* small update
|
2008-07-25 |
cannam |
* copyright note update
|
2008-07-25 |
cannam |
* Add means to obtain actually used step & block sizes from buffering
|
2008-07-25 |
cannam |
* Add capability for setting underlying plugin's step and block sizes
|
2008-07-24 |
cannam |
* Re-do the way the v2 structure (with durations) is returned.
|
2008-07-17 |
cannam |
* First bit of Vamp v2 work -- add an optional duration to features in
|
2008-07-09 |
cannam |
* oops -- bump versions
vamp-plugin-sdk-v1.3
|
2008-07-09 |
cannam |
* update doxyfile
|
2008-07-09 |
cannam |
* Add changelog
|
2008-07-09 |
cannam |
* Don't bother building universal binaries by default
|
2008-07-09 |
cannam |
* Update README, .la files etc for 1.3
|
2008-07-07 |
cannam |
* Revert pragmas and RTLD_GLOBAL -- we think we can fix the underlying
|
2008-07-03 |
cannam |
* Some work on symbol visibility in the shared object
|
2008-06-30 |
cannam |
* Update to newer audio features ontology
|
2008-06-25 |
cannam |
* Update vamp example plugins rdf against new ontology
|
2008-06-25 |
dpastor |
(none)
|
2008-06-25 |
dpastor |
fix the generator with the new changes
|
2008-06-25 |
dpastor |
Fixed ontology
|
2008-06-25 |
cannam |
* slightly more sensible placeholders; some minor textual changes
|
2008-06-25 |
dpastor |
remove "descriptor" stuff
|
2008-06-24 |
cannam |
* fix typos, add a remark about descriptor naming
|
2008-06-24 |
cannam |
* bail if nonexistent library specified
|
2008-06-23 |
cannam |
* update rdf/xml version
|
2008-06-23 |
cannam |
* add provisional rdf files for example plugins
|
2008-06-23 |
cannam |
* Commit updates from David to deal with quantized outputs and
|
2008-06-20 |
cannam |
* www.purl.org -> purl.org in generator
|
2008-06-20 |
cannam |
* we spell quantized with a z in the vamp api
|
2008-06-20 |
cannam |
* fix available_plugin (was string instead of uri)
|
2008-06-20 |
cannam |
* Restructure output so that each file describes a plugin library rather
|
2008-06-20 |
cannam |
* Add identifier to PluginLibrary domain
|
2008-06-20 |
cannam |
* Reindent and remove inaccurate comment about usage
|
2008-06-20 |
cannam |
* some typo & doc updates -- mostly just because I'm reading it, and fiddling
|
2008-06-19 |
cannam |
* Load plugins with RTLD_GLOBAL -- otherwise Vampy plugins will be unable to
|
2008-06-19 |
cannam |
* Update template generator with changes from km-rdf repo -- apart from the
|
2008-06-19 |
cannam |
* Update vamp.n3/rdf from km-rdf
|
2008-06-16 |
cannam |
* Improve resilience of frame - real-time - frame round-trip conversions
|
2008-06-11 |
cannam |
* update RDF from km-rdf repository
|
2008-05-29 |
cannam |
* Add RDF ontology for Vamp plugins [experimental]
|
2008-04-24 |
cannam |
* Permit '-' as well as the other characters in identifiers (existing plugins
|
2008-03-20 |
cannam |
* PluginBufferingAdapter: Rewrite OneSamplePerStep to FixedSampleRate, not
|
2008-03-20 |
cannam |
* should not be using <> include for this
|
2008-03-19 |
cannam |
* DT_REG really isn't as common as I'd thought, and we don't really care
|
2008-03-11 |
cannam |
* patch from Tim Blechmann for gcc-4.3 compile
|
2008-02-28 |
cannam |
...
|
2008-02-28 |
cannam |
...
|
2008-02-28 |
cannam |
...
vamp-plugin-sdk-v1.2
|
2008-02-28 |
cannam |
* doc for buffering adapter
|
2008-02-28 |
cannam |
* Bump up versions for 1.2
|
2008-02-25 |
cannam |
...
|
2008-02-25 |
cannam |
* Move manual and presentation to website, move drawings out of SDK directory
|
2008-02-25 |
cannam |
...
|
2008-02-25 |
cannam |
...
|
2008-02-25 |
cannam |
* add presentation
|
2008-02-24 |
cannam |
...
|
2008-02-24 |
cannam |
...
|
2008-02-22 |
cannam |
...
|
2008-02-21 |
cannam |
...
|
2008-02-19 |
cannam |
...
|
2008-02-18 |
cannam |
...
|
2008-02-18 |
cannam |
* update vestigial manual (with illustrations!)
|
2008-02-16 |
cannam |
* add drawings
|
2008-02-14 |
cannam |
...
|
2008-02-14 |
cannam |
...
|
2008-02-14 |
cannam |
* Add -s option to output features with sample frame timestamps
|
2008-02-08 |
cannam |
* marginal performance improvement through use of reserve() in
|
2008-02-08 |
cannam |
* fix sonames (should be ABI name, not full library name).
|
2008-02-01 |
cannam |
...
|
2008-02-01 |
cannam |
...
|
2008-01-31 |
cannam |
* implement reset() in PluginBufferingAdapter
|
2008-01-29 |
cannam |
* Attempt to clarify licensing implications of HAVE_FFTW3
|
2008-01-29 |
cannam |
* Make PluginBufferingAdapter more efficient with use of ring buffer in place
|
2008-01-28 |
cannam |
* Add optional support for FFTW through HAVE_FFTW3 flag. Off by default,
|
2008-01-23 |
cannam |
* Add Visual C++ project file (for single SDK library only)
|
2008-01-14 |
cannam |
* Add --list-by-category to vamp-simple-host
|
2007-12-03 |
cannam |
* Add a static wrapper object to wrap the static instance pointer, so that
|
2007-11-18 |
cannam |
* Apply (slightly tweaked) DT_UNKNOWN patch from Alexis Ballier <aballier@gentoo.org>
|
2007-11-18 |
cannam |
* Apply DESTDIR patch from Alexis Ballier <aballier@gentoo.org>
|
2007-11-16 |
cannam |
* Add --list-ids and --list-outputs options
|
2007-11-07 |
cannam |
* OS/X build stuff
|
2007-11-02 |
cannam |
...
|
2007-11-02 |
cannam |
* Add Mark L's PluginBufferingAdapter
|
2007-11-01 |
cannam |
* more fine tuning of handling of block and step sizes
|
2007-10-19 |
cannam |
...
vamp-plugin-sdk-v1.1b
|
2007-10-12 |
cannam |
* Add ranlib, just in case
|
2007-10-12 |
cannam |
* add -o <file> option to vamp-simple-host
|
2007-09-30 |
cannam |
* correct vamp-hostsdk soname
|
2007-09-30 |
cannam |
* update .la files
|
2007-09-28 |
cannam |
...
|
2007-09-28 |
cannam |
* Fix failure to default correctly if plugin output unspecified
|
2007-09-24 |
cannam |
* don't allow block/step sizes to be undefined
|
2007-09-19 |
cannam |
* Add sdkstatic target
|
2007-09-18 |
cannam |
* use correct (?) sonames for libraries (oops)
|
2007-09-18 |
cannam |
* avoid trying to use timeval if building on Windows
|
2007-09-06 |
cannam |
...
|
2007-08-23 |
cannam |
* doc updates
vamp-plugin-sdk-v1.1
|
2007-06-07 |
cannam |
...
vamp-plugin-sdk-v1.1pre1
|
2007-06-07 |
cannam |
* Use m_impl structure for PluginAdapter as well
|
2007-06-07 |
cannam |
* doc updates
|
2007-06-06 |
cannam |
* strengthen imprecations against doing heavy lifting in plugin constructor
|
2007-06-06 |
cannam |
* Make library name case-insensitive in PluginLoader
|
2007-06-06 |
cannam |
* make PluginLoader quicker to load a single named plugin (don't always
|
2007-06-06 |
cannam |
* update copyrights
|
2007-06-06 |
cannam |
* use m_impl for channel and input domain adapters as well
|
2007-06-06 |
cannam |
* Switch PluginLoader to an m_impl structure to make it generally nicer
|
2007-06-04 |
cannam |
* avoid warning about float-to-int conversion on frame2RealTime
|
2007-06-04 |
cannam |
* Fix compile failure with gcc 3.4
|
2007-06-04 |
cannam |
* removed empty directory (from a prior ill-considered reshuffle)
|
2007-06-01 |
cannam |
* Remove some (but not all) debug output
|
2007-06-01 |
cannam |
* Merge from host-factory-stuff branch: this adds several helper classes in
|
2007-06-01 |
cannam |
* documentation
host-factory-stuff
|
2007-06-01 |
cannam |
* Documentation
host-factory-stuff
|
2007-06-01 |
cannam |
* install hostext headers to vamp-sdk/hostext/ rather than vamp-sdk/
host-factory-stuff
|
2007-05-25 |
cannam |
...
host-factory-stuff
|
2007-05-24 |
cannam |
* Put hostext stuff in the HostExt sub-namespace
host-factory-stuff
|
2007-05-24 |
cannam |
* reshuffle
host-factory-stuff
|
2007-05-09 |
cannam |
* add wrapper base
host-factory-stuff
|
2007-05-04 |
cannam |
* implement plugin loader and plugin input-domain adapter (to do basic ffts)
host-factory-stuff
|
2007-05-04 |
cannam |
* branching for work on new helper classes for hosts
host-factory-stuff
|
2007-03-30 |
cannam |
* doc updates
|
2007-03-21 |
cannam |
* Some doc updates
|
2007-03-12 |
cannam |
* Fix from Craig Sapp for incorrect mixdown code
|
2007-03-02 |
cannam |
* Split out the host adapter code into a separate host sdk library.
vamp-plugin-sdk-v1.0pre1
|
2007-02-27 |
cannam |
* Add a structure for API versioning
|
2007-02-26 |
cannam |
* Rename "name" and "description" to "identifier" and "name"; add new
|
2007-01-25 |
cannam |
* isnan -> std::isnan, likewise isinf
|
2006-12-08 |
cannam |
* Change input buffers arg to process from float ** to const float *const *
|
2006-11-30 |
cannam |
* Fix a delete/delete[] mismatch
|
2006-11-10 |
cannam |
* add output names as well as descriptions
|
2006-11-01 |
cannam |
...
1.0
|
2006-10-31 |
cannam |
* Update version number to 1.0, some textual tweaks
|
2006-10-30 |
cannam |
* fix to step size for frequency domain plugins
|
2006-10-11 |
cannam |
* Add Dan Stowell's simple implementation of the SuperCollider amplitude
|
2006-10-09 |
cannam |
* Add plugin path traversal and plugin listing option to vamp-simple-host
|
2006-09-21 |
cannam |
* Add category file
|
2006-09-20 |
cannam |
...
|
2006-09-20 |
cannam |
* fix typo
|
2006-09-20 |
cannam |
* avoid compiler warning
|
2006-09-20 |
cannam |
* Add an implementation of Dan Barry's percussion onset detector
|
2006-08-01 |
cannam |
* move .la file to .la.in
|
2006-08-01 |
cannam |
* add .la file
|
2006-07-31 |
cannam |
* Add a function to look up the Vamp plugin path for the current platform.
|
2006-05-17 |
cannam |
...
|
2006-05-16 |
cannam |
* Fix rounding error in RealTime (thanks to Craig Sapp)
vamp-plugin-sdk-v0.9rc2
|
2006-05-16 |
cannam |
* Deal properly with the fact that the host doesn't support non-power-of-two
|
2006-05-12 |
cannam |
* Update version numbers to 0.9
vamp-plugin-sdk-v0.9rc1
|
2006-05-10 |
cannam |
* Permit plugins to vary the number of values per output based on the number
|
2006-05-10 |
cannam |
* Add forgotten getMin/MaxChannelCount to host adapter (thanks Craig)
|
2006-05-08 |
cannam |
...
|
2006-04-25 |
cannam |
* add documentation to the C header
|
2006-04-25 |
cannam |
* Undefine debug symbol
|
2006-04-24 |
cannam |
* Rename simplehost to vamp-simple-host
|
2006-04-14 |
cannam |
* tidy
|
2006-04-12 |
cannam |
* Add virtual destructors to PluginBase and Plugin to ensure subclass dtors
|
2006-04-12 |
cannam |
* Build fixes for OS/X and Windows
|
2006-04-10 |
cannam |
* Some textual changes
|
2006-04-07 |
cannam |
* better docs for sample rate
|
2006-04-07 |
cannam |
* Make the host capable of doing something useful!
|
2006-04-06 |
cannam |
* fix failure to pick up all but first plugin's outputs
|
2006-04-06 |
cannam |
* Add README file
|
2006-04-06 |
cannam |
* Make static adapter map a pointer to avoid any confusion about static
|
2006-04-06 |
cannam |
* Avoid repeated malloc/free for returned feature lists -- reuse static
|
2006-04-06 |
cannam |
* Build static library of SDK sources as well
|
2006-04-06 |
cannam |
* Use a single Makefile
|
2006-04-05 |
cannam |
* Add valueNames to parameter descriptor
|
2006-04-03 |
cannam |
* Allow plugins to return 0 for preferred block/step size to accept a host
|
2006-03-31 |
cannam |
* Fix a couple of memory management and corruption bugs
|
2006-03-31 |
cannam |
* Fix leftover reference to X Consortium in copyright note!
|
2006-03-31 |
cannam |
* Fix for unique guards
|
2006-03-31 |
cannam |
* Updating references to vamp-sdk
|
2006-03-31 |
cannam |
* Renamed sdk to vamp-sdk
|
2006-03-31 |
cannam |
...
|
2006-03-31 |
cannam |
* Add most basic load-library-and-list-plugins host
|
2006-03-31 |
cannam |
* Importing first cut of Sonic Visualiser's Vamp plugin format SDK
|