mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
Move midi filter enabled back to original position
This commit is contained in:
parent
316545256a
commit
bee9aa86f2
1 changed files with 1 additions and 1 deletions
|
@ -31,12 +31,12 @@ PartMenu::PartMenu(Part* _part)
|
|||
{
|
||||
this->menu.add_item(&this->item_voice_count);
|
||||
this->menu.add_item(&this->item_voice_detail);
|
||||
this->menu.add_item(&this->item_midi_filter_enabled);
|
||||
this->menu.add_item(&this->item_midi_channel);
|
||||
this->menu.add_item(&this->item_midi_input);
|
||||
this->menu.add_item(&this->item_midi_lowest_note);
|
||||
this->menu.add_item(&this->item_midi_highest_note);
|
||||
this->menu.add_item(&this->item_midi_thru_mode);
|
||||
this->menu.add_item(&this->item_midi_filter_enabled);
|
||||
}
|
||||
|
||||
void PartMenu::up()
|
||||
|
|
Loading…
Reference in a new issue