summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_event.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-11-01 00:09:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-11-01 00:09:03 +0000
commite4e165d5ae804c11c11a37f2f4f164daa8272505 (patch)
tree38fba7b794947b4310d292ee575fcf1f0d76df06 /libs/ardour/automation_event.cc
parent80ef7a84153f83e60147839c2a04a83f21b62719 (diff)
debugging some crashes with oofus + flowrobot
git-svn-id: svn://localhost/ardour2/trunk@1044 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/automation_event.cc')
-rw-r--r--libs/ardour/automation_event.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/automation_event.cc b/libs/ardour/automation_event.cc
index 1d61f90d9d..a2eeebed56 100644
--- a/libs/ardour/automation_event.cc
+++ b/libs/ardour/automation_event.cc
@@ -1254,7 +1254,7 @@ AutomationList::set_state (const XMLNode& node)
return deserialize_events (node);
}
- if (node.name() == X_("Envelope")) {
+ if (node.name() == X_("Envelope") || node.name() == X_("FadeOut") || node.name() == X_("FadeIn")) {
/* old school */