2016-11-16 |
Chris Cannam |
Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
3.0-integration
|
2016-11-04 |
Chris Cannam |
Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself)
piper
|
2016-10-25 |
Chris Cannam |
Merge
project-file-rework
|
2016-10-25 |
Chris Cannam |
Add files that I forgot to track on Friday (sigh)
piper
|
2016-10-20 |
Chris Cannam |
Fix capnp include scenario on Windows
piper
|
2016-10-20 |
Chris Cannam |
Avoid instantiating all plugins (in piper client) on startup, using plugin static data instead. Problem of where to get the units field from is still pending.
piper
|
2016-10-17 |
Chris Cannam |
Fix compiler warnings
piper
|
2016-10-17 |
Chris Cannam |
Restore plugin categories
piper
|
2016-10-14 |
Chris Cannam |
Try AutoPlugin; also not very successful
piper
|
2016-10-14 |
Chris Cannam |
Bodge in piper-cpp client (not yet working)
piper
|
2016-04-14 |
Chris Cannam |
Update for adjusted checker layout, and tidy
pluginscan
|
2016-04-14 |
Chris Cannam |
Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it.
pluginscan
|
2016-04-14 |
Chris Cannam |
First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup
pluginscan
|
2016-03-02 |
Chris Cannam |
Merge from default branch
3.0-integration
|
2016-01-22 |
Chris Cannam |
Debug bits
|
2016-01-19 |
Chris Cannam |
Show warning to the user when plugin population has problems
|
2016-01-11 |
Chris Cannam |
Check for plugin loadability before trying to load in the main process (POSIX only so far)
|
2016-01-08 |
Chris Cannam |
Pull out candidate list
|
2016-02-04 |
Chris Cannam |
Merge from the default branch
3.0-integration
|
2016-01-22 |
Chris Cannam |
Debug bits
3.0-integration
|
2016-01-19 |
Chris Cannam |
Show warning to the user when plugin population has problems
3.0-integration
|
2016-01-11 |
Chris Cannam |
Check for plugin loadability before trying to load in the main process (POSIX only so far)
3.0-integration
|
2016-01-08 |
Chris Cannam |
Pull out candidate list
3.0-integration
|
2015-11-03 |
Chris Cannam |
Debug outputs
|
2015-03-04 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
2014-09-03 |
Chris Cannam |
Fix various slightly dodgy derefs and the like (from coverity scan)
|
2013-11-26 |
Chris Cannam |
Drop toStdString, with debug header we can stream QStrings
|
2013-11-26 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
2011-06-14 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
2011-05-16 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
2011-05-12 |
Chris Cannam |
Remove most toStdString calls (no longer needed, with debug header)
debug-output
|
2009-09-10 |
Chris Cannam |
* solaris build fixes
|
2008-11-07 |
Chris Cannam |
* Update to new-line vamp plugin sdk
|
2008-07-07 |
Chris Cannam |
* Revert to RTLD_LOCAL (we think problem is better fixed in Vampy)
|
2008-06-19 |
Chris Cannam |
* Load with RTLD_GLOBAL, otherwise Vampy plugins can't load their interpreters
|
2008-05-08 |
Chris Cannam |
* Speed up spectrogram painting by releasing mutex in FFTDataServer
|
2008-01-09 |
Chris Cannam |
* better handling of cases with more than one copy of the same plugin in
|
2007-09-28 |
Chris Cannam |
* Merge transform directory from sv-match-alignment branch
|
2007-09-28 |
Chris Cannam |
* Unload feature extraction plugin .so when destroyed
|
2007-05-10 |
Chris Cannam |
* Updated Russian translation from Alexandre Prokoudine
sv1-v1.0
|
2007-04-30 |
Chris Cannam |
* Fix many compile warnings, remove some debug output
|
2007-03-20 |
Chris Cannam |
* Fix hang and memory leak on startup when encountering a pre-Vamp-1.0 plugin
|
2007-03-08 |
Chris Cannam |
* Fix #1672407 confused by plugin-named files in cwd (or home?)
|
2007-03-01 |
Chris Cannam |
* Make audio file reader factory try for a reader based on the file's
|
2007-02-27 |
Chris Cannam |
* Further fixes for Vamp API change, and update to support API versioning
|
2007-02-26 |
Chris Cannam |
* Fixes for new Vamp API changes -- I think plugin parameters are not being
|
2006-11-17 |
Chris Cannam |
* Update copyright notes as appropriate.
|
2006-10-12 |
Chris Cannam |
* Add system-specific LADSPA and DSSI plugin paths (for OS/X and Windows)
|
2006-09-21 |
Chris Cannam |
* Add support for plugin classification using category files.
|
2006-07-31 |
Chris Cannam |
* Reorganising code base. This revision probably should compile once more.
|
2006-05-12 |
Chris Cannam |
* Make vertical scale alignment modes work in note layer as well as time-value
sv1-v0.9rc1
|
2006-04-26 |
Chris Cannam |
* Fix crash in spectrogram layer when replacing model
|
2006-04-26 |
Chris Cannam |
* Some work on reloading play parameters from file (not quite working yet)
|
2006-04-24 |
Chris Cannam |
* Avoid instantiating a plugin twice when configuring it (the min/max channel
|
2006-04-13 |
Chris Cannam |
* Replace crash with warning when a transform could not be automatically
|
2006-04-06 |
Chris Cannam |
* fix compile warnings and genuine int/size_t overflow
|
2006-04-06 |
Chris Cannam |
* Remove dsp directory. This is now the qm-dsp library used by
|
2006-03-31 |
Chris Cannam |
* Modify to use Vamp SDK for proper feature extraction plugins.
|
2006-03-20 |
Chris Cannam |
* Update licensing rubric for GPL
|
2006-03-20 |
Chris Cannam |
* Set indent-tabs-mode to nil in Emacs mode direction
|