mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 21:57:16 +01:00
add API to MidiViewBackground to get access to its data note range
This commit is contained in:
parent
726295c4ce
commit
b41ab993ec
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ class MidiViewBackground : public virtual ViewBackground
|
|||
sigc::signal<void,bool> NoteVisibilityShouldChange;
|
||||
|
||||
bool update_data_note_range (uint8_t min, uint8_t max);
|
||||
uint8_t highest_data_note() const { return _data_note_max; }
|
||||
uint8_t lowest_data_note() const { return _data_note_min; }
|
||||
|
||||
protected:
|
||||
EditingContext& _editing_context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue