log

age author description
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
2014-09-03 Chris Cannam Fix various slightly dodgy derefs and the like (from coverity scan)
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-03 Chris Cannam Remove redundant code (from coverity scan)
2014-09-03 Chris Cannam Fix very minor but erroneous non-float-arithmetic
2014-09-03 Chris Cannam clarify
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-03 Chris Cannam Backed out changeset 6b5e1edd95fc. I had misunderstood, the container is a vector, not a map, so the fix doesn't work and the original code (although definitely flawed) actually does
2014-09-03 Chris Cannam Fix to iterator invalidation (from coverity scan)
2014-09-03 Chris Cannam As coverity points out, MIDI_END_OF_EXCLUSIVE (0xF7) cannot result from masking with MIDI_MESSAGE_TYPE_MASK(0xF0). Not that it really matters here.
2014-09-03 Chris Cannam Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind)
2014-09-03 Chris Cannam Frame this condition more defensively (from coverity scan)
2014-09-03 Chris Cannam Fix fallthrough in switch (from coverity scan)
2014-09-03 Chris Cannam Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-03 Chris Cannam Fix accidental declaration of section as bool rather than int (definitely a bug but what did it cause? see #1051, we need units here) (from coverity scan)
2014-09-03 Chris Cannam comment only
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-09-02 Chris Cannam Update subrepos and merge from default branch tonioni
2014-08-13 Chris Cannam Avoid compiler warnings when building without lrdf
2014-08-11 Chris Cannam Make sparse time-value layers inaudible by default (user must un-mute them) for compatibility with earlier versions
2014-07-25 Chris Cannam Debug output stuff
2014-07-25 Chris Cannam Per-thread debug (avoiding some dubious threading problems)
2014-07-18 Chris Cannam Merge from default branch tonioni