diff 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
line wrap: on
line diff
--- a/layer/LayerFactory.h	Fri Feb 17 18:11:08 2006 +0000
+++ b/layer/LayerFactory.h	Mon Feb 20 13:33:36 2006 +0000
@@ -29,6 +29,7 @@
 	TimeInstants,
 	TimeValues,
 	Notes,
+	Text,
 	Colour3DPlot,
 
 	// Layers with different initial parameters