graph
- 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, by Chris Cannam
- Merge from branch audio-source-refactor. Various changes to memory management for plugins, ring buffers etc, for safer code further up the stack2020-04-03, by Chris Cannam
- Add GenericCommand2020-03-27, by Chris Cannam
- Use shared_ptr for plugin instances throughoutaudio-source-refactor 2020-03-20, by Chris Cannam
- Might as well use the aligning allocator here, though it'll make no real differenceaudio-source-refactor 2020-03-20, by Chris Cannam
- Use a shared_ptraudio-source-refactor 2020-03-19, by Chris Cannam
- Make RingBuffer copyable, and simplify a bitaudio-source-refactor 2020-03-19, by Chris Cannam