log

age author description
Wed, 08 Apr 2020 18:41:00 +0100 Chris Cannam Remove debug output
Mon, 06 Apr 2020 13:55:44 +0100 Chris Cannam Merge from branch sensible-delimited-data-strings
Mon, 06 Apr 2020 10:59:36 +0100 Chris Cannam Test CSV quoting sensible-delimited-data-strings
Fri, 03 Apr 2020 17:11:05 +0100 Chris Cannam Rewrite all the DelimitedDataString stuff so as to return vectors of individual cell strings rather than having the classes add the delimiters themselves. Rename accordingly to names based on StringExport. Take advantage of this in the CSV writer code so as to properly quote cells that contain delimiter characters. sensible-delimited-data-strings
Fri, 03 Apr 2020 12:12:02 +0100 Chris Cannam Merge from branch audio-source-refactor. Various changes to memory management for plugins, ring buffers etc, for safer code further up the stack
Fri, 27 Mar 2020 10:06:03 +0000 Chris Cannam Add GenericCommand
Fri, 20 Mar 2020 16:30:33 +0000 Chris Cannam Use shared_ptr for plugin instances throughout audio-source-refactor
Fri, 20 Mar 2020 16:30:16 +0000 Chris Cannam Might as well use the aligning allocator here, though it'll make no real difference audio-source-refactor
Thu, 19 Mar 2020 16:09:55 +0000 Chris Cannam Use a shared_ptr audio-source-refactor
Thu, 19 Mar 2020 16:09:04 +0000 Chris Cannam Make RingBuffer copyable, and simplify a bit audio-source-refactor
Fri, 06 Mar 2020 12:53:18 +0000 Chris Cannam Avoid compiler warning
Fri, 06 Mar 2020 12:12:46 +0000 Chris Cannam Add option to avoid pulling in the WinRT dependency for this very small feature
Tue, 28 Jan 2020 14:34:13 +0000 Chris Cannam Merge
Tue, 28 Jan 2020 14:32:34 +0000 Chris Cannam This is distracting in Sonic Annotator
Fri, 24 Jan 2020 15:10:35 +0000 Chris Cannam Merge from branch background-mode
Fri, 24 Jan 2020 12:38:55 +0000 Chris Cannam Use slightly lighter version of accent colour in dark mode - it generally seems more appropriate in practice background-mode
Thu, 23 Jan 2020 15:43:30 +0000 Chris Cannam Add OSQueryAccentColour background-mode
Mon, 20 Jan 2020 17:17:45 +0000 Chris Cannam More sensible name background-mode
Fri, 17 Jan 2020 21:36:07 +0000 Chris Cannam Determine whether a dark background is indicated background-mode
Tue, 14 Jan 2020 15:48:22 +0000 Chris Cannam Merge from branch csv-export-dialog
Tue, 14 Jan 2020 15:39:12 +0000 Chris Cannam Overhaul and tidy the export options, and add support for header row csv-export-dialog
Fri, 10 Jan 2020 14:29:54 +0000 Chris Cannam Add optional ability to write a header on delimited data output, & to write times in frames
Wed, 08 Jan 2020 15:26:49 +0000 Chris Cannam Debug tweaks
Wed, 08 Jan 2020 15:26:37 +0000 Chris Cannam Not virtual
Wed, 08 Jan 2020 15:26:28 +0000 Chris Cannam Create target model without extents (we now have two separate constructors for this, the second one creates a model with extents even if both are zero)
Wed, 08 Jan 2020 15:25:43 +0000 Chris Cannam Add Selection::toString for debug purposes
Fri, 22 Nov 2019 14:12:16 +0000 Chris Cannam Forward getIndexForEvent
Tue, 29 Oct 2019 12:46:43 +0000 Chris Cannam Comments and debug-related bits
Thu, 17 Oct 2019 13:42:55 +0100 Chris Cannam OK, so now this pragma provokes a warning in gcc! Guard it with a clang guard
Wed, 16 Oct 2019 16:29:46 +0100 Chris Cannam Looks like this is clang-only