log framework/SVFileReader.cpp @ 360:88bf6cc73275 tonioni

age author description
Fri, 13 Jun 2014 12:56:31 +0100 Chris Cannam For Tony, resample all audio to 44100 on load tonioni
Thu, 12 Jun 2014 18:52:52 +0100 Chris Cannam Some tidying & fixing compiler warnings tonioni
Wed, 02 Apr 2014 21:50:04 +0100 Chris Cannam A lot of work on saving and reloading sessions: save flexinote layer type and hybrid spectrogram normalisation, etc tonioni
Wed, 02 Apr 2014 21:25:56 +0100 Chris Cannam Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load tonioni
Wed, 29 Jan 2014 17:32:47 +0000 Chris Cannam Adapt additional models created during a transform so they can be returned through a callback in an async method tonioni
Tue, 07 Jan 2014 15:52:47 +0000 Chris Cannam sampleId -> clipId tonioni
Tue, 07 Jan 2014 15:50:04 +0000 Chris Cannam More work on mixing and file i/o for sample stuff tonioni
Tue, 26 Nov 2013 14:14:25 +0000 Chris Cannam Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings
Tue, 26 Nov 2013 14:12:50 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Fri, 07 Oct 2011 17:06:08 +0100 Chris Cannam Debug output only
Tue, 14 Jun 2011 15:27:12 +0100 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
Mon, 16 May 2011 17:19:40 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:56 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Sun, 24 Oct 2010 22:09:42 +0200 Chris Cannam * Fix crash on document deletion (new session, or application exit) after loading session with alignments
Fri, 11 Sep 2009 15:42:32 +0000 Chris Cannam * Add start frame get/set to EditableDenseThreeDimensionalModel and use it
Fri, 27 Mar 2009 16:25:52 +0000 Chris Cannam * Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
Fri, 23 Jan 2009 14:00:29 +0000 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
Thu, 20 Nov 2008 10:59:14 +0000 Chris Cannam * Add code to identify (usually) the type of an XML file that contains
Thu, 09 Oct 2008 12:04:22 +0000 Chris Cannam * Save/load of region models
Tue, 20 May 2008 10:14:15 +0000 Chris Cannam * Fix #1903059 "resample on import" not applied when reloading session
Tue, 29 Apr 2008 15:34:17 +0000 Chris Cannam * Save alignments to session file. Needs much testing.
Fri, 14 Mar 2008 17:14:21 +0000 Chris Cannam * More work to abstract out interactive components used in the data library,
Wed, 12 Mar 2008 18:02:17 +0000 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
Wed, 27 Feb 2008 11:59:42 +0000 Chris Cannam * Merge from trunk spectrogram-cache-rejig
Wed, 27 Feb 2008 10:32:45 +0000 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
Wed, 06 Feb 2008 17:40:53 +0000 Chris Cannam * line up overview widget nicely with main pane (at least on first startup) sv1-v1.2pre3
Fri, 25 Jan 2008 18:15:57 +0000 Chris Cannam * Add plugin version to Transform record
Thu, 24 Jan 2008 11:03:59 +0000 Chris Cannam * Further model lifecycle fixes
Wed, 23 Jan 2008 18:09:50 +0000 Chris Cannam * Part of #1877436 transform fails to re-run when file loaded at different rate
Fri, 04 Jan 2008 17:08:10 +0000 Chris Cannam * better progress reporting in FileSource