summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-04-22 13:42:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-04-22 13:42:49 +0000
commit622e8c5b24cba7d7b00b33519785c1c166f1f66c (patch)
tree5bdb26571b5688c3c74c328cda534bcfe8c1fb02 /libs/ardour/ardour
parent5a33e0900cd83469330885404d1b1897f1aa1617 (diff)
multiple touches in a single automation pass now work; write mode works (with some interesting quirks); remove some debug output
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6963 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/automation_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/automation_event.h b/libs/ardour/ardour/automation_event.h
index c782c1b642..0005c8de00 100644
--- a/libs/ardour/ardour/automation_event.h
+++ b/libs/ardour/ardour/automation_event.h
@@ -204,7 +204,7 @@ class AutomationList : public PBD::StatefulDestructible
protected:
AutomationEventList events;
- AutomationEventList nascent_events;
+ std::list<AutomationEventList*> nascent;
mutable Glib::Mutex lock;
int8_t _frozen;
bool changed_when_thawed;