Skip to content

Commit

Permalink
Add CC MIDI message variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop authored Jan 6, 2024
1 parent 74ff249 commit 8d5d25b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion streamerbot/3.api/2.triggers/core/midi/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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!
::
::
::
::

0 comments on commit 8d5d25b

Please sign in to comment.