mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
expose ::set_note_range() as public in MidiView
This commit is contained in:
parent
a3491a13df
commit
9d8ddd814c
1 changed files with 2 additions and 2 deletions
|
|
@ -299,6 +299,8 @@ class MidiView : public virtual sigc::trackable
|
|||
|
||||
void show_list_editor ();
|
||||
|
||||
void set_note_range (uint8_t low, uint8_t high);
|
||||
|
||||
typedef std::set<NoteBase*> Selection;
|
||||
Selection const & selection () const {
|
||||
return _selection;
|
||||
|
|
@ -629,8 +631,6 @@ class MidiView : public virtual sigc::trackable
|
|||
void join_notes_on_channel (int channel);
|
||||
|
||||
void add_split_notes ();
|
||||
|
||||
void set_note_range (uint8_t low, uint8_t high);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue