log

age author description
Wed, 02 Mar 2016 16:16:36 +0000 Chris Cannam Merge from default branch 3.0-integration
Thu, 25 Feb 2016 13:02:57 +0000 Chris Cannam ...commented out
Thu, 25 Feb 2016 13:02:46 +0000 Chris Cannam Debug
Fri, 22 Jan 2016 09:52:08 +0000 Chris Cannam Debug bits
Tue, 19 Jan 2016 12:32:30 +0000 Chris Cannam Show warning to the user when plugin population has problems
Mon, 11 Jan 2016 14:18:56 +0000 Chris Cannam Check for plugin loadability before trying to load in the main process (POSIX only so far)
Fri, 08 Jan 2016 15:39:12 +0000 Chris Cannam Pull out candidate list
Thu, 25 Feb 2016 10:53:10 +0000 Chris Cannam Better error reporting for transform load (from RDF and XML)
Wed, 24 Feb 2016 11:35:51 +0000 Chris Cannam Work around libsndfile-1.0.26 bug that reports all files as non-seekable
Wed, 24 Feb 2016 10:28:47 +0000 Chris Cannam Use float format for cached files in CodedAudioFileReader, to preserve internal representation (see comment)
Thu, 04 Feb 2016 11:16:05 +0000 Chris Cannam Merge from the default branch 3.0-integration
Thu, 04 Feb 2016 11:13:39 +0000 Chris Cannam Merge from branch "tony-2.0-integration" 3.0-integration
Sat, 30 Jan 2016 12:08:50 +0000 Chris Cannam Merge
Sat, 30 Jan 2016 12:05:14 +0000 Chris Cannam Update acinclude files to look for qt5-qmake as well as qmake-qt5
Fri, 22 Jan 2016 18:12:06 +0000 Chris Cannam Small possible speedup 3.0-integration
Fri, 22 Jan 2016 17:08:02 +0000 Chris Cannam Tidy a bit 3.0-integration
Fri, 22 Jan 2016 13:39:45 +0000 Chris Cannam Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset 3.0-integration
Fri, 22 Jan 2016 12:46:42 +0000 Chris Cannam Don't need ResizeableBitset, vector<bool> is already a compact format 3.0-integration
Fri, 22 Jan 2016 12:46:19 +0000 Chris Cannam Fix one-block rounding error when zoomed a long way out, visible as an offset toward the end of very long audio files 3.0-integration
Fri, 22 Jan 2016 09:52:30 +0000 Chris Cannam Adjust locking when filling range cache in background thread, so as to spend less time waiting on locks 3.0-integration
Fri, 22 Jan 2016 09:52:08 +0000 Chris Cannam Debug bits 3.0-integration
Tue, 19 Jan 2016 12:32:30 +0000 Chris Cannam Show warning to the user when plugin population has problems 3.0-integration
Mon, 11 Jan 2016 14:18:56 +0000 Chris Cannam Check for plugin loadability before trying to load in the main process (POSIX only so far) 3.0-integration
Fri, 08 Jan 2016 15:39:12 +0000 Chris Cannam Pull out candidate list 3.0-integration
Wed, 18 Nov 2015 12:08:33 +0000 Chris Cannam Merge from default branch 3.0-integration
Wed, 04 Nov 2015 14:18:22 +0000 Chris Cannam OSX build stuff
Wed, 04 Nov 2015 12:06:12 +0000 Chris Cannam Write Track in RDF only if title/artist metadata present, not simply on the basis of a TrackMetadata object existing
Wed, 04 Nov 2015 10:07:29 +0000 Chris Cannam Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
Tue, 03 Nov 2015 14:31:58 +0000 Chris Cannam Add & test the digits option in the CSV file writer
Tue, 03 Nov 2015 12:41:15 +0000 Chris Cannam Merge