trigger_ui: hide midi clip properties (pgm, ccs) until implemented

This commit is contained in:
Ben Loftis 2022-01-18 10:14:08 -06:00
parent 2501d3534a
commit 2147ec6da7
1 changed files with 2 additions and 0 deletions

View File

@ -144,9 +144,11 @@ TriggerPage::TriggerPage ()
table->attach (_audio_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
++col;
#if MIDI_PROPERTIES_BOX_IMPLEMENTED
col = 2;
table->attach (_midi_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
++col;
#endif
_parameter_box.pack_start (*table);