📄️ Functions Called by Mixcraft
This section covers the functions in your script that are called by Micraft.
📄️ Globals
In this section we will review the Global functions available in the Mixcraft controller scripting API.
📄️ Track
The `Track` section covers functions and properties that allow access to the track controls in Mixcraft.
📄️ Mixcraft
The `Mixcraft` section covers functions and properties that allow access to the transport controls in Mixcraft.
📄️ MIDI
In the `OnMIDI(messageType, midiChannel, value1, value2)` function, you'll find the `messageType`, `midiChannel`, `value1`, and `value2` parameters. More details about each one of those is documented below.
📄️ Perform
The `Perform` section covers functions and properties that allow access to the performance panel and controls available in Mixcraft.
📄️ notificationType
A list of notification types that Mixcraft can send. These properties can be used in the Notify() function to send feedback to your hardware controller, when applicable.