log

age author description
2015-02-26 Chris Cannam Debug reporting from FileSource
2015-02-24 Chris Cannam Enable ThreadSanitizer datarace
2015-02-18 Chris Cannam Add option to toggle H:M:S time display (when off, just show seconds even when more than 60)
2015-02-13 Chris Cannam Use filename as object name when reading data file to model (so it shows in the resulting layer name)
2015-02-13 Chris Cannam Compile fix
2015-01-14 Chris Cannam RealTime frame-conversion test
2015-02-09 Chris Cannam Merge from default branch cxx11
2015-02-09 Chris Cannam Pending coreaudio-metadata
2014-12-08 Chris Cannam Use double instead of float for frequencies in Pitch, just for confidence
2014-12-02 Chris Cannam Wire up note/octave stuff
2014-12-02 Chris Cannam Start adding piano note
2014-12-01 Chris Cannam Unit tests for StringBits::splitQuoted
2014-12-01 Chris Cannam If the first column of a CSV file has zero or one non-empty values in it, during the first 5 rows, then ignore it by default
2014-11-27 Chris Cannam Merge
2014-11-27 Chris Cannam Fix close-quote immediately before separator in StringBits::splitQuoted
2014-11-20 Chris Cannam Avoid crash when setting alignment to 0
2014-11-20 Chris Cannam Merge
2014-11-20 Chris Cannam Make alignment using an external program asynchronous
2014-11-20 Chris Cannam Couple more RealTime tests
2014-11-19 Chris Cannam Another RealTime test
2014-11-17 Chris Cannam Merge
2014-11-17 Chris Cannam Start RealTime tests
2014-11-17 Chris Cannam CXX11 (-std=c++11) branch, to test build environments before making any code adaptations cxx11
2014-11-14 Chris Cannam Provide access to local filename
2014-11-14 Chris Cannam Provide reader from QIODevice
2014-11-14 Chris Cannam When using an aggregate model to pass data to a transform, zero-pad the shorter input to the duration of the longer rather than truncating the longer. (This is better behaviour for e.g. MATCH, and in any case the code was previously truncating incorrectly and ending up with garbage data at the end.)
2014-11-10 Chris Cannam Merge from default branch tonioni
2014-10-15 Chris Cannam TransformId is not sufficient -- it could be ambiguous (same transform id, different parameters etc). Use the whole transform
2014-10-15 Chris Cannam Add setNofM logic which the JSON writer can use to write a list when sending multiple files' worth to a single target
2014-10-15 Chris Cannam Write window type too
2014-10-15 Chris Cannam Add plugin_version to transform RDF serialisation (if non-empty)
2014-10-15 Chris Cannam Add omit-filename option to CSV writer (and test it while testing lab writer)
2014-10-15 Chris Cannam Add fill-ends option to CSV writer (and test it)
2014-10-14 Chris Cannam Implement end-times option for CSV writer (not yet tested)
2014-10-14 Chris Cannam Add MIDI destinations tests and fix feature writer bugs resulting from them
2014-10-13 Chris Cannam Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
2014-10-13 Chris Cannam Separate out stdout ability (not all writers that support one-file will necessarily want to support it, e.g. for binary formats)
2014-10-13 Chris Cannam Add MIDI channel to note data and MIDI writer
2014-10-13 Chris Cannam Write sample rate from output descriptor, for FixedSampleRate outputs
2014-10-10 Chris Cannam Support plugin version in RDF transforms, and bail out in Sonic Annotator if it doesn't match
2014-10-08 Chris Cannam Disconnect signals before abandoning reply object, avoiding "reply unknown" error
2014-10-03 Chris Cannam Merge
2014-10-03 Chris Cannam Handle variable columns by importing all of them (not just the minimum number)
2014-10-03 Chris Cannam Add milliseconds as CSV import timing option
2014-10-03 Chris Cannam Comment only
2014-10-01 Chris Cannam Fix reading duration from transform XML (it was setting the start time instead!)
2014-10-01 Chris Cannam Scary warning if transform RDF fails to use XSD duration format
2014-09-29 Chris Cannam Correct some really stupid fixed-length string stuff, including a genuine stack overflow that causes a crash on OS/X for certain colour 3d plot data.
2014-09-16 Chris Cannam Fix #1058 clicking row in Layer Edit dialog when colour 3d plot layer active jumps to wrong frame (was using sample rate where resolution intended)
2014-09-12 Chris Cannam Experimentally add the hybrid normalisation as an option (not working well either in UI or implementation) normalize_hybrid_option
2014-09-10 Chris Cannam If the old and new-style user resource prefixes return different results, move across resources from old to new to prime the new path first time we look it up
2014-09-09 Chris Cannam Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows)
2014-09-09 Chris Cannam Respond tidily to user cancellation during download, instead of going on to attempt to load the nonexistent file as a non-audio format
2014-09-09 Chris Cannam Merge from default branch tonioni
2014-09-03 Chris Cannam Fix potential null pointer deref
2014-09-03 Chris Cannam Fix memory leak (from coverity scan)
2014-09-03 Chris Cannam Fix some uninitialised values (from coverity scan)
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-03 Chris Cannam Fix some potential null derefs (from coverity scan)
2014-09-03 Chris Cannam Fix memory leak