summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-13 14:11:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-13 14:11:01 +0000
commitaac46a38fbd3b979dd1d352a4d1454ac8a70793f (patch)
tree824b9b41eee1b4f630a6444e0de36396908cf76c /gtk2_ardour/step_entry.cc
parent3364fda3decc12360bd15faa9210ede0a47ba1fc (diff)
add step editing sustain support
git-svn-id: svn://localhost/ardour2/branches/3.0@7615 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_entry.cc')
-rw-r--r--gtk2_ardour/step_entry.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/step_entry.cc b/gtk2_ardour/step_entry.cc
index 7481565363..011fadc3c4 100644
--- a/gtk2_ardour/step_entry.cc
+++ b/gtk2_ardour/step_entry.cc
@@ -1030,4 +1030,5 @@ StepEntry::octave_n (int n)
void
StepEntry::do_sustain ()
{
+ _mtv->step_edit_sustain (note_length());
}