From 5d22b482dcea9953a55628b9d6df60d1a34a860d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 8 Feb 2011 02:46:44 +0000 Subject: 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 --- gtk2_ardour/step_entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/step_entry.h') 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 (); -- cgit v1.2.3