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
|