log

age author description
Sat, 05 Nov 2016 10:40:22 +0000 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
Fri, 04 Nov 2016 16:44:59 +0000 Chris Cannam Fix omitted topmost bin 3.0-integration
Fri, 04 Nov 2016 16:01:37 +0000 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
Fri, 04 Nov 2016 14:57:03 +0000 Chris Cannam Merge from branch piper 3.0-integration
Fri, 04 Nov 2016 14:39:15 +0000 Chris Cannam Some updates to accommodate adaptation for Sonic Annotator piper
Fri, 04 Nov 2016 14:16:01 +0000 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
Thu, 03 Nov 2016 15:38:17 +0000 Chris Cannam Update to use listargs variant of Piper stuff (so that the plugin winnowing feature from the penultimate commit actually works) piper
Thu, 03 Nov 2016 14:57:00 +0000 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
Thu, 03 Nov 2016 14:14:09 +0000 Chris Cannam Use plugin scan results to inform the list requests issued to Piper servers piper
Tue, 01 Nov 2016 16:02:15 +0000 Chris Cannam Logging; use only first ("native") helper for non-Vamp plugins piper
Tue, 01 Nov 2016 15:09:44 +0000 Chris Cannam More useful reporting output piper
Tue, 01 Nov 2016 14:43:51 +0000 Chris Cannam Add omitted files, again! piper
Tue, 01 Nov 2016 14:08:57 +0000 Chris Cannam Merge from branch 3.0-integration piper
Tue, 01 Nov 2016 14:06:47 +0000 Chris Cannam Support multiple plugin checker helpers, as for multiple piper servers 3.0-integration
Tue, 01 Nov 2016 12:09:05 +0000 Chris Cannam Support for multiple servers 3.0-integration
Fri, 28 Oct 2016 15:20:58 +0100 Chris Cannam Merge from branch piper 3.0-integration
Fri, 28 Oct 2016 15:19:12 +0100 Chris Cannam Merge from branch project-file-rework piper
Fri, 28 Oct 2016 11:32:36 +0100 Chris Cannam Ensure plugin is deleted in same thread that created and used it project-file-rework
Fri, 28 Oct 2016 11:08:17 +0100 Chris Cannam Rename server to simple-server, and add some more description in usage project-file-rework
Thu, 27 Oct 2016 16:13:25 +0100 Chris Cannam Error handling project-file-rework
Thu, 27 Oct 2016 14:01:35 +0100 Chris Cannam Error handling project-file-rework
Thu, 27 Oct 2016 12:06:14 +0100 Chris Cannam Update Piper server invocation convention project-file-rework
Thu, 27 Oct 2016 10:29:44 +0100 Chris Cannam More Windows build bits project-file-rework
Tue, 25 Oct 2016 21:06:38 +0100 Chris Cannam Fix maddening failure to start server with space in its path project-file-rework
Tue, 25 Oct 2016 11:04:26 +0100 Chris Cannam Merge project-file-rework
Tue, 25 Oct 2016 10:53:12 +0100 Chris Cannam Add files that I forgot to track on Friday (sigh) piper
Mon, 24 Oct 2016 17:53:33 +0100 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
Fri, 21 Oct 2016 16:24:30 +0100 Chris Cannam Error reporting for Piper server startup piper
Fri, 21 Oct 2016 14:51:22 +0100 Chris Cannam Fixes to choice of plugin factory piper
Fri, 21 Oct 2016 11:49:27 +0100 Chris Cannam Restore native-Vamp factory and make the choice between Piper and Native a preference piper
Thu, 20 Oct 2016 18:31:02 +0100 Chris Cannam Fix capnp include scenario on Windows piper
Thu, 20 Oct 2016 14:06:58 +0100 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
Thu, 20 Oct 2016 11:19:34 +0100 Chris Cannam Merge from branch 3.0-integration piper
Thu, 20 Oct 2016 11:16:22 +0100 Chris Cannam Merge from branch msvc2015_64 3.0-integration
Wed, 19 Oct 2016 17:33:32 +0100 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
Wed, 19 Oct 2016 09:11:51 +0100 Chris Cannam Tidy and re-fix for Linux msvc2015_64
Tue, 18 Oct 2016 15:54:56 +0100 Chris Cannam MSVC build fixes msvc2015_64
Tue, 18 Oct 2016 14:04:06 +0100 Chris Cannam Merge from branch "3.0-integration" msvc2015_64
Tue, 18 Oct 2016 14:03:55 +0100 Chris Cannam MSVC build fixes msvc2015_64
Tue, 18 Oct 2016 14:03:35 +0100 Chris Cannam MatrixFile is no longer used 3.0-integration
Mon, 17 Oct 2016 16:39:36 +0100 Chris Cannam Fix compiler warnings piper
Mon, 17 Oct 2016 14:55:05 +0100 Chris Cannam Restore plugin categories piper
Mon, 17 Oct 2016 14:28:43 +0100 Chris Cannam More cautious locking on sparse model modification piper
Mon, 17 Oct 2016 14:18:23 +0100 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
Fri, 14 Oct 2016 16:23:04 +0100 Chris Cannam Try AutoPlugin; also not very successful piper
Fri, 14 Oct 2016 14:33:43 +0100 Chris Cannam Bodge in piper-cpp client (not yet working) piper
Tue, 20 Sep 2016 09:16:13 +0100 Chris Cannam Merge from default branch 3.0-integration
Tue, 20 Sep 2016 09:16:05 +0100 Chris Cannam Merge from branch tony-2.0-integration 3.0-integration
Fri, 19 Aug 2016 15:58:57 +0100 Chris Cannam Merge latest SV 3.0 branch code tony-2.0-integration
Tue, 16 Aug 2016 16:49:22 +0100 Chris Cannam Compiler warning fixes
Mon, 15 Aug 2016 16:42:19 +0100 Chris Cannam Avoid warning 3.0-integration
Fri, 05 Aug 2016 17:48:52 +0100 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
Fri, 05 Aug 2016 15:05:02 +0100 Chris Cannam Merge work on unified spectrogram and colour 3d plot caching renderer 3.0-integration
Fri, 05 Aug 2016 14:31:16 +0100 Chris Cannam Fixes to phase display and colour scale for it; tidy up some debug output spectrogram-minor-refactor
Thu, 04 Aug 2016 14:02:56 +0100 Chris Cannam Restore phase display spectrogram-minor-refactor
Wed, 03 Aug 2016 16:16:23 +0100 Chris Cannam Re-enable (little-used) normalise-visible-range option in spectrogram layer spectrogram-minor-refactor
Wed, 03 Aug 2016 14:19:56 +0100 Chris Cannam Avoid overrun-by-1 spectrogram-minor-refactor
Mon, 01 Aug 2016 16:25:06 +0100 Chris Cannam Float/double conversion fixes spectrogram-minor-refactor
Mon, 01 Aug 2016 16:21:01 +0100 Chris Cannam Fix threshold in spectrogram -- it wasn't working in the last release. spectrogram-minor-refactor
Mon, 01 Aug 2016 15:06:16 +0100 Chris Cannam Scale range matching spectrogram-minor-refactor