log data/model/WaveFileModel.cpp @ 928:6a94bb528e9d warnfix_no_size_t

age author description
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-10-09 Chris Cannam Add toDelimitedDataString alternative with frame extents
2012-11-16 Chris Cannam Avoid uninitialised values
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
2009-09-10 Chris Cannam * solaris build fixes
2009-03-13 Chris Cannam ...
2008-06-18 Chris Cannam * Fix crash when running Generator
2008-05-19 Chris Cannam * Permit holding Shift while dragging an instant or other edited thing,
2008-05-16 Chris Cannam * Halve space requirements for range (waveform peak) caches
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
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-07 Chris Cannam * Ensure waveforms are strictly correct even when using a non-power-of-two
2008-01-24 Chris Cannam * Add wave file model method for reading more than one channel at once,
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-11-09 Chris Cannam * Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
2007-11-02 Chris Cannam * some tweaks to improve usability of these classes in a console application
2007-10-18 Chris Cannam * RemoteFile -> FileSource
2007-10-18 Chris Cannam * Make RemoteFile far more pervasive, and use it for local files as well
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-10-01 Chris Cannam * Change WaveFileModel API from getValues(start,end) to getData(start,count).
2007-09-28 Chris Cannam * Merge from sv-match-alignment branch (excluding alignment-specific document).
2007-08-24 Chris Cannam * avoid crash if m_reader is null
2007-08-24 Chris Cannam * Revert revision 713. We do like QStrings after all.
2007-08-14 Chris Cannam * Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align
2007-08-09 Chris Cannam * change some QStrings to std::strings etc
2007-07-13 Chris Cannam * Encoded entities in file name when saving wave-file model
2007-07-02 Chris Cannam * Add support for reading mp3 and Ogg file title tags
2007-06-14 Chris Cannam * Fix failure to play right to the end of files loaded from mp3 or ogg