summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-08 02:46:44 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-08 02:46:44 +0000
commit5d22b482dcea9953a55628b9d6df60d1a34a860d (patch)
tree168b1f24faa5a131bc3195d9e833506ac389b1f8 /gtk2_ardour/step_entry.h
parentc4fc6792b5b12d58b26d556077d06448301cb801 (diff)
melvin herr's "reversion" fix for step editing so that everything is zero-based again
git-svn-id: svn://localhost/ardour2/branches/3.0@8766 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 4723f569d7..e534c83e01 100644
--- a/gtk2_ardour/step_entry.h
+++ b/gtk2_ardour/step_entry.h
@@ -182,6 +182,7 @@ 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); }
@@ -192,7 +193,6 @@ 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 ();