Tue, 31 Mar 2015 12:12:31 +0100 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
tonioni
|
Wed, 04 Mar 2015 12:01:04 +0000 |
Chris Cannam |
Introduce and use a samplerate type
cxx11
|
Tue, 03 Mar 2015 15:18:24 +0000 |
Chris Cannam |
Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
cxx11
|
Thu, 17 Jul 2014 14:50:31 +0100 |
Chris Cannam |
Fix some errant signals (the modelChanged with args are now modelChangedWithin)
|
Tue, 17 Jun 2014 14:33:42 +0100 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
Tue, 26 Nov 2013 13:35:08 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
Mon, 05 Mar 2012 08:48:36 +0000 |
Chris Cannam |
Patch for compilation with gcc-4.7, from Michel Alexandre Salim
|
Tue, 14 Jun 2011 15:26:52 +0100 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
Tue, 14 Jun 2011 14:47:59 +0100 |
Chris Cannam |
Merge from debug-output branch
|
Mon, 16 May 2011 17:19:09 +0100 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
Thu, 12 May 2011 17:31:24 +0100 |
Chris Cannam |
Remove most toStdString calls (no longer needed, with debug header)
debug-output
|
Wed, 11 May 2011 11:04:35 +0100 |
Chris Cannam |
Provide option for WavFileWriter to write directly to target file, rather than always using a temporary; make use of it in WritableWaveFileModel so we can read from target file without having to close it first
|
Tue, 08 Sep 2009 11:27:26 +0000 |
Chris Cannam |
* Fix session save bug reported by Jeff Smith (entities not encoded in
|
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
|
Thu, 07 Feb 2008 15:25:05 +0000 |
Chris Cannam |
* Ensure waveforms are strictly correct even when using a non-power-of-two
|
Thu, 24 Jan 2008 14:35:43 +0000 |
Chris Cannam |
* Add wave file model method for reading more than one channel at once,
|
Thu, 18 Oct 2007 16:20:26 +0000 |
Chris Cannam |
* RemoteFile -> FileSource
|
Thu, 18 Oct 2007 15:31:20 +0000 |
Chris Cannam |
* Make RemoteFile far more pervasive, and use it for local files as well
|
Thu, 18 Oct 2007 10:15:07 +0000 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
Mon, 01 Oct 2007 13:48:38 +0000 |
Chris Cannam |
* Change WaveFileModel API from getValues(start,end) to getData(start,count).
|
Fri, 24 Aug 2007 11:41:48 +0000 |
Chris Cannam |
* Revert revision 713. We do like QStrings after all.
|
Tue, 14 Aug 2007 13:58:53 +0000 |
Chris Cannam |
* Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align
|
Thu, 09 Aug 2007 16:29:29 +0000 |
Chris Cannam |
* change some QStrings to std::strings etc
|
Mon, 30 Apr 2007 09:07:42 +0000 |
Chris Cannam |
* Fix #1706924 updates not happening on derived waveform generation
|