summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-05 16:40:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-05 16:40:54 +0000
commit3e5d4779895e06fe8b84fd814eab18b32cfe66e1 (patch)
treedecd0fd71ee317bbe031c7cd2d88dbf0cdd3a539 /gtk2_ardour/step_entry.h
parentaffc5b0c0d42b5bad50eced0a482786b3e1cc6f4 (diff)
step editing patches from melvin herr
git-svn-id: svn://localhost/ardour2/branches/3.0@8722 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_entry.h')
-rw-r--r--gtk2_ardour/step_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_entry.h b/gtk2_ardour/step_entry.h
index e534c83e01..4723f569d7 100644
--- a/gtk2_ardour/step_entry.h
+++ b/gtk2_ardour/step_entry.h
@@ -182,7 +182,6 @@ class StepEntry : public ArdourDialog
void prev_octave ();
void octave_n (int n);
- void octave_0 () { octave_n (0); }
void octave_1 () { octave_n (1); }
void octave_2 () { octave_n (2); }
void octave_3 () { octave_n (3); }
@@ -193,6 +192,7 @@ class StepEntry : public ArdourDialog
void octave_8 () { octave_n (8); }
void octave_9 () { octave_n (9); }
void octave_10 () { octave_n (10); }
+ void octave_11 () { octave_n (11); }
void dot_change (GtkAction*);
void dot_value_change ();