![]() |
uvi-script
Musical event scripting with Lua
|
A Patch that represents a monotimbral instrument. More...
Public Attributes | |
| string | displayName |
| name shown on the user interface | |
| table | modulations |
| all ControlSignalSource for this node using the modulation name as key | |
| table | eventProcessors |
| all EventProcessor for this node | |
| table | inserts |
| all InsertEffect for this node | |
| table | auxs |
| all AuxEffect for this node | |
| table | sends |
| all BusRouter for this node | |
| Part & | part |
| parent Part for this Program | |
| table | layers |
| Layer list for this Program (1-indexed, use Program.layers to get the count) | |
Public Attributes inherited from Element | |
| string | name |
| internal element name | |
| string | displayName |
| name to display on the User Interface, name is used if displayName is not specified. | |
| string | type |
| internal element type | |
| Element & | parent |
| element parent | |
| table | children |
| element children using the element name as key | |
| string | output |
| output routing for the element | |
| int | numParams |
| number of parameters | |
| table | parameterDefinitions |
| table of parameter definitions. | |
Additional Inherited Members | |
Public Member Functions inherited from Element | |
| void | setParameter (string parameter, Value value) |
| Sets an Element parameter. | |
| Value | getParameter (string parameter) |
| Gets an Element parameter. | |
| bool | hasParameter (string parameter) |
| table | getParameterConnections (string parameter) |
| Get all SignalConnection for this parameter. | |
A Patch that represents a monotimbral instrument.
It contains one or several Layers as well as modulations, fxs and event processors