summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-20 15:06:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-20 15:06:30 +0000
commitd443688c92112fd8e277c2192b686224ae793372 (patch)
tree0f9c28e8bf1267922ce9ae6807ffed50a2242b69 /gtk2_ardour/midi_region_view.h
parentc1e6410619403754ffa4388e82de7ec953ab6a7c (diff)
(1) make quantize actually use the main grid setting and not just default to beats (2) apply quantize to all notes if none are selected
git-svn-id: svn://localhost/ardour2/branches/3.0@7126 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 21d81cf2f8..3417014b43 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -292,7 +292,7 @@ class MidiRegionView : public RegionView
void show_list_editor ();
- void selection_as_notelist (Notes& selected);
+ void selection_as_notelist (Notes& selected, bool allow_all_if_none_selected = false);
protected:
/** Allows derived types to specify their visibility requirements