log

age author description
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 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 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-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-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 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 Error handling project-file-rework
2016-10-27 Chris Cannam Error handling 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 Merge project-file-rework
2016-10-25 Chris Cannam Add files that I forgot to track on Friday (sigh) piper
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 Restore native-Vamp factory and make the choice between Piper and Native a preference 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-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 msvc2015_64
2016-10-18 Chris Cannam Merge from branch "3.0-integration" msvc2015_64
2016-10-18 Chris Cannam MSVC build fixes msvc2015_64
2016-10-18 Chris Cannam MatrixFile is no longer used 3.0-integration
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 Bodge in piper-cpp client (not yet working) piper
2016-09-20 Chris Cannam Merge from default branch 3.0-integration
2016-09-20 Chris Cannam Merge from branch tony-2.0-integration 3.0-integration
2016-08-19 Chris Cannam Merge latest SV 3.0 branch code tony-2.0-integration
2016-08-16 Chris Cannam Compiler warning fixes
2016-08-15 Chris Cannam Avoid warning 3.0-integration
2016-08-05 Chris Cannam Introduce labels in RangeMapper and use them in AudioDial, though only for tooltip at present. Make use of this for spectrogram magic -81dB/-Inf threshold. Also introduce static strings for inf/pi and use where appropriate. 3.0-integration
2016-08-05 Chris Cannam Merge work on unified spectrogram and colour 3d plot caching renderer 3.0-integration
2016-08-05 Chris Cannam Fixes to phase display and colour scale for it; tidy up some debug output spectrogram-minor-refactor
2016-08-04 Chris Cannam Restore phase display spectrogram-minor-refactor
2016-08-03 Chris Cannam Re-enable (little-used) normalise-visible-range option in spectrogram layer spectrogram-minor-refactor
2016-08-03 Chris Cannam Avoid overrun-by-1 spectrogram-minor-refactor
2016-08-01 Chris Cannam Float/double conversion fixes spectrogram-minor-refactor
2016-08-01 Chris Cannam Fix threshold in spectrogram -- it wasn't working in the last release. spectrogram-minor-refactor
2016-08-01 Chris Cannam Scale range matching spectrogram-minor-refactor