Fri, 22 Mar 2019 13:32:09 +0000 |
Chris Cannam |
Update PathModel - doesn't use new EventSeries, but doesn't use SparseModel either - it's simpler than that
single-point
|
Thu, 07 Mar 2019 14:35:57 +0000 |
Chris Cannam |
Fixes and tests for PointSeries
single-point
|
Wed, 06 Mar 2019 16:24:23 +0000 |
Chris Cannam |
Start implementing & testing PointSeries
single-point
|
Tue, 05 Mar 2019 13:21:55 +0000 |
Chris Cannam |
Start some sparse model tests
single-point
|
Wed, 27 Feb 2019 12:31:12 +0000 |
Chris Cannam |
Fix compiler warnings
|
Mon, 26 Nov 2018 13:48:45 +0000 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
Tue, 15 May 2018 15:50:40 +0100 |
Chris Cannam |
Restore m_extendTo, which is needed for Tony
|
Tue, 24 Apr 2018 15:02:54 +0100 |
Chris Cannam |
Note about Q_OBJECT and lupdate
|
Tue, 24 Apr 2018 10:01:34 +0100 |
Chris Cannam |
Fix hangs due to nested mutex lockers (as a result of emitting signals from within a locked section)
|
Tue, 17 Apr 2018 10:37:50 +0100 |
Chris Cannam |
For sparse models, write whole model to CSV in one go
streaming-csv-writer
|
Tue, 17 Apr 2018 10:37:15 +0100 |
Chris Cannam |
Update getEndFrame so as to refer explicitly to final frame + 1 (consistent with selection semantics and existing wave model)
streaming-csv-writer
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
Sat, 05 Nov 2016 10:40:22 +0000 |
Chris Cannam |
Avoid assigning model resolution of 0 to models coming from plugins that report weirdly high output rates (symptom: data did not show up in edit layer data dialog, as the row/frame conversion failed)
piper
|
Thu, 20 Oct 2016 11:19:34 +0100 |
Chris Cannam |
Merge from branch 3.0-integration
piper
|
Tue, 18 Oct 2016 15:54:56 +0100 |
Chris Cannam |
MSVC build fixes
msvc2015_64
|
Mon, 17 Oct 2016 14:28:43 +0100 |
Chris Cannam |
More cautious locking on sparse model modification
piper
|
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
|
Fri, 15 May 2015 09:15:57 +0100 |
Chris Cannam |
Fix #1222 CSV export of time-instants layer omits last point
|
Tue, 31 Mar 2015 12:27:56 +0100 |
Chris Cannam |
Permit extending nominal end of sparse model
tonioni
|
Tue, 31 Mar 2015 12:12:31 +0100 |
Chris Cannam |
clone() is never used (therefore presumably never works either)
tonioni
|
Tue, 31 Mar 2015 11:54:57 +0100 |
Chris Cannam |
Implement FillGaps option in SparseModel export
tonioni
|
Mon, 30 Mar 2015 17:27:25 +0100 |
Chris Cannam |
Add data export options (not all implemented yet)
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
|
Wed, 03 Sep 2014 13:08:32 +0100 |
Chris Cannam |
Fix memory leak (from coverity scan)
|
Tue, 17 Jun 2014 15:24:55 +0100 |
Chris Cannam |
Disambiguate signals
warnfix_no_size_t
|
Tue, 17 Jun 2014 14:49:49 +0100 |
Chris Cannam |
More size_t evisceration and warning fixes
warnfix_no_size_t
|
Tue, 17 Jun 2014 14:33:42 +0100 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
Wed, 04 Dec 2013 16:47:53 +0000 |
Chris Cannam |
Fix warning
|
Wed, 09 Oct 2013 14:47:19 +0100 |
Chris Cannam |
Add toDelimitedDataString alternative with frame extents
|
Thu, 28 Mar 2013 17:08:04 +0000 |
Chris Cannam |
Warn if the output sample rate is higher than that of the input model
|
Wed, 27 Mar 2013 15:07:27 +0000 |
Chris Cannam |
outputFeatureNo -> outputNo
|
Wed, 27 Mar 2013 14:51:49 +0000 |
Chris Cannam |
Fix incorrect retrieval of point in model by row number if point frame values fell between model resolution boundaries
|
Fri, 22 Jun 2012 09:25:32 +0100 |
Chris Cannam |
Fix conversions from false to pointer type
|
Thu, 10 Sep 2009 18:44:45 +0000 |
Chris Cannam |
* solaris build fixes
|
Thu, 10 Sep 2009 14:17:59 +0000 |
Chris Cannam |
* Some (incomplete) Solaris build bobs
|
Thu, 16 Oct 2008 13:38:33 +0000 |
Chris Cannam |
* somewhat clearer layout in region layer
|
Thu, 26 Jun 2008 12:41:23 +0000 |
Chris Cannam |
* Fix two problems reported by Matthias in the data editor window:
|
Mon, 16 Jun 2008 14:48:42 +0000 |
Chris Cannam |
* Basic implementation of add and remove point in data editor
|
Fri, 13 Jun 2008 21:09:43 +0000 |
Chris Cannam |
* Add audio device selection to preferences
|
Thu, 12 Jun 2008 09:03:00 +0000 |
Chris Cannam |
* sorting arbitrary columns in data editor
|
Wed, 11 Jun 2008 16:13:25 +0000 |
Chris Cannam |
* reorganise tabular data editor model support
|
Mon, 09 Jun 2008 16:01:50 +0000 |
Chris Cannam |
* basics of data editing in data table view
|
Tue, 29 Apr 2008 15:34:17 +0000 |
Chris Cannam |
* Save alignments to session file. Needs much testing.
|
Thu, 13 Mar 2008 10:12:14 +0000 |
Chris Cannam |
* document library dependencies
|
Wed, 12 Mar 2008 17:42:56 +0000 |
Chris Cannam |
* juggle some files around in order to free audioio, base, and system libraries
|
Wed, 27 Feb 2008 11:59:42 +0000 |
Chris Cannam |
* Merge from trunk
spectrogram-cache-rejig
|
Wed, 28 Nov 2007 17:45:37 +0000 |
Chris Cannam |
* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
|
Thu, 22 Nov 2007 11:09:26 +0000 |
Chris Cannam |
* More space and time efficient AlignmentModel
|
Fri, 09 Nov 2007 17:46:58 +0000 |
Chris Cannam |
* Factor out uses of "Sonic Visualiser" in "common" code to applicationName()
|
Mon, 22 Oct 2007 09:45:35 +0000 |
Chris Cannam |
* Some export fixes, and avoid clipping on resampling on import
|
Thu, 18 Oct 2007 10:15:07 +0000 |
Chris Cannam |
* Make XmlExportable::toXml the function that is universally overridden (and
|
Thu, 04 Oct 2007 11:52:38 +0000 |
Chris Cannam |
* Add MIDI file export (closes FR#1643721)
|
Fri, 28 Sep 2007 13:56:38 +0000 |
Chris Cannam |
* Merge from sv-match-alignment branch (excluding alignment-specific document).
|
Fri, 21 Sep 2007 09:13:11 +0000 |
Chris Cannam |
...
|
Wed, 07 Mar 2007 18:00:49 +0000 |
Chris Cannam |
* Add display of selection extents in status bar when dragging a selection
|
Wed, 07 Mar 2007 17:07:02 +0000 |
Chris Cannam |
* More useful status bar text -- show the current play time and the extents of
|