From 8d5d25b947007d0113318e1e6f10960cade4927d Mon Sep 17 00:00:00 2001 From: Whipstickgostop <8366326+Whipstickgostop@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:18:57 -0500 Subject: [PATCH] Add CC MIDI message variables --- .../3.api/2.triggers/core/midi/message.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 +::