mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
make default MIDI note range editable in preferences
This commit is contained in:
parent
a4f26f91c8
commit
bae15f216b
2 changed files with 59 additions and 0 deletions
|
|
@ -70,6 +70,13 @@ private:
|
|||
|
||||
void reset_clip_library_dir ();
|
||||
|
||||
EntryOption* mrl_option;
|
||||
EntryOption* mru_option;
|
||||
std::string get_default_lower_midi_note ();
|
||||
bool set_default_lower_midi_note (std::string);
|
||||
std::string get_default_upper_midi_note ();
|
||||
bool set_default_upper_midi_note (std::string);
|
||||
|
||||
/* plugin actions */
|
||||
void plugin_scan_refresh ();
|
||||
void plugin_reset_stats ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue