summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-01 18:48:27 +0200
committerRobin Gareus <robin@gareus.org>2016-05-01 18:48:27 +0200
commitcafa1b1b4d24bf0b313c54466b7ad4c8a83094d9 (patch)
tree2e633ce39f5ed5aafc303abd708d62b8ea87238f /gtk2_ardour/rhythm_ferret.h
parent9d50074a99c4bd9e9b07ae3dccde6df889a8d899 (diff)
Rhythm Rodent updates:
* fix aubio parameters (aubio-vamp picks them up on reset) * group settings by Mode * add new aubio4 functions and param
Diffstat (limited to 'gtk2_ardour/rhythm_ferret.h')
-rw-r--r--gtk2_ardour/rhythm_ferret.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/rhythm_ferret.h b/gtk2_ardour/rhythm_ferret.h
index 84b5cc593e..f091916882 100644
--- a/gtk2_ardour/rhythm_ferret.h
+++ b/gtk2_ardour/rhythm_ferret.h
@@ -85,6 +85,10 @@ class RhythmFerret : public ArdourDialog {
Gtk::HScale peak_picker_threshold_scale;
Gtk::Adjustment silence_threshold_adjustment;
Gtk::HScale silence_threshold_scale;
+#ifdef HAVE_AUBIO4
+ Gtk::Adjustment minioi_adjustment;
+ Gtk::HScale minioi_scale;
+#endif
/* generic stuff */