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
|