|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <control_protocol.h>
Public Attributes | |
| const char * | name |
| const char * | id |
| void * | module |
| bool(* | available )() |
| bool(* | probe_port )() |
| bool(* | match_usb )(uint16_t, uint16_t) |
| ControlProtocol *(* | initialize )(Session *) |
| void(* | destroy )(ControlProtocol *) |
Definition at line 172 of file control_protocol.h.
| bool(* ARDOUR::ControlProtocolDescriptor::available) () |
Definition at line 178 of file control_protocol.h.
| void(* ARDOUR::ControlProtocolDescriptor::destroy) (ControlProtocol *) |
Definition at line 182 of file control_protocol.h.
| const char* ARDOUR::ControlProtocolDescriptor::id |
Definition at line 176 of file control_protocol.h.
| ControlProtocol*(* ARDOUR::ControlProtocolDescriptor::initialize) (Session *) |
Definition at line 181 of file control_protocol.h.
| bool(* ARDOUR::ControlProtocolDescriptor::match_usb) (uint16_t, uint16_t) |
Definition at line 180 of file control_protocol.h.
| void* ARDOUR::ControlProtocolDescriptor::module |
Definition at line 177 of file control_protocol.h.
| const char* ARDOUR::ControlProtocolDescriptor::name |
Definition at line 175 of file control_protocol.h.
| bool(* ARDOUR::ControlProtocolDescriptor::probe_port) () |
Definition at line 179 of file control_protocol.h.