2016-11-05 |
Chris Cannam |
Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed)
piper
|
2016-11-04 |
Chris Cannam |
Fix omitted topmost bin
3.0-integration
|
2016-11-04 |
Chris Cannam |
Fix forehead-slapping failure to use the right model when rendering 3d plot in peaks cache mode (i.e. when zoomed quite far out)
3.0-integration
|
2016-11-04 |
Chris Cannam |
Ensure columns all have correct height when retrieved (to avoid e.g. empty columns because a feature extractor's start time was >0)
3.0-integration
|
2016-11-04 |
Chris Cannam |
Merge from branch piper
3.0-integration
|
2016-11-04 |
Chris Cannam |
Some updates to accommodate adaptation for Sonic Annotator
piper
|
2016-11-04 |
Chris Cannam |
Update subrepos to default branches after merge
piper
|
2016-11-03 |
Chris Cannam |
A bit more log info useful for win32/x64
piper
|
2016-11-03 |
Chris Cannam |
Update to use listargs variant of Piper stuff (so that the plugin winnowing feature from the penultimate commit actually works)
piper
|
2016-11-03 |
Chris Cannam |
Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious.
piper
|
2016-11-03 |
Chris Cannam |
Use plugin scan results to inform the list requests issued to Piper servers
piper
|
2016-11-02 |
Chris Cannam |
Merge
piper
|
2016-11-02 |
Chris Cannam |
Subrepo state
piper
|
2016-11-01 |
Chris Cannam |
Logging; use only first ("native") helper for non-Vamp plugins
piper
|
2016-11-01 |
Chris Cannam |
More useful reporting output
piper
|
2016-11-01 |
Chris Cannam |
Add omitted files, again!
piper
|
2016-11-01 |
Chris Cannam |
Merge from branch 3.0-integration
piper
|
2016-11-01 |
Chris Cannam |
Support multiple plugin checker helpers, as for multiple piper servers
3.0-integration
|
2016-11-01 |
Chris Cannam |
Support for multiple servers
3.0-integration
|
2016-10-28 |
Chris Cannam |
Merge from branch piper
3.0-integration
|
2016-10-28 |
Chris Cannam |
Merge from branch project-file-rework
piper
|
2016-10-28 |
Chris Cannam |
Numerous Windows fixes in subrepos
project-file-rework
|
2016-10-28 |
Chris Cannam |
Ensure plugin is deleted in same thread that created and used it
project-file-rework
|
2016-10-28 |
Chris Cannam |
Rename server to simple-server, and add some more description in usage
project-file-rework
|
2016-10-27 |
Chris Cannam |
Win32 fixes in subrepos (inc binary modes for server)
project-file-rework
|
2016-10-27 |
Chris Cannam |
Error handling
project-file-rework
|
2016-10-27 |
Chris Cannam |
Build the converter too
project-file-rework
|
2016-10-27 |
Chris Cannam |
Update Piper server invocation convention
project-file-rework
|
2016-10-27 |
Chris Cannam |
More Windows build bits
project-file-rework
|
2016-10-25 |
Chris Cannam |
Fix maddening failure to start server with space in its path
project-file-rework
|
2016-10-25 |
Chris Cannam |
Only if server not running
project-file-rework
|
2016-10-25 |
Chris Cannam |
Tidying
project-file-rework
|
2016-10-25 |
Chris Cannam |
Minor build updates
project-file-rework
|
2016-10-25 |
Chris Cannam |
OSX build fixes and logic
project-file-rework
|
2016-10-25 |
Chris Cannam |
Merge from branch piper
project-file-rework
|
2016-10-25 |
Chris Cannam |
Add files that I forgot to track on Friday (sigh)
piper
|
2016-10-24 |
Chris Cannam |
Merge in subrepo
project-file-rework
|
2016-10-24 |
Chris Cannam |
Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
project-file-rework
|
2016-10-21 |
Chris Cannam |
Error reporting for Piper server startup
piper
|
2016-10-21 |
Chris Cannam |
Fixes to choice of plugin factory
piper
|
2016-10-21 |
Chris Cannam |
Add out-of-process execution to prefs dialog
piper
|
2016-10-21 |
Chris Cannam |
Restore native-Vamp factory and make the choice between Piper and Native a preference
piper
|
2016-10-20 |
Chris Cannam |
Use .cpp file instead
piper
|
2016-10-20 |
Chris Cannam |
Avoid instantiating all plugins on startup, + build fixes
piper
|
2016-10-20 |
Chris Cannam |
Update subrepos
3.0-integration
|
2016-10-20 |
Chris Cannam |
Update subrepos
piper
|
2016-10-20 |
Chris Cannam |
Merge from branch 3.0-integration
piper
|
2016-10-20 |
Chris Cannam |
Merge from branch msvc2015_64
3.0-integration
|
2016-10-19 |
Chris Cannam |
Further MSVC build stuff. Committing this as-is because it's building and running now, but there's a lot to tidy up.
msvc2015_64
|
2016-10-19 |
Chris Cannam |
Tidy and re-fix for Linux
msvc2015_64
|
2016-10-18 |
Chris Cannam |
MSVC build fixes, and show 32/64-bit in About
msvc2015_64
|
2016-10-18 |
Chris Cannam |
MatrixFile is no longer used
3.0-integration
|
2016-10-17 |
Chris Cannam |
Update subrepo
piper
|
2016-10-17 |
Chris Cannam |
Update subrepo
piper
|
2016-10-17 |
Chris Cannam |
Fix compiler warnings
piper
|
2016-10-17 |
Chris Cannam |
Restore plugin categories
piper
|
2016-10-17 |
Chris Cannam |
More cautious locking on sparse model modification
piper
|
2016-10-17 |
Chris Cannam |
Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning.
piper
|
2016-10-14 |
Chris Cannam |
Try AutoPlugin; also not very successful
piper
|
2016-10-14 |
Chris Cannam |
Add piper-cpp stuff, experimentally
piper
|