User Manual

Table Of Contents
MIDI Modules Reference
Lua Script
535
Copy Messages to Clipboard
Copies the output messages to the clipboard. This allows you to copy larger
output messages to an external editor that offers a text search, for example.
NOTE
This also includes any older messages that are not visible anymore.
Clear Message Display
Clears the output messages.
Library Path
Lua's require function allows you to load and run your own libraries. In the Library Path
field, you specify where require searches for libraries.
NOTE
The path that you specify here only applies to this script module. The global library path for
script modules is specified in the Options Editor.
Dependent Files
This section lists all files that are required by the script module. This list is used to add the
script files to a VST Sound archive, for example.
To show/hide this section, click Show Dependent Files in the top right corner of the
editor.
Add Required Files Automatically
Activate this button to automatically add the files that you included using the
require function to the list of dependent files.
Clear Dependent Files
Removes all entries from the list of dependent files.
Select File
Allows you to change the current entry or to add a new file.
Select Folder
Allows you to add all files in the specified folder to the list of dependent files.
Delete Entry
Removes the selected entry from the list of dependent files.
Creating a Script With the Internal Editor
PREREQUISITE
You added a Lua Script midi module.