![]() |
uvi-script
Musical event scripting with Lua
|
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 | |
Global variables available in every script.
| ScriptProcessor& this |
Reference to the current ScriptProcessor instance.
Use as a starting point to navigate through the Engine hierarchy.