annotate svgui.pro @ 1386:fc3d89f88690 spectrogramparam

Use log-frequency rather than log-bin for calculating x coord in spectrum. This has the advantage that frequency positions don't move when we change the window size or oversampling ratio, but it does give us an unhelpfully large amount of space for very low frequencies - to be considered
author Chris Cannam
date Mon, 12 Nov 2018 11:34:34 +0000
parents d1bab6a99100
children
rev   line source
chris@617 1
chris@617 2 TEMPLATE = lib
chris@617 3
Chris@1050 4 INCLUDEPATH += ../vamp-plugin-sdk
Chris@1050 5
Chris@624 6 exists(config.pri) {
Chris@624 7 include(config.pri)
Chris@624 8 }
chris@617 9
Chris@912 10 CONFIG += staticlib qt thread warn_on stl rtti exceptions c++11
Chris@957 11 QT += network xml gui widgets svg
chris@617 12
chris@617 13 TARGET = svgui
chris@617 14
chris@617 15 DEPENDPATH += . ../svcore
chris@617 16 INCLUDEPATH += . ../svcore
chris@617 17 OBJECTS_DIR = o
chris@617 18 MOC_DIR = o
chris@617 19
Chris@1155 20 include(files.pri)
chris@617 21
Chris@1155 22 HEADERS = $$(SVGUI_HEADERS)
Chris@1155 23 SOURCES = $$(SVGUI_SOURCES)