comparison base/ViewManager.cpp @ 16:cc98d496d52b

* Add command history class, and basic undo/redo menus. No actual commands to undo/redo yet. Selecting the placeholders sometimes seems to cause a crash, so this looks a little uncertain so far. * Add Rename Layer * Remove models from playback when their layers are removed (and ref counts hit zero) * Don't hang around waiting so much when there's work to be done in the audio buffer fill thread * Put more sensible names on layers generated from transforms * Add basic editing to time-value layer like existing editing in time-instants layer, and make both of them snap to the appropriate resolution during drag
author Chris Cannam
date Mon, 30 Jan 2006 17:51:56 +0000
parents ec6886f0e673
children 4563a72c1d8b
comparison
equal deleted inserted replaced
15:47500c27ac26 16:cc98d496d52b
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),