comparison base/ViewManager.cpp @ 18:4563a72c1d8b

* Add Zero Crossings output from zc plugin (as well as Zero Crossings Count) * Use brief friendly names for layers instead of full transform descriptions * Clearer command names for editing commands * Some efficiencies in drawing dense points in TimeInstantLayer
author Chris Cannam
date Tue, 31 Jan 2006 17:19:45 +0000
parents cc98d496d52b
children 742e6882e187
comparison
equal deleted inserted replaced
17:2fb933f88604 18:4563a72c1d8b
12 #include "PlayParameters.h" 12 #include "PlayParameters.h"
13 #include "Model.h" 13 #include "Model.h"
14 14
15 #include <iostream> 15 #include <iostream>
16 16
17 #define DEBUG_VIEW_MANAGER 1 17 //#define DEBUG_VIEW_MANAGER 1
18 18
19 ViewManager::ViewManager() : 19 ViewManager::ViewManager() :
20 m_playSource(0), 20 m_playSource(0),
21 m_globalCentreFrame(0), 21 m_globalCentreFrame(0),
22 m_globalZoom(1024), 22 m_globalZoom(1024),