Mercurial > hg > svgui
view widgets/widgets.pro @ 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 | 5d3a483856ff |
children | 5ec6b60658d8 |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp-sdk load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svwidgets DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += AudioDial.h \ Fader.h \ ItemEditDialog.h \ LayerTree.h \ LEDButton.h \ ListInputDialog.h \ PluginParameterBox.h \ PluginParameterDialog.h \ PropertyBox.h \ PropertyStack.h \ Thumbwheel.h SOURCES += AudioDial.cpp \ Fader.cpp \ ItemEditDialog.cpp \ LayerTree.cpp \ LEDButton.cpp \ ListInputDialog.cpp \ PluginParameterBox.cpp \ PluginParameterDialog.cpp \ PropertyBox.cpp \ PropertyStack.cpp \ Thumbwheel.cpp