uvi-script
Musical event scripting with Lua
Loading...
Searching...
No Matches
ControlSignalSource Class Reference

a Modulation source More...

Inheritance diagram for ControlSignalSource:
Element

Public Attributes

table connections
 table of of all SignalConnection for this modulation source
 
- 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
 
Elementparent
 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.
 

Detailed Description

a Modulation source