comparison 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
comparison
equal deleted inserted replaced
36:c28ebb4ba4de 37:21d061e66177
32 Text, 32 Text,
33 Colour3DPlot, 33 Colour3DPlot,
34 34
35 // Layers with different initial parameters 35 // Layers with different initial parameters
36 MelodicRangeSpectrogram, 36 MelodicRangeSpectrogram,
37 PeakFrequencySpectrogram,
37 38
38 // Not-a-layer-type 39 // Not-a-layer-type
39 UnknownLayer = 255 40 UnknownLayer = 255
40 }; 41 };
41 42