comparison base/ViewManager.cpp @ 54:709d63d90028

fixed some bugs in tonal change detection function, removed ChromaMatrix (no longer used), added TCSgram
author Martin Gasser
date Tue, 21 Mar 2006 18:05:28 +0000
parents d397ea0a79f5
children 3086ff194ea0
comparison
equal deleted inserted replaced
53:7fcdc6df4853 54:709d63d90028
18 #include "Model.h" 18 #include "Model.h"
19 #include "CommandHistory.h" 19 #include "CommandHistory.h"
20 20
21 #include <iostream> 21 #include <iostream>
22 22
23 //#define DEBUG_VIEW_MANAGER 1 23 // #define DEBUG_VIEW_MANAGER 1
24 24
25 ViewManager::ViewManager() : 25 ViewManager::ViewManager() :
26 m_playSource(0), 26 m_playSource(0),
27 m_globalCentreFrame(0), 27 m_globalCentreFrame(0),
28 m_globalZoom(1024), 28 m_globalZoom(1024),