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
|
2014-07-17 |
Chris Cannam |
Small fixes: avoid static etc
|
2014-07-17 |
Chris Cannam |
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
|
2014-07-04 |
Chris Cannam |
We do have liblo
|
2014-07-04 |
Chris Cannam |
OS/X build/deploy fixes
|
2014-07-02 |
Chris Cannam |
Merge from tonioni branch
|
2014-07-02 |
Chris Cannam |
Merge from default branch
tonioni
|
2014-07-02 |
Chris Cannam |
Merge
|
2014-07-02 |
Chris Cannam |
Tidy
|
2014-06-18 |
Chris Cannam |
Merge from branch tonioni (the two are currently in sync)
|
2014-07-01 |
Chris Cannam |
Avoid trying to return out-of-range bin name
|
2014-07-01 |
Chris Cannam |
endl to qDebug does not seem to be threadsafe
|
2014-06-30 |
Chris Cannam |
Avoid crashing when trying to examine data at column < 0 in 3d model
|
2014-06-18 |
Chris Cannam |
Merge from branch warnfix_no_size_t
|