Sat, 08 Sep 2018 20:43:14 +0100 |
Chris Cannam |
Handle sample range specification for CSV import
import-audio-data
|
Wed, 05 Sep 2018 11:56:39 +0100 |
Chris Cannam |
Don't try to continue after what should have been a terminal problem
import-audio-data
|
Tue, 04 Sep 2018 14:11:10 +0100 |
Chris Cannam |
Catch failure to create model, e.g. because 0 channels for wave-file model
import-audio-data
|
Fri, 29 Jun 2018 13:52:36 +0100 |
Chris Cannam |
Call updateModel as well
import-audio-data
|
Fri, 29 Jun 2018 13:45:33 +0100 |
Chris Cannam |
Ensure first progress update happens at start
import-audio-data
|
Fri, 29 Jun 2018 13:44:53 +0100 |
Chris Cannam |
Support progress reporter for data file loads
import-audio-data
|
Thu, 28 Jun 2018 15:52:30 +0100 |
Chris Cannam |
Correct channel indexing
import-audio-data
|
Thu, 28 Jun 2018 15:44:31 +0100 |
Chris Cannam |
Call writeComplete on wave file model
import-audio-data
|
Thu, 28 Jun 2018 14:49:46 +0100 |
Chris Cannam |
Add wave model as possible target for CSV import
import-audio-data
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Thu, 01 Mar 2018 14:43:40 +0000 |
Chris Cannam |
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
|
Thu, 20 Aug 2015 15:33:13 +0100 |
Chris Cannam |
Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing
tony-2.0-integration
|
Thu, 20 Aug 2015 14:54:21 +0100 |
Chris Cannam |
Merge through to branch for Tony 2.0
tony-2.0-integration
|
Fri, 14 Aug 2015 18:16:14 +0100 |
Matthias Mauch |
fixes the problem that the last note was not exported to csv
tonioni
|
Fri, 03 Jul 2015 16:09:14 +0100 |
Chris Cannam |
Fix assignment of values to regions on import, in case where region model contains duplicate points
|
Tue, 10 Mar 2015 17:02:52 +0000 |
Chris Cannam |
Further dedicated-types fixes
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
|
Fri, 13 Feb 2015 13:30:28 +0000 |
Chris Cannam |
Use filename as object name when reading data file to model (so it shows in the resulting layer name)
|
Fri, 14 Nov 2014 17:23:27 +0000 |
Chris Cannam |
Provide reader from QIODevice
|
Fri, 03 Oct 2014 15:09:27 +0100 |
Chris Cannam |
Add milliseconds as CSV import timing option
|
Wed, 03 Sep 2014 09:57:30 +0100 |
Chris Cannam |
Frame this condition more defensively (from coverity scan)
|
Tue, 17 Jun 2014 14:33:42 +0100 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
Mon, 07 Apr 2014 10:47:15 +0100 |
Chris Cannam |
Make it possible to import CSV files directly into Note layers
|
Tue, 26 Nov 2013 13:43:31 +0000 |
Chris Cannam |
Drop toStdString, with debug header we can stream QStrings
|
Tue, 26 Nov 2013 13:35:08 +0000 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|
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)
|
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
|
Mon, 04 Apr 2011 15:20:29 +0100 |
Chris Cannam |
* Avoid including non-value columns in 3d-model column count (fixes #38)
sv_v1.8
|
Mon, 19 Jul 2010 17:08:56 +0000 |
Chris Cannam |
* Complete the overhaul of CSV file import; now you can pick the purpose for
|
Thu, 08 Jul 2010 14:22:28 +0000 |
Chris Cannam |
* Add option to import time+duration (or time+endtime) from CSV files
|
Fri, 11 Sep 2009 15:42:32 +0000 |
Chris Cannam |
* Add start frame get/set to EditableDenseThreeDimensionalModel and use it
|
Fri, 23 Jan 2009 14:00:29 +0000 |
Chris Cannam |
* make compression optional in editable dense 3d model, and some tweaks
|
Mon, 24 Nov 2008 12:26:21 +0000 |
Chris Cannam |
* When loading data with timestamps in seconds, round each time to its
|
Fri, 14 Mar 2008 17:14:21 +0000 |
Chris Cannam |
* More work to abstract out interactive components used in the data library,
|
Thu, 13 Mar 2008 12:41:20 +0000 |
Chris Cannam |
* Fix failure to handle scientific notation for time field; tidy up some
|
Wed, 10 Oct 2007 15:18:02 +0000 |
Chris Cannam |
* Make it possible to drop audio files, layer files, session files and images
|
Thu, 09 Aug 2007 10:06:02 +0000 |
Chris Cannam |
* Fix failure to properly load from text files with old-style Mac line endings
|
Mon, 30 Apr 2007 14:52:24 +0000 |
Chris Cannam |
* Ignore blank lines in CSV-type file import
sv1-1.0rc1
|
Mon, 30 Apr 2007 13:36:23 +0000 |
Chris Cannam |
* Fix many compile warnings, remove some debug output
|
Fri, 27 Apr 2007 15:39:48 +0000 |
Chris Cannam |
* Fix #1706927 NaNs from plugin outputs should not be used
|
Mon, 09 Oct 2006 10:49:46 +0000 |
Chris Cannam |
* Some dull work to continue unifying the fft model and editable dense 3d model
|
Mon, 31 Jul 2006 17:05:18 +0000 |
Chris Cannam |
* Move the current DenseThreeDimensionalModel to EditableDenseThreeDimensionalModel
last-cc-copyright
|
Mon, 31 Jul 2006 14:05:22 +0000 |
Chris Cannam |
* Reorganising code base. This revision probably should compile once more.
|
Mon, 31 Jul 2006 11:49:58 +0000 |
Chris Cannam |
* Reorganising code base. This revision will not compile.
|