mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
trigger_ui: hide midi clip properties (pgm, ccs) until implemented
This commit is contained in:
parent
2501d3534a
commit
2147ec6da7
1 changed files with 2 additions and 0 deletions
|
|
@ -144,9 +144,11 @@ TriggerPage::TriggerPage ()
|
||||||
table->attach (_audio_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
|
table->attach (_audio_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
|
||||||
++col;
|
++col;
|
||||||
|
|
||||||
|
#if MIDI_PROPERTIES_BOX_IMPLEMENTED
|
||||||
col = 2;
|
col = 2;
|
||||||
table->attach (_midi_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
|
table->attach (_midi_trig_box, col, col + 1, 0, 1, Gtk::FILL, Gtk::SHRINK);
|
||||||
++col;
|
++col;
|
||||||
|
#endif
|
||||||
|
|
||||||
_parameter_box.pack_start (*table);
|
_parameter_box.pack_start (*table);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue