log

age author description
Mon, 06 Mar 2017 09:35:03 +0000 Chris Cannam More useful diagnostics for MIDI startup
Mon, 06 Mar 2017 09:34:29 +0000 Chris Cannam Avoid compiler warning for dummy build
Mon, 06 Mar 2017 09:34:09 +0000 Chris Cannam Support pre-5.4 Qt builds. Also, don't use SVDEBUG in here, because it depends on this class!
Sun, 05 Mar 2017 21:51:10 +0000 Chris Cannam Update RtMidi build to v2.1.1
Sun, 05 Mar 2017 17:16:04 +0000 Chris Cannam Debug output
Tue, 28 Feb 2017 15:10:50 +0000 Chris Cannam Fix equality comparison that caused test case failure on 32-bit build
Tue, 28 Feb 2017 14:04:16 +0000 Chris Cannam Add Range01 normalisation method to ColumnOp. This is the normalisation that is actually used in the Colour 3D Plot layer historically when column normalisation is enabled (not Max1 after all).
Tue, 28 Feb 2017 11:26:24 +0000 Chris Cannam Remove commented-out code
Tue, 28 Feb 2017 11:21:49 +0000 Chris Cannam LogRange tests
Mon, 27 Feb 2017 16:52:47 +0000 Chris Cannam Write aggregate models to .sv file when saving document. They still are not reloaded, but I think this is far as I'm prepared to go for 3.0.
Mon, 27 Feb 2017 15:44:14 +0000 Chris Cannam And say so
Mon, 27 Feb 2017 15:43:30 +0000 Chris Cannam Invalidate an aggregate model when one of its components announces it's about to be deleted
Mon, 27 Feb 2017 15:06:17 +0000 Chris Cannam Minor updates to demo script
Thu, 23 Feb 2017 17:05:26 +0000 Chris Cannam merge
Fri, 10 Feb 2017 14:49:45 +0000 Chris Cannam Update to match slightly changed Piper Vamp C++ API
Thu, 23 Feb 2017 09:22:56 +0000 Chris Cannam Debug notes, tidying
Wed, 22 Feb 2017 12:01:39 +0000 Chris Cannam Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
Wed, 22 Feb 2017 09:53:41 +0000 Chris Cannam Header required
Tue, 21 Feb 2017 21:10:15 +0000 Chris Cannam Merge
Tue, 21 Feb 2017 21:08:14 +0000 Chris Cannam Fixes to usage of fdopen, avoiding double-close in particular
Tue, 21 Feb 2017 21:07:54 +0000 Chris Cannam Fix some initialisers that are causing complaint from msvc (from double-to-float truncation)
Tue, 21 Feb 2017 17:42:40 +0000 Chris Cannam Fix occasional off-by-one error in resampled audio file reader
Tue, 21 Feb 2017 16:04:11 +0000 Chris Cannam Subrepo update
Fri, 10 Feb 2017 11:30:29 +0000 Lucas Thompson Change setDesiredExtractor signature to take ServerDescription aggregate. dev/refactor-piper-related
Fri, 10 Feb 2017 11:15:19 +0000 Lucas Thompson Introduce some POD structs for describing an external server application and the desired libraries to load from it, and disambiguating between empty list request and invalid list request. This allows for overriding PiperVampPluginFactory behaviour for using a PluginScan to populate the list request. dev/refactor-piper-related
Thu, 09 Feb 2017 14:32:07 +0000 Lucas Thompson Invert control, injecting a server path on construction. Also add initializer_list constructor for multiple servers. dev/refactor-piper-related
Tue, 07 Feb 2017 14:55:19 +0000 Chris Cannam Some work to make spectrum layers (and slice layers generally) zoomable in the frequency axis. Also fixes a number of view id mixups in SliceLayer which broke offset calculations for the x axis scale.
Mon, 06 Feb 2017 09:18:44 +0000 Chris Cannam Catch exception from initialise
Tue, 31 Jan 2017 11:13:20 +0000 Chris Cannam Handle exceptions raised during plugin processing (as opposed to on init/configure, which were already handled)
Thu, 26 Jan 2017 14:11:20 +0000 Chris Cannam Reduce amount of copying in FFTModel
Fri, 20 Jan 2017 18:05:41 +0000 Chris Cannam Update piper-cpp to github repo, and adjust build for revised layout in it
Thu, 19 Jan 2017 11:01:41 +0000 Chris Cannam Fix absurd typo that was preventing transforms from running at all!
Wed, 18 Jan 2017 14:21:39 +0000 Chris Cannam Set abandoned flag when bailing out of run() because init failed at the start; then check that flag in awaitOutputModels() so as not to get stuck on a wait condition
Wed, 18 Jan 2017 14:20:05 +0000 Chris Cannam Guard
Fri, 13 Jan 2017 13:12:37 +0000 Chris Cannam Fix spurious test failure in 32-bit build
Fri, 13 Jan 2017 10:29:44 +0000 Chris Cannam Merge from branch 3.0-integration
Thu, 12 Jan 2017 17:29:59 +0000 Chris Cannam Fix (I think) crash on exit on Windows having loaded an mp3 3.0-integration
Tue, 10 Jan 2017 16:56:48 +0000 Chris Cannam Fix compiler warning, remove some debug out 3.0-integration
Tue, 10 Jan 2017 14:18:34 +0000 Chris Cannam When importing CSV, if the first line doesn't have a separator, continue to leave the separator indeterminate until we arrive at a line that does. Fixes inability to load correctly CSV files in which some lines have more columns than others 3.0-integration
Tue, 10 Jan 2017 11:08:14 +0000 Chris Cannam Win32 fixes 3.0-integration
Tue, 10 Jan 2017 11:06:19 +0000 Chris Cannam Some platforms don't use native Ogg/Vorbis libraries 3.0-integration
Tue, 10 Jan 2017 10:58:25 +0000 Chris Cannam Use W64 instead of WAV for decoded files; use Ogg reader in preference to WAV one for Ogg files (WAV reader works, via libsndfile, but doesn't load metadata); fix Ogg reader to use QFile open instead of non-Win32-compatible API; add more encoder tests, audio writer test, midi reader test 3.0-integration
Mon, 09 Jan 2017 18:51:42 +0000 Chris Cannam Remove unneeded debug 3.0-integration
Mon, 09 Jan 2017 16:41:45 +0000 Chris Cannam Fix a strictly-incorrect #if guard 3.0-integration
Mon, 09 Jan 2017 16:39:55 +0000 Chris Cannam Untabify 3.0-integration
Mon, 09 Jan 2017 16:31:57 +0000 Chris Cannam Fix inadequate #if guard for non-gcc builds 3.0-integration
Mon, 09 Jan 2017 13:51:39 +0000 Chris Cannam Further win32 build updates 3.0-integration
Mon, 09 Jan 2017 11:53:06 +0000 Chris Cannam Fixes and updates for 32-bit Windows build 3.0-integration
Mon, 09 Jan 2017 10:14:59 +0000 Chris Cannam Add checker README; rename plugin-checker-helper binary (back) to vamp-plugin-load-checker -- I decided it was more useful to have a distinctive name for the installed binary than it was important to show that it was plugin-agnostic 3.0-integration
Fri, 06 Jan 2017 21:38:07 +0000 Chris Cannam Add ogg testfiles 3.0-integration
Fri, 06 Jan 2017 21:04:52 +0000 Chris Cannam And similar approach for the writer 3.0-integration
Fri, 06 Jan 2017 20:51:47 +0000 Chris Cannam Take a different approach to using libsndfile -- the _fd function doesn't work for me in this build, so use the wchar api 3.0-integration
Fri, 06 Jan 2017 16:40:11 +0000 Chris Cannam Update WAV/MP3/BZipFileDevice code to avoid using local 8-bit encoding 3.0-integration
Fri, 06 Jan 2017 15:53:02 +0000 Chris Cannam Fix typo in encoded string 3.0-integration
Fri, 06 Jan 2017 15:44:55 +0000 Chris Cannam More work on getting tests (especially file encoding ones) running on Windows. Various problems here to do with interaction with test filenames in Hg repos 3.0-integration
Fri, 06 Jan 2017 12:11:08 +0000 Chris Cannam Add filename encoding tests 3.0-integration
Fri, 06 Jan 2017 11:21:09 +0000 Chris Cannam Untabify, comment test that doesn't apply on Windows 3.0-integration
Fri, 06 Jan 2017 09:50:13 +0000 Chris Cannam Untabify some more 3.0-integration
Fri, 06 Jan 2017 09:43:40 +0000 Chris Cannam Improved debug output for file open troubleshooting 3.0-integration
Fri, 06 Jan 2017 09:15:36 +0000 Chris Cannam Untabify 3.0-integration