Added GUI buttons for bank/patch load and save

This commit is contained in:
2023-04-28 08:31:59 +02:00
parent 8819167c54
commit 45f2696b77
2 changed files with 28 additions and 1 deletions
+4
View File
@@ -318,6 +318,10 @@ private:
ScopedPointer<Label> m_label_lfo0_midisync_factor;
ScopedPointer<Slider> m_slider_lfo0_midisync_divisor;
ScopedPointer<ComboBox> m_comboBox_lfo0_midisync_mode;
ScopedPointer<TextButton> m_button_bank_load;
ScopedPointer<TextButton> m_button_bank_save;
ScopedPointer<TextButton> m_button_patch_load;
ScopedPointer<TextButton> m_button_patch_save;
//==============================================================================