mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
pin connection GUI for variable I/O plugins
This commit is contained in:
parent
c30b47f0eb
commit
b3e12d6566
2 changed files with 78 additions and 20 deletions
|
|
@ -96,6 +96,10 @@ private:
|
|||
ArdourButton _tgl_sidechain;
|
||||
ArdourButton _add_plugin;
|
||||
ArdourButton _del_plugin;
|
||||
ArdourButton _add_input_audio;
|
||||
ArdourButton _del_input_audio;
|
||||
ArdourButton _add_input_midi;
|
||||
ArdourButton _del_input_midi;
|
||||
ArdourButton _add_output_audio;
|
||||
ArdourButton _del_output_audio;
|
||||
ArdourButton _add_output_midi;
|
||||
|
|
@ -143,6 +147,7 @@ private:
|
|||
void connect_sidechain ();
|
||||
void add_remove_plugin_clicked (bool);
|
||||
void add_remove_port_clicked (bool, ARDOUR::DataType);
|
||||
void add_remove_inpin_clicked (bool, ARDOUR::DataType);
|
||||
void add_sidechain_port (ARDOUR::DataType);
|
||||
void select_output_preset (uint32_t n_audio);
|
||||
void handle_input_action (const CtrlElem &, const CtrlElem &);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue