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

an Auxiliary Bus Container for multiple InsertEffect More...

Inheritance diagram for AuxEffect:
Element

Public Member Functions

InsertEffect getInsert (int index)
 get the insert fx at the given index
 
- 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.
 

Public Attributes

table inserts
 all InsertEffect for this node
 
int numInserts
 the number of insert FXs for this node
 
- 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.
 

Detailed Description

an Auxiliary Bus Container for multiple InsertEffect