log

age author description
2020-04-06 Chris Cannam Merge from branch sensible-delimited-data-strings
2020-04-06 Chris Cannam Test CSV quoting sensible-delimited-data-strings
2020-04-03 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
2020-04-03 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
2020-03-27 Chris Cannam Add GenericCommand
2020-03-20 Chris Cannam Use shared_ptr for plugin instances throughout audio-source-refactor
2020-03-20 Chris Cannam Might as well use the aligning allocator here, though it'll make no real difference audio-source-refactor
2020-03-19 Chris Cannam Use a shared_ptr audio-source-refactor
2020-03-19 Chris Cannam Make RingBuffer copyable, and simplify a bit audio-source-refactor
2020-03-06 Chris Cannam Avoid compiler warning
2020-03-06 Chris Cannam Add option to avoid pulling in the WinRT dependency for this very small feature
2020-01-28 Chris Cannam Merge
2020-01-28 Chris Cannam This is distracting in Sonic Annotator
2020-01-24 Chris Cannam Merge from branch background-mode
2020-01-24 Chris Cannam Use slightly lighter version of accent colour in dark mode - it generally seems more appropriate in practice background-mode