summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-08-03 04:13:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-08-03 04:13:05 +0000
commit64f9fac9a8ad94182fca885f09fd53a228561c01 (patch)
tree29595a1be0819726ad7366a3dc184332f3f509f0 /gtk2_ardour/step_entry.h
parente0edca5a2abd65d869348e4bddb9d07ecc156450 (diff)
make step entry chord & triplet buttons do their thing, or something close to it
git-svn-id: svn://localhost/ardour2/branches/3.0@7530 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/step_entry.h')
-rw-r--r--gtk2_ardour/step_entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/step_entry.h b/gtk2_ardour/step_entry.h
index cabd9eba47..d57ac3fadf 100644
--- a/gtk2_ardour/step_entry.h
+++ b/gtk2_ardour/step_entry.h
@@ -79,6 +79,8 @@ class StepEntry : public ArdourDialog
void rest_click ();
void sustain_click ();
+ void chord_toggled ();
+ void triplet_toggled ();
};
#endif /* __gtk2_ardour_step_entry_h__ */