Thu, 27 Jun 2019 13:08:10 +0100 |
Chris Cannam |
Work on commands, and some other model updates
by-id
|
Wed, 19 Jun 2019 13:32:52 +0100 |
Chris Cannam |
Re-implement extendEndFrame behaviour, used by Tony application
|
Thu, 25 Apr 2019 11:30:38 +0100 |
Chris Cannam |
Fix some compiler warnings
single-point
|
Thu, 28 Mar 2019 16:03:36 +0000 |
Chris Cannam |
Re-add the toDelimitedDataString stuff
single-point
|
Thu, 28 Mar 2019 11:55:02 +0000 |
Chris Cannam |
Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests.
single-point
|
Wed, 27 Mar 2019 13:15:16 +0000 |
Chris Cannam |
Rework isReady()/getCompletion() on models. Previously the new overhauled models were implementing getCompletion() but inheriting a version of isReady() (from the Model base) that didn't call it, referring only to isOK(). So they were reporting completion as soon as they had begun. Instead hoist getCompletion() to abstract base and call it from Model::isReady().
single-point
|
Fri, 22 Mar 2019 11:04:51 +0000 |
Chris Cannam |
Update TextModel
single-point
|
Thu, 21 Mar 2019 13:33:30 +0000 |
Chris Cannam |
We do need haveTextLabels; restore it
single-point
|
Thu, 21 Mar 2019 11:35:30 +0000 |
Chris Cannam |
Work on start/end frame stuff to match API description
single-point
|
Wed, 20 Mar 2019 16:22:13 +0000 |
Chris Cannam |
Start updating SparseOneDimensionalModel
single-point
|
Wed, 13 Mar 2019 14:50:10 +0000 |
Chris Cannam |
Update NoteModel to use EventSeries. This is incomplete and won't provide enough to update svgui for it yet; must also refactor to avoid duplication of nasty APIs when updating the rest of the models
single-point
|
Thu, 07 Mar 2019 15:44:09 +0000 |
Chris Cannam |
Rename a number of classes and methods (including Point -> Event); comments
single-point
|
Tue, 05 Mar 2019 13:21:55 +0000 |
Chris Cannam |
Start some sparse model tests
single-point
|
Mon, 26 Nov 2018 13:51:36 +0000 |
Chris Cannam |
Header guards
fix-static-analysis
|
Mon, 26 Nov 2018 13:48:45 +0000 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
Thu, 01 Mar 2018 18:02:22 +0000 |
Chris Cannam |
Untabify
|
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
|
Tue, 17 Jun 2014 14:33:42 +0100 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
Tue, 07 Jan 2014 15:52:34 +0000 |
Chris Cannam |
sampleId -> clipId
tonioni
|
Tue, 07 Jan 2014 13:09:53 +0000 |
Chris Cannam |
sample id instead of plugin data
tonioni
|
Mon, 02 Dec 2013 17:11:20 +0000 |
Chris Cannam |
Add NoteExportable base class, use it in MIDI export (and also elsewhere in playback)
tonioni_multi_transform
|
Fri, 22 Jun 2012 09:25:32 +0100 |
Chris Cannam |
Fix conversions from false to pointer type
|
Thu, 10 Sep 2009 14:17:59 +0000 |
Chris Cannam |
* Some (incomplete) Solaris build bobs
|
Tue, 08 Sep 2009 11:27:26 +0000 |
Chris Cannam |
* Fix session save bug reported by Jeff Smith (entities not encoded in
|
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 14:33:45 +0000 |
Chris Cannam |
* Add more data-editor support to various models
|
Thu, 12 Jun 2008 10:47:11 +0000 |
Chris Cannam |
* Update translations, and add change counter to name of bundle command
|
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
|