log framework/SVFileReader.cpp @ 372:1162c93e7688 tonioni

age author description
2014-06-18 Chris Cannam Merge from branch tony_integration warnfix_no_size_t
2014-06-17 Chris Cannam Remove size_t's, fix compiler warnings warnfix_no_size_t
2014-06-13 Chris Cannam Merge tonioni
2014-06-13 Chris Cannam The session file records the sample rate that each audio file was saved at. Use it. tonioni
2014-06-13 Chris Cannam For Tony, resample all audio to 44100 on load tonioni
2014-06-12 Chris Cannam Some tidying & fixing compiler warnings tonioni
2014-04-02 Chris Cannam A lot of work on saving and reloading sessions: save flexinote layer type and hybrid spectrogram normalisation, etc tonioni
2014-04-02 Chris Cannam Much fiddling toward getting sessions and individual audio files to load cleanly when they need quite different handling after load tonioni
2014-01-29 Chris Cannam Adapt additional models created during a transform so they can be returned through a callback in an async method tonioni
2014-01-07 Chris Cannam sampleId -> clipId tonioni
2014-01-07 Chris Cannam More work on mixing and file i/o for sample stuff tonioni
2013-11-26 Chris Cannam Drop toStdString() and toLocal8Bit().data(), with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2011-10-07 Chris Cannam Debug output only
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2010-10-24 Chris Cannam * Fix crash on document deletion (new session, or application exit) after loading session with alignments
2009-09-11 Chris Cannam * Add start frame get/set to EditableDenseThreeDimensionalModel and use it
2009-03-27 Chris Cannam * Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
2009-01-23 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
2008-11-20 Chris Cannam * Add code to identify (usually) the type of an XML file that contains
2008-10-09 Chris Cannam * Save/load of region models
2008-05-20 Chris Cannam * Fix #1903059 "resample on import" not applied when reloading session
2008-04-29 Chris Cannam * Save alignments to session file. Needs much testing.
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-06 Chris Cannam * line up overview widget nicely with main pane (at least on first startup) sv1-v1.2pre3
2008-01-25 Chris Cannam * Add plugin version to Transform record
2008-01-24 Chris Cannam * Further model lifecycle fixes
2008-01-23 Chris Cannam * Part of #1877436 transform fails to re-run when file loaded at different rate
2008-01-04 Chris Cannam * better progress reporting in FileSource
2007-12-07 Chris Cannam * Merge from transforms branch -- switch over to using Transform object
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-11-05 Chris Cannam * Introduce new Transform class which contains data necessary to describe the
2007-11-01 Chris Cannam * FileSource -> default to showProgress = false
2007-10-24 Chris Cannam * document -> framework (will not compile, path fixes not in yet)