diff --git a/streamerbot/3.api/2.triggers/core/midi/message.md b/streamerbot/3.api/2.triggers/core/midi/message.md index 391760ac..22fa408b 100644 --- a/streamerbot/3.api/2.triggers/core/midi/message.md +++ b/streamerbot/3.api/2.triggers/core/midi/message.md @@ -47,6 +47,22 @@ variables: type: float description: The normalized velocity value for this message value: 0.62992125984252 + - name: controllerName + type: string + description: The MIDI Control Function for this message + value: Pan + - name: controllerNumber + type: int + description: The MIDI Control Number for this message + value: 10 + - name: value + type: int + description: The value for this message + value: 80 + - name: valueNormal + type: float + description: The normalized value for this message + value: 0.6299215984252 --- ::callout{icon=i-mdi-bookmark to=/guide/midi} @@ -69,4 +85,4 @@ Check out the [MIDI Configuration Guide](#) for details on configuring your MIDI You can quickly register new [MIDI event listeners](/guide/midi#configuration-1) by clicking the `Add New Event` button! :: :: -:: \ No newline at end of file +::