|
LMMS
|
Public Attributes | |
| const LilvPort * | lilv_port |
| Port description. | |
| PortType | type |
| Datatype. | |
| uint32_t | index |
| Port index. | |
| float | value |
| Control value (if applicable). | |
| bool | is_input |
| True iff an input port. | |
| bool | optional |
| True iff connection optional. | |
Runtime port information
| bool Port::is_input |
True iff an input port.
| bool Port::optional |
True iff connection optional.
| PortType Port::type |
Datatype.
| float Port::value |
Control value (if applicable).