Home
last modified time | relevance | path

Searched refs:GlobalPortMatrixWindow (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dglobal_port_matrix.cc154 GlobalPortMatrixWindow::GlobalPortMatrixWindow (Session* s, DataType t) in GlobalPortMatrixWindow() function in GlobalPortMatrixWindow
174 GlobalPortMatrixWindow::on_show () in on_show()
182 GlobalPortMatrixWindow::set_session (Session* s) in set_session()
H A Dglobal_port_matrix.h55 class GlobalPortMatrixWindow : public ArdourWindow
58 GlobalPortMatrixWindow (ARDOUR::Session *, ARDOUR::DataType);
H A Dardour_ui.h138 class GlobalPortMatrixWindow; variable
739 WM::ProxyWithConstructor<GlobalPortMatrixWindow> audio_port_matrix;
740 WM::ProxyWithConstructor<GlobalPortMatrixWindow> midi_port_matrix;
751 GlobalPortMatrixWindow* create_global_port_matrix (ARDOUR::DataType);
H A Dardour_ui.cc556 GlobalPortMatrixWindow*
562 return new GlobalPortMatrixWindow (_session, type); in create_global_port_matrix()