diff layer/layer.pro @ 411:96e4d7b9e165

* Add region model and layer; improve assignment of model types to feature extraction transforms with duration
author Chris Cannam
date Thu, 18 Sep 2008 16:08:14 +0000
parents e1a9e478b7f2
children 92f4d88241b8
line wrap: on
line diff
--- a/layer/layer.pro	Thu Sep 18 12:09:32 2008 +0000
+++ b/layer/layer.pro	Thu Sep 18 16:08:14 2008 +0000
@@ -23,6 +23,7 @@
            LayerFactory.h \
            NoteLayer.h \
            PaintAssistant.h \
+           RegionLayer.h \
            SingleColourLayer.h \
            SliceableLayer.h \
            SliceLayer.h \
@@ -42,6 +43,7 @@
            LayerFactory.cpp \
            NoteLayer.cpp \
            PaintAssistant.cpp \
+           RegionLayer.cpp \
            SingleColourLayer.cpp \
            SliceLayer.cpp \
            SpectrogramLayer.cpp \