log data/model/NoteModel.h @ 1793:f0ffc88a36b3 time-frequency-boxes

age author description
2019-07-05 Chris Cannam Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles by-id
2019-07-04 Chris Cannam Overhaul PlayParameters bits by-id
2019-06-28 Chris Cannam Rejig ById so as to put everything in a single pool, so that at the core you can go from numeric id (untyped) to anything the object can be dynamic_cast to. Useful for building other abstractions like PlayParameter-type registrations that don't know about e.g. Models. Probably some more tweaking needed. Also add tests by-id
2019-06-27 Chris Cannam Work on commands, and some other model updates by-id
2019-06-19 Chris Cannam Re-implement extendEndFrame behaviour, used by Tony application
2019-04-25 Chris Cannam Fix some compiler warnings single-point
2019-03-28 Chris Cannam Re-add the toDelimitedDataString stuff single-point
2019-03-28 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
2019-03-27 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
2019-03-21 Chris Cannam Work on start/end frame stuff to match API description single-point
2019-03-20 Chris Cannam Forward the matching-event functions single-point
2019-03-20 Chris Cannam Test & fixes for getEventsStartingAt single-point
2019-03-20 Chris Cannam Fixes: completion should default to 100 (it never gets set if we aren't a transform target); events added to time-value model should be denied durations; forward the overspill and matching search functions single-point
2019-03-18 Chris Cannam Introduce deferred notifier, + start converting sparse time-value model (perhaps we should rename it too) single-point
2019-03-15 Chris Cannam Update RegionModel following NoteModel, er, model. They have quite a bit in common that we should now pull out some of single-point
2019-03-15 Chris Cannam Switch to a single external set of commands for modifying editables with events single-point
2019-03-14 Chris Cannam Rework NoteModel commands (not entirely successfully); remove FlexiNoteModel as it has always been almost entirely identical to NoteModel (unlike its layer counterpart) single-point
2019-03-14 Chris Cannam Command tweaks, including executing it! single-point
2019-03-13 Chris Cannam Further API updates single-point
2019-03-13 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
2019-03-07 Chris Cannam Rename a number of classes and methods (including Point -> Event); comments single-point
2019-03-06 Chris Cannam Start implementing & testing PointSeries single-point
2019-03-05 Chris Cannam Pull out the Point class, plus start testing NoteModel, plus actually add the tests... single-point
2018-11-26 Chris Cannam Use override throughout fix-static-analysis
2018-08-13 Chris Cannam Couple of include guards
2018-03-01 Chris Cannam Untabify
2015-03-30 Chris Cannam Add data export options (not all implemented yet) tonioni
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2014-05-07 Chris Cannam Restore selection of playback sample for note layers. Also default to new elecpiano clip. tony_integration
2014-01-07 Chris Cannam sampleId -> clipId tonioni
2014-01-07 Chris Cannam sample id instead of plugin data tonioni
2013-12-02 Chris Cannam Add NoteExportable base class, use it in MIDI export (and also elsewhere in playback) tonioni_multi_transform
2012-06-22 Chris Cannam Fix conversions from false to pointer type
2010-07-05 Chris Cannam * Fix failure to encode entities in label texts
2009-09-10 Chris Cannam * Some (incomplete) Solaris build bobs
2008-10-09 Chris Cannam * Save/load of region models
2008-09-18 Chris Cannam * Add region model and layer; improve assignment of model types to
2008-08-07 Chris Cannam * Add IntervalModel as base class for NoteModel (and other, further
2008-06-13 Chris Cannam * Add audio device selection to preferences
2008-06-12 Chris Cannam * Add more data-editor support to various models
2008-06-12 Chris Cannam * Update translations, and add change counter to name of bundle command
2008-03-13 Chris Cannam * Fix #1628781 changes to layer visibility and mute should use a command
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2007-11-28 Chris Cannam * Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename.
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-11-22 Chris Cannam * More space and time efficient AlignmentModel
2007-10-22 Chris Cannam * Some export fixes, and avoid clipping on resampling on import
2007-10-18 Chris Cannam * Make XmlExportable::toXml the function that is universally overridden (and
2007-08-14 Chris Cannam * Fix #1757772 tempo, dynamic related plug-ins bug -- make auto-align
2007-04-27 Chris Cannam * Fix #1706927 NaNs from plugin outputs should not be used
2006-07-31 Chris Cannam * Reorganising code base. This revision probably should compile once more.
2006-07-31 Chris Cannam * Reorganising code base. This revision will not compile.