log

age author description
Tue, 13 Dec 2016 15:23:21 +0000 Chris Cannam Update to use bqvec allocator for float vectors 3.0-integration
Tue, 13 Dec 2016 12:03:48 +0000 Chris Cannam Handle increases in the overall channel count by closing and reopening the audio device. 3.0-integration
Mon, 12 Dec 2016 15:18:52 +0000 Chris Cannam Some hackery toward having a zoomlevel type zoom
Fri, 09 Dec 2016 19:04:33 +0000 Chris Cannam Fix compiler warnings 3.0-integration
Fri, 09 Dec 2016 18:01:55 +0000 Chris Cannam Merge from branch bqresample 3.0-integration
Fri, 09 Dec 2016 14:40:49 +0000 Chris Cannam Fixes to sample rate and latency handling bqresample
Fri, 09 Dec 2016 10:24:40 +0000 Chris Cannam Update to reflect bqresample API change 3.0-integration
Wed, 07 Dec 2016 13:56:22 +0000 Chris Cannam Remove unnecessary move()s 3.0-integration
Mon, 05 Dec 2016 16:54:19 +0000 Chris Cannam Start pruning other resampler logic than bqresample 3.0-integration
Mon, 05 Dec 2016 16:39:03 +0000 Chris Cannam Remove resampler quality option (#1760) 3.0-integration
Fri, 02 Dec 2016 09:14:11 +0000 Chris Cannam Add Apple Lossless files 3.0-integration
Fri, 02 Dec 2016 09:13:52 +0000 Chris Cannam Further updates to tests and debug output for file reading on OSX 3.0-integration
Thu, 01 Dec 2016 20:49:55 +0000 Chris Cannam More faffing with tests, to no great effect 3.0-integration
Thu, 01 Dec 2016 17:45:40 +0000 Chris Cannam Add gapless preference to prefs dialog; much work on audio read tests 3.0-integration
Tue, 29 Nov 2016 17:09:07 +0000 Chris Cannam Another check to ensure sync error suppressed at eof 3.0-integration
Tue, 29 Nov 2016 16:45:53 +0000 Chris Cannam Merge from branch mp3-gapless 3.0-integration
Tue, 29 Nov 2016 16:45:29 +0000 Chris Cannam Stop reporting sync errors only when we really are at eof, i.e. after the input callback has been called again (previously we just tested whether we'd buffered up all the input, which of course we do in one go at the start) mp3-gapless
Tue, 29 Nov 2016 14:35:27 +0000 Chris Cannam Test fixes mp3-gapless
Tue, 29 Nov 2016 14:25:57 +0000 Chris Cannam Update m4a files to exports from CoreAudio, rather than FAAC; update tests accordingly, and add test for spurious data after end of decode mp3-gapless
Tue, 29 Nov 2016 13:34:51 +0000 Chris Cannam Handle trimming the padding from end as well mp3-gapless
Tue, 29 Nov 2016 12:06:49 +0000 Chris Cannam Refactor in CodedAudioFileReader in preparation for trimming at end mp3-gapless
Tue, 29 Nov 2016 11:35:56 +0000 Chris Cannam Add gapless flag to MP3FileReader, and implement trimming the delay samples from the start (padding is not yet trimmed from end) mp3-gapless
Tue, 29 Nov 2016 08:58:50 +0000 Chris Cannam Add test for last change to ColumnOp 3.0-integration
Mon, 28 Nov 2016 18:09:59 +0000 Chris Cannam Further fix to decision about when not to interpolate in ColumnOp::distribute 3.0-integration
Mon, 28 Nov 2016 14:41:45 +0000 Chris Cannam Merge 3.0-integration
Mon, 28 Nov 2016 14:40:45 +0000 Chris Cannam Interpolate always, when interpolation requested. Previous test failed to take into account varying bin height in log-scale modes, which meant interpolation might be necessary even when more bins than pixels. 3.0-integration
Fri, 25 Nov 2016 17:33:44 +0000 Chris Cannam Make CSV feature writer produce the same output with Qt 5.6 and 5.7+ 3.0-integration
Fri, 25 Nov 2016 17:33:12 +0000 Chris Cannam Don't show this... We should find a better way to make it available in the UI 3.0-integration
Fri, 25 Nov 2016 14:26:24 +0000 Chris Cannam Avoid being locale-specific in XSD parse 3.0-integration
Fri, 25 Nov 2016 11:37:06 +0000 Chris Cannam Merge 3.0-integration
Fri, 25 Nov 2016 11:33:34 +0000 Chris Cannam Improve mp3 offset detection, add test for truncated decode 3.0-integration
Fri, 25 Nov 2016 11:33:02 +0000 Chris Cannam Don't always print these 3.0-integration
Fri, 25 Nov 2016 10:08:52 +0000 Chris Cannam Merge from branch subdivide-instants 3.0-integration
Fri, 25 Nov 2016 10:08:09 +0000 Chris Cannam Tidy up, with some convenient C++11isms subdivide-instants
Fri, 25 Nov 2016 09:57:36 +0000 Chris Cannam Add Winnow as well subdivide-instants
Fri, 25 Nov 2016 09:38:53 +0000 Chris Cannam Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do! subdivide-instants
Thu, 24 Nov 2016 17:06:31 +0000 Chris Cannam Add MAD_BUFFER_GUARD padding at end of mp3 buffer, in order to ensure last frame is decoded successfully (otherwise the decoded audio is truncated). Another thing learned from madplay. 3.0-integration
Thu, 24 Nov 2016 13:38:45 +0000 Chris Cannam Do that only for the first frame 3.0-integration
Thu, 24 Nov 2016 13:32:04 +0000 Chris Cannam Filter out Xing/LAME info frames, rather than letting them go to the mp3 decoder as if they were audio frames. Fixes the 1152-sample zero pad at start of some decoded mp3 files (distinct from decoder delay). The logic here is based on the madplay code. 3.0-integration
Wed, 23 Nov 2016 14:51:03 +0000 Chris Cannam Tag load diagnostic 3.0-integration
Wed, 23 Nov 2016 14:34:27 +0000 Chris Cannam A bit more diagnostic info 3.0-integration
Wed, 23 Nov 2016 13:57:36 +0000 Chris Cannam More diagnostic output 3.0-integration
Wed, 23 Nov 2016 12:05:53 +0000 Chris Cannam More error reporting updates 3.0-integration
Wed, 23 Nov 2016 10:38:53 +0000 Chris Cannam Warn when out-of-range bin requested 3.0-integration
Wed, 23 Nov 2016 10:35:10 +0000 Chris Cannam Avoid potentially trying to allocate negative-sized vector! 3.0-integration
Wed, 23 Nov 2016 10:34:45 +0000 Chris Cannam Debug note when we overrun end of data 3.0-integration
Wed, 23 Nov 2016 10:34:30 +0000 Chris Cannam Trivial loop reordering for sequential index 3.0-integration
Tue, 22 Nov 2016 16:40:41 +0000 Chris Cannam Debug output updates 3.0-integration
Tue, 22 Nov 2016 16:40:28 +0000 Chris Cannam Avoid compiler warning 3.0-integration
Tue, 22 Nov 2016 16:40:14 +0000 Chris Cannam Actually use the StorageAdviser output properly 3.0-integration
Tue, 22 Nov 2016 16:39:29 +0000 Chris Cannam More informative debug output from StorageAdviser 3.0-integration
Tue, 22 Nov 2016 16:39:17 +0000 Chris Cannam Add SVCERR and the ability to silence debug output (giving Sonic Annotator a --quiet mode) 3.0-integration
Mon, 21 Nov 2016 17:08:02 +0000 Chris Cannam Hit counts optional 3.0-integration
Mon, 21 Nov 2016 16:54:37 +0000 Chris Cannam Merge from default branch 3.0-integration
Mon, 21 Nov 2016 16:32:58 +0000 Chris Cannam Send RDF-indexer warnings to debug rather than cerr
Mon, 21 Nov 2016 15:33:03 +0000 Chris Cannam Merge from branch bqfft 3.0-integration
Mon, 21 Nov 2016 15:05:57 +0000 Chris Cannam Branch to use bqfft code and remove FFTapi bqfft
Fri, 18 Nov 2016 23:30:15 +0000 Chris Cannam Don't show this log by default 3.0-integration
Fri, 18 Nov 2016 12:53:21 +0000 Chris Cannam Fix fairly obscure mis-canonicalisation in RealTime (leading to non-canonical but still correct values) 3.0-integration
Thu, 17 Nov 2016 14:46:03 +0000 Chris Cannam Further column op tests and fixes 3.0-integration
Thu, 17 Nov 2016 14:33:20 +0000 Chris Cannam Tests and fixes for distribute(). Although this version of interpolated distribution passes these tests, it isn't right visually -- the expected values in the tests are offset. To be continued. 3.0-integration
Thu, 17 Nov 2016 11:56:54 +0000 Chris Cannam Start tests for ColumnOp (+ some resulting fixes) 3.0-integration
Wed, 16 Nov 2016 16:12:42 +0000 Chris Cannam Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types 3.0-integration
Tue, 15 Nov 2016 16:54:02 +0000 Chris Cannam Test fixes 3.0-integration
Tue, 15 Nov 2016 16:12:48 +0000 Chris Cannam RealTime fixes to comply with new, more demanding tests; also run same (failing) tests on Vamp SDK version 3.0-integration
Mon, 14 Nov 2016 17:54:22 +0000 Chris Cannam Remove some no-longer-used project files 3.0-integration
Mon, 14 Nov 2016 17:53:16 +0000 Chris Cannam Rearrange svcore tests so they can all be built from the top level 3.0-integration
Mon, 14 Nov 2016 15:00:29 +0000 Chris Cannam Further RealTime test (currently failing) 3.0-integration
Thu, 10 Nov 2016 09:58:28 +0000 Chris Cannam More timings and cache hit counts 3.0-integration
Thu, 10 Nov 2016 09:23:05 +0000 Chris Cannam A note on cache hit findings 3.0-integration
Wed, 09 Nov 2016 18:08:40 +0000 Chris Cannam Print out cache hit/miss counts 3.0-integration
Sat, 05 Nov 2016 10:41:41 +0000 Chris Cannam Merge from branch piper 3.0-integration
Sat, 05 Nov 2016 10:40:22 +0000 Chris Cannam Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed) piper
Fri, 04 Nov 2016 16:44:59 +0000 Chris Cannam Fix omitted topmost bin 3.0-integration
Fri, 04 Nov 2016 16:01:37 +0000 Chris Cannam Ensure columns all have correct height when retrieved (to avoid e.g. empty columns because a feature extractor's start time was >0) 3.0-integration
Fri, 04 Nov 2016 14:57:03 +0000 Chris Cannam Merge from branch piper 3.0-integration
Fri, 04 Nov 2016 14:39:15 +0000 Chris Cannam Some updates to accommodate adaptation for Sonic Annotator piper
Fri, 04 Nov 2016 14:16:01 +0000 Chris Cannam Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself) piper
Thu, 03 Nov 2016 15:38:17 +0000 Chris Cannam Update to use listargs variant of Piper stuff (so that the plugin winnowing feature from the penultimate commit actually works) piper
Thu, 03 Nov 2016 14:57:00 +0000 Chris Cannam Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious. piper
Thu, 03 Nov 2016 14:14:09 +0000 Chris Cannam Use plugin scan results to inform the list requests issued to Piper servers piper
Tue, 01 Nov 2016 16:02:15 +0000 Chris Cannam Logging; use only first ("native") helper for non-Vamp plugins piper
Tue, 01 Nov 2016 15:09:44 +0000 Chris Cannam More useful reporting output piper
Tue, 01 Nov 2016 14:43:51 +0000 Chris Cannam Add omitted files, again! piper
Tue, 01 Nov 2016 14:08:57 +0000 Chris Cannam Merge from branch 3.0-integration piper
Tue, 01 Nov 2016 14:06:47 +0000 Chris Cannam Support multiple plugin checker helpers, as for multiple piper servers 3.0-integration
Tue, 01 Nov 2016 12:09:05 +0000 Chris Cannam Support for multiple servers 3.0-integration
Fri, 28 Oct 2016 15:20:58 +0100 Chris Cannam Merge from branch piper 3.0-integration
Fri, 28 Oct 2016 15:19:12 +0100 Chris Cannam Merge from branch project-file-rework piper
Fri, 28 Oct 2016 11:32:36 +0100 Chris Cannam Ensure plugin is deleted in same thread that created and used it project-file-rework
Fri, 28 Oct 2016 11:08:17 +0100 Chris Cannam Rename server to simple-server, and add some more description in usage project-file-rework
Thu, 27 Oct 2016 16:13:25 +0100 Chris Cannam Error handling project-file-rework
Thu, 27 Oct 2016 14:01:35 +0100 Chris Cannam Error handling project-file-rework
Thu, 27 Oct 2016 12:06:14 +0100 Chris Cannam Update Piper server invocation convention project-file-rework
Thu, 27 Oct 2016 10:29:44 +0100 Chris Cannam More Windows build bits project-file-rework
Tue, 25 Oct 2016 21:06:38 +0100 Chris Cannam Fix maddening failure to start server with space in its path project-file-rework
Tue, 25 Oct 2016 11:04:26 +0100 Chris Cannam Merge project-file-rework
Tue, 25 Oct 2016 10:53:12 +0100 Chris Cannam Add files that I forgot to track on Friday (sigh) piper
Mon, 24 Oct 2016 17:53:33 +0100 Chris Cannam Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them project-file-rework
Fri, 21 Oct 2016 16:24:30 +0100 Chris Cannam Error reporting for Piper server startup piper
Fri, 21 Oct 2016 14:51:22 +0100 Chris Cannam Fixes to choice of plugin factory piper
Fri, 21 Oct 2016 11:49:27 +0100 Chris Cannam Restore native-Vamp factory and make the choice between Piper and Native a preference piper
Thu, 20 Oct 2016 18:31:02 +0100 Chris Cannam Fix capnp include scenario on Windows piper
Thu, 20 Oct 2016 14:06:58 +0100 Chris Cannam Avoid instantiating all plugins (in piper client) on startup, using plugin static data instead. Problem of where to get the units field from is still pending. piper
Thu, 20 Oct 2016 11:19:34 +0100 Chris Cannam Merge from branch 3.0-integration piper
Thu, 20 Oct 2016 11:16:22 +0100 Chris Cannam Merge from branch msvc2015_64 3.0-integration
Wed, 19 Oct 2016 17:33:32 +0100 Chris Cannam Further MSVC build stuff. Committing this as-is because it's building and running now, but there's a lot to tidy up. msvc2015_64
Wed, 19 Oct 2016 09:11:51 +0100 Chris Cannam Tidy and re-fix for Linux msvc2015_64
Tue, 18 Oct 2016 15:54:56 +0100 Chris Cannam MSVC build fixes msvc2015_64
Tue, 18 Oct 2016 14:04:06 +0100 Chris Cannam Merge from branch "3.0-integration" msvc2015_64
Tue, 18 Oct 2016 14:03:55 +0100 Chris Cannam MSVC build fixes msvc2015_64
Tue, 18 Oct 2016 14:03:35 +0100 Chris Cannam MatrixFile is no longer used 3.0-integration
Mon, 17 Oct 2016 16:39:36 +0100 Chris Cannam Fix compiler warnings piper
Mon, 17 Oct 2016 14:55:05 +0100 Chris Cannam Restore plugin categories piper
Mon, 17 Oct 2016 14:28:43 +0100 Chris Cannam More cautious locking on sparse model modification piper
Mon, 17 Oct 2016 14:18:23 +0100 Chris Cannam Pull out model creation into the transformer thread run(), so that all communications with the plugin server happen on a single thread. Then make the model accessor wait for them to be created (which still happens right at the start of processing) before returning. piper
Fri, 14 Oct 2016 16:23:04 +0100 Chris Cannam Try AutoPlugin; also not very successful piper
Fri, 14 Oct 2016 14:33:43 +0100 Chris Cannam Bodge in piper-cpp client (not yet working) piper
Tue, 20 Sep 2016 09:16:13 +0100 Chris Cannam Merge from default branch 3.0-integration
Tue, 20 Sep 2016 09:16:05 +0100 Chris Cannam Merge from branch tony-2.0-integration 3.0-integration
Fri, 19 Aug 2016 15:58:57 +0100 Chris Cannam Merge latest SV 3.0 branch code tony-2.0-integration
Tue, 16 Aug 2016 16:49:22 +0100 Chris Cannam Compiler warning fixes
Mon, 15 Aug 2016 16:42:19 +0100 Chris Cannam Avoid warning 3.0-integration
Fri, 05 Aug 2016 17:48:52 +0100 Chris Cannam Introduce labels in RangeMapper and use them in AudioDial, though only for tooltip at present. Make use of this for spectrogram magic -81dB/-Inf threshold. Also introduce static strings for inf/pi and use where appropriate. 3.0-integration
Fri, 05 Aug 2016 15:05:02 +0100 Chris Cannam Merge work on unified spectrogram and colour 3d plot caching renderer 3.0-integration
Fri, 05 Aug 2016 14:31:16 +0100 Chris Cannam Fixes to phase display and colour scale for it; tidy up some debug output spectrogram-minor-refactor
Thu, 04 Aug 2016 14:02:56 +0100 Chris Cannam Restore phase display spectrogram-minor-refactor
Wed, 03 Aug 2016 16:16:23 +0100 Chris Cannam Re-enable (little-used) normalise-visible-range option in spectrogram layer spectrogram-minor-refactor
Wed, 03 Aug 2016 14:19:56 +0100 Chris Cannam Avoid overrun-by-1 spectrogram-minor-refactor
Mon, 01 Aug 2016 16:25:06 +0100 Chris Cannam Float/double conversion fixes spectrogram-minor-refactor
Mon, 01 Aug 2016 16:21:01 +0100 Chris Cannam Fix threshold in spectrogram -- it wasn't working in the last release. spectrogram-minor-refactor
Mon, 01 Aug 2016 15:06:16 +0100 Chris Cannam Scale range matching spectrogram-minor-refactor
Wed, 20 Jul 2016 13:40:23 +0100 Chris Cannam Toward updating mag cache spectrogram-minor-refactor
Thu, 14 Jul 2016 16:12:05 +0100 Chris Cannam Convert ColumnNormalization to an enum class, and separate out normalize-visible spectrogram-minor-refactor
Thu, 14 Jul 2016 14:49:04 +0100 Chris Cannam Fix potential crash in Dense3dModelPeakCache owing to combination of wrong width calculation and wrong handling of width overrun spectrogram-minor-refactor
Wed, 13 Jul 2016 13:06:28 +0100 Chris Cannam Create, but don't yet use, a renderer in the colour 3d plot layer spectrogram-minor-refactor
Thu, 23 Jun 2016 14:43:00 +0100 Chris Cannam Comments and naming spectrogram-minor-refactor
Thu, 23 Jun 2016 08:45:52 +0100 Chris Cannam Small fix to compiler warning spectrogram-minor-refactor
Mon, 20 Jun 2016 12:00:32 +0100 Chris Cannam Extend column logic to peak frequency display as well, and correct some scopes according to whether values are per source column or per target pixel spectrogram-minor-refactor
Mon, 20 Jun 2016 11:30:15 +0100 Chris Cannam Pull out column ops into ColumnOp spectrogram-minor-refactor
Mon, 13 Jun 2016 16:17:44 +0100 Chris Cannam Mid-refactor to pull out the bulk of paintDrawBuffer into chunks spectrogram-minor-refactor
Wed, 27 Apr 2016 11:04:32 +0100 Chris Cannam OSX build fixes 3.0-integration
Thu, 21 Apr 2016 15:29:30 +0100 Chris Cannam Merge from the default branch 3.0-integration
Wed, 20 Apr 2016 12:06:28 +0100 Chris Cannam Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf 3.0-plus-imaf
Fri, 15 Apr 2016 16:26:15 +0100 Chris Cannam Merge from branch pluginscan 3.0-integration
Fri, 15 Apr 2016 16:13:06 +0100 Chris Cannam Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhat pluginscan
Thu, 14 Apr 2016 16:52:55 +0100 Chris Cannam Update for adjusted checker layout, and tidy pluginscan
Thu, 14 Apr 2016 14:03:18 +0100 Chris Cannam Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it. pluginscan
Thu, 14 Apr 2016 12:12:04 +0100 Chris Cannam First cut running (but not yet using output of, or recovering from errors in) the plugin checker at startup pluginscan
Mon, 21 Mar 2016 10:02:21 +0000 Chris Cannam Add -ldl in a couple more places
Fri, 18 Mar 2016 15:30:28 +0000 Chris Cannam Win32 build fix
Fri, 18 Mar 2016 14:25:05 +0000 Chris Cannam Start including Vamp SDK into main build, as we do with Sonic Annotator 3.0-integration
Fri, 18 Mar 2016 13:42:54 +0000 Chris Cannam Presume that the Vamp SDK exists at the directory next door
Fri, 04 Mar 2016 12:38:20 +0000 Chris Cannam Merge from default branch 3.0-integration
Fri, 04 Mar 2016 12:29:35 +0000 Chris Cannam Merge
Fri, 04 Mar 2016 09:50:09 +0000 Chris Cannam Fix display of 3d model data in data editor, by adding start frame offset (formerly ignored)
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
Tue, 03 Nov 2015 11:34:44 +0000 Chris Cannam Debug outputs
Tue, 03 Nov 2015 11:34:23 +0000 Chris Cannam Handle unknown type
Tue, 03 Nov 2015 11:34:07 +0000 Chris Cannam Make it possible to report that a transform is of unknown type (e.g. invalid transform id, user mixed up filename and transform id, etc)
Thu, 22 Oct 2015 11:53:06 +0100 Chris Cannam Build fix
Tue, 20 Oct 2015 12:54:06 +0100 Chris Cannam Return maximum through getNormalizedMagnitudesAt to avoid having to make more than one call tony-2.0-integration
Wed, 14 Oct 2015 10:19:48 +0100 Chris Cannam Merge from branch "3.0-integration" tony-2.0-integration
Wed, 14 Oct 2015 10:12:14 +0100 Chris Cannam Merge from branch "tony-2.0-integration" 3.0-integration
Tue, 13 Oct 2015 14:26:40 +0100 Chris Cannam Adjust model update during recording or writing a new wave file. Formerly we were using the model's completion percentage to indicate write proportion and completion -- that's not a good idea because some layers will reasonably avoid rendering at all until a model reaches 100% completion (it's supposed to report only progress on the initial model generation, and the model shouldn't change during completion updates). tony-2.0-integration
Mon, 12 Oct 2015 15:06:15 +0100 Chris Cannam Fix lock contention in FFTapi 3.0-integration
Mon, 12 Oct 2015 15:06:15 +0100 Chris Cannam Fix lock contention in FFTapi tony-2.0-integration
Mon, 12 Oct 2015 13:38:24 +0100 Chris Cannam Merge from the default branch tony-2.0-integration
Tue, 01 Sep 2015 17:05:32 +0100 Chris Cannam Add mandatory option --json-format to JSON feature writer, in preparation for supporting multiple JSON formats (perhaps) in future
Tue, 01 Sep 2015 15:51:07 +0100 Chris Cannam Simple MIDI writer test
Thu, 20 Aug 2015 15:33:13 +0100 Chris Cannam Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing tony-2.0-integration
Thu, 20 Aug 2015 14:54:21 +0100 Chris Cannam Merge through to branch for Tony 2.0 tony-2.0-integration
Thu, 20 Aug 2015 13:33:46 +0100 Chris Cannam Merge from default branch 3.0-integration
Thu, 20 Aug 2015 13:15:19 +0100 Chris Cannam Merge from branch recording 3.0-integration
Thu, 20 Aug 2015 12:22:17 +0100 Chris Cannam Fix reloading session with recorded audio recording
Wed, 19 Aug 2015 17:03:31 +0100 Chris Cannam Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that. recording
Wed, 19 Aug 2015 16:36:21 +0100 Chris Cannam Remove unused dependency on Rubber Band
Wed, 19 Aug 2015 16:32:46 +0100 Chris Cannam svcore should not depend on rubberband
Fri, 14 Aug 2015 18:16:14 +0100 Matthias Mauch fixes the problem that the last note was not exported to csv tonioni
Tue, 04 Aug 2015 16:39:40 +0100 Chris Cannam Merge from branch bqaudioio 3.0-integration
Tue, 04 Aug 2015 13:27:42 +0100 Chris Cannam Initial work toward switching to bqaudioio library (so as to get I/O, not just O) bqaudioio
Tue, 04 Aug 2015 10:49:24 +0100 Chris Cannam Necessary include 3.0-integration
Tue, 14 Jul 2015 15:04:46 +0100 alo removed imaf sliders imaf_enc
Tue, 07 Jul 2015 17:39:06 +0100 Chris Cannam Merge from default branch 3.0-integration
Fri, 03 Jul 2015 16:09:14 +0100 Chris Cannam Fix assignment of values to regions on import, in case where region model contains duplicate points
Wed, 01 Jul 2015 18:31:28 +0100 Chris Cannam Merge from branch simple-fft-model 3.0-integration
Wed, 07 Jan 2015 17:42:21 +0000 Chris Cannam Merge from default branch simple-fft-model
Wed, 01 Jul 2015 15:53:54 +0100 Chris Cannam Fix a number of warnings in the 32-bit build
Wed, 01 Jul 2015 13:27:03 +0100 Chris Cannam Merge from branch simple-fft-model 3.0-integration
Tue, 30 Jun 2015 10:26:23 +0100 Chris Cannam Merge simple-fft-model
Tue, 30 Jun 2015 10:25:32 +0100 Chris Cannam Build fix simple-fft-model
Fri, 26 Jun 2015 14:08:05 +0100 Chris Cannam Merge from branch normalize_hybrid_option 3.0-integration
Fri, 26 Jun 2015 14:07:25 +0100 Chris Cannam Merge from branch simple-fft-model 3.0-integration
Tue, 16 Jun 2015 20:32:44 +0100 Chris Cannam Two-channel test simple-fft-model
Tue, 16 Jun 2015 20:28:23 +0100 Chris Cannam Fix a cache-related dumbitude simple-fft-model
Mon, 15 Jun 2015 19:32:30 +0100 Chris Cannam Raise this maximum, so longer files can be shown in the overview pane simple-fft-model
Mon, 15 Jun 2015 19:01:44 +0100 Chris Cannam Use in-memory cache for WAV files as well, if appropriate simple-fft-model
Mon, 15 Jun 2015 16:02:58 +0100 Chris Cannam Smooth signal flow through from file to fft model simple-fft-model
Mon, 15 Jun 2015 15:35:57 +0100 Chris Cannam More tests simple-fft-model
Mon, 15 Jun 2015 14:35:37 +0100 Chris Cannam Store temporary audio files in memory if we have plenty of it simple-fft-model
Mon, 15 Jun 2015 12:38:50 +0100 Chris Cannam Tidy simple-fft-model
Mon, 15 Jun 2015 12:19:47 +0100 Chris Cannam Rework audio file reader API to prefer using std containers simple-fft-model
Sat, 13 Jun 2015 08:47:05 +0100 Chris Cannam Fix to fft cache simple-fft-model
Fri, 12 Jun 2015 19:18:56 +0100 Chris Cannam A small cache for source samples simple-fft-model
Fri, 12 Jun 2015 18:50:52 +0100 Chris Cannam Make a small cache of recently-used columns simple-fft-model
Fri, 12 Jun 2015 18:20:09 +0100 Chris Cannam Normalization function simple-fft-model
Fri, 12 Jun 2015 18:08:57 +0100 Chris Cannam Simplest naive FFTModel implementation (+ fill in tests) simple-fft-model
Fri, 12 Jun 2015 14:51:46 +0100 Chris Cannam Gut the old code, but don't replace it yet (so nothing will link yet) simple-fft-model
Fri, 12 Jun 2015 13:46:44 +0100 Chris Cannam More tests simple-fft-model
Fri, 12 Jun 2015 12:41:19 +0100 Chris Cannam Start making the FFT model tests into proper tests
Thu, 11 Jun 2015 09:09:11 +0100 Chris Cannam Tidy