uvi-script
Musical event scripting with Lua
Loading...
Searching...
No Matches
Global Variables

Variables

ScriptProcessor & this
 Reference to the current ScriptProcessor instance.
 
Synth & Synth
 convenience global pointing to the parent Synth element
 
Part & Part
 convenience global pointing to the parent Part element
 
Program & Program
 convenience global pointing to the parent Program element
 
Layer & Layer
 convenience global pointing to the parent Layer element
 

Detailed Description

Global variables available in every script.

Variable Documentation

◆ this

ScriptProcessor& this

Reference to the current ScriptProcessor instance.

Use as a starting point to navigate through the Engine hierarchy.