Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 7:c3ef80114040
* 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 | 40116f709d3b |
children | 0dbd08e365ce |
comparison
equal
deleted
inserted
replaced
6:d4487202d0e8 | 7:c3ef80114040 |
---|---|
116 void jumpLeft(); | 116 void jumpLeft(); |
117 void jumpRight(); | 117 void jumpRight(); |
118 | 118 |
119 void showNoOverlays(); | 119 void showNoOverlays(); |
120 void showBasicOverlays(); | 120 void showBasicOverlays(); |
121 void showAllOverlays(); | 121 void showAllTextOverlays(); |
122 | |
123 void toggleZoomWheels(); | |
122 | 124 |
123 void play(); | 125 void play(); |
124 void ffwd(); | 126 void ffwd(); |
125 void ffwdEnd(); | 127 void ffwdEnd(); |
126 void rewind(); | 128 void rewind(); |