comparison layer/LayerFactory.h @ 133:9e6b3e239b9d

* Add zoom thumbwheels to Pane. Implement horizontal thumbwheel, and vertical depending on layer type (supported for waveform and spectrogram, though wrong for log-scale spectrogram at the moment). * Add bare bones of a spectrum layer. * Add window icon * Add shortcut for "insert time instant" on laptops without keypad enter (";") * Delete FFT processing thread when it exits (at least, next time we're asked for something interesting) * Get audio file extensions from the file readers, and thus from libsndfile for the wave file reader -- leads to rather a wide combo box in file dialog though * Better refresh order for spectrogram (redraw centre section first)
author Chris Cannam
date Fri, 04 Aug 2006 17:01:37 +0000
parents 999ae0f7d10c
children 57c2350a8c40
comparison
equal deleted inserted replaced
132:5d3a483856ff 133:9e6b3e239b9d
34 TimeInstants, 34 TimeInstants,
35 TimeValues, 35 TimeValues,
36 Notes, 36 Notes,
37 Text, 37 Text,
38 Colour3DPlot, 38 Colour3DPlot,
39 Spectrum,
39 40
40 // Layers with different initial parameters 41 // Layers with different initial parameters
41 MelodicRangeSpectrogram, 42 MelodicRangeSpectrogram,
42 PeakFrequencySpectrogram, 43 PeakFrequencySpectrogram,
43 44