comparison layer/LayerFactory.h @ 35:10ba9276a315

* Add TextModel and TextLayer types * Make View refresh work better when editing a model (previously edits might not be refreshed if their visible changed area extended beyond the strict frame range that was being modified in the model) * Add phase-adjusted instantaneous frequency display to spectrogram layer (still a work in progress) * Pull maths aliases out into a separate header in dsp/maths so MathUtilities can be included without introducing them
author Chris Cannam
date Mon, 20 Feb 2006 13:33:36 +0000
parents ea6fe8cfcdd5
children 21d061e66177
comparison
equal deleted inserted replaced
34:c43f2c4f66f2 35:10ba9276a315
27 Spectrogram, 27 Spectrogram,
28 TimeRuler, 28 TimeRuler,
29 TimeInstants, 29 TimeInstants,
30 TimeValues, 30 TimeValues,
31 Notes, 31 Notes,
32 Text,
32 Colour3DPlot, 33 Colour3DPlot,
33 34
34 // Layers with different initial parameters 35 // Layers with different initial parameters
35 MelodicRangeSpectrogram, 36 MelodicRangeSpectrogram,
36 37