Mercurial > hg > svgui
comparison view/ViewManager.cpp @ 362:a9dfa2d6d5ac
* Add pitch range in octaves, semitones and cents to the measurement rect
as well as in Hz
* Avoid crash when adding time ruler
This commit contains a lot of debug output (will be slow)
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2008 16:21:29 +0000 |
parents | 1b6879d03cb6 |
children | 6167a28d25fc |
comparison
equal
deleted
inserted
replaced
361:67834ac56f2b | 362:a9dfa2d6d5ac |
---|---|
22 #include <QSettings> | 22 #include <QSettings> |
23 #include <QApplication> | 23 #include <QApplication> |
24 | 24 |
25 #include <iostream> | 25 #include <iostream> |
26 | 26 |
27 //#define DEBUG_VIEW_MANAGER 1 | 27 #define DEBUG_VIEW_MANAGER 1 |
28 | 28 |
29 ViewManager::ViewManager() : | 29 ViewManager::ViewManager() : |
30 m_playSource(0), | 30 m_playSource(0), |
31 m_globalCentreFrame(0), | 31 m_globalCentreFrame(0), |
32 m_globalZoom(1024), | 32 m_globalZoom(1024), |