log framework/SVFileReader.cpp @ 619:0e95c30d6680 import-audio-data

age author description
2018-06-18 Chris Cannam Avoid setting the session file path when loading an incomplete document, so that the default-file save-on-exit and File->Save are not activated (to avoid losing references to unfound audio files)
2018-03-01 Chris Cannam Untabify
2017-02-28 Chris Cannam Debug output
2017-02-23 Chris Cannam Debug notes, tidying
2016-12-21 Chris Cannam Don't load window size from session (#1769) 3.0-integration
2016-01-22 Chris Cannam Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset 3.0-integration
2015-08-19 Chris Cannam Make WritableWaveFileModel a true WaveFileModel (and ReadOnlyWaveFileModel the other sort of it). Enable recording from an empty session using that. recording
2015-04-20 Chris Cannam Allow layers to be loaded without models if their layer class explicitly says it's OK (otherwise default template won't load, as it has an empty waveform layer)
2015-03-31 Chris Cannam When loading a session, do not import any layers for which the identified models can't be found tonioni
2015-03-31 Chris Cannam Deactivate very verbose debug tonioni
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
2014-09-03 Chris Cannam Fix some (probably benign) uninitialised members (from coverity scan)
2014-07-02 Chris Cannam Create separate play scroll modes for (Tony-style, DAW-style) page mode and (SV-style) paging with playhead alignment to centre on drag
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)