diff layer/LayerFactory.h @ 37:21d061e66177

* Make the frequency estimation mode in the spectrogram layer actually useful, and make sure it gets mostly the right results... Still some tidying to do in here.
author Chris Cannam
date Wed, 22 Feb 2006 17:45:18 +0000
parents 10ba9276a315
children ad214997dddb
line wrap: on
line diff
--- a/layer/LayerFactory.h	Mon Feb 20 17:23:40 2006 +0000
+++ b/layer/LayerFactory.h	Wed Feb 22 17:45:18 2006 +0000
@@ -34,6 +34,7 @@
 
 	// Layers with different initial parameters
 	MelodicRangeSpectrogram,
+	PeakFrequencySpectrogram,
 
 	// Not-a-layer-type
 	UnknownLayer = 255