summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-25 15:32:10 -0500
committerDavid Robillard <d@drobilla.net>2014-12-25 15:32:10 -0500
commit12a7f12b0bcee20b6041b7ece27a120b130271c2 (patch)
treef6aec813237d2d505662df96d85eee086449d6a4 /gtk2_ardour/region_selection.h
parent6b1c171dc2029f89d3a2cfcc8553a8b10d38e538 (diff)
Context menu for applying edits to note selection.
Diffstat (limited to 'gtk2_ardour/region_selection.h')
-rw-r--r--gtk2_ardour/region_selection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/region_selection.h b/gtk2_ardour/region_selection.h
index 0cd603e5f4..062557eb9b 100644
--- a/gtk2_ardour/region_selection.h
+++ b/gtk2_ardour/region_selection.h
@@ -61,6 +61,8 @@ class RegionSelection : public std::list<RegionView*>
void by_position (std::list<RegionView*>&) const;
void by_track (std::list<RegionView*>&) const;
+ size_t n_midi_regions() const;
+
std::set<boost::shared_ptr<ARDOUR::Playlist> > playlists () const;
std::list<PBD::ID> pending;