ComfyUI Node
MIDI MESSAGE (JOV) ποΈ
Processes MIDI messages received from an external MIDI controller or device. It accepts MIDI messages as input and returns various attributes of the MIDI message, including whether the message is valid, the MIDI channel, control number, note number, value, and normalized value. This node is useful for integrating MIDI control into creative projects, allowing users to respond to MIDI input in real-time.
MIDI MESSAGE (JOV) ποΈ
- ποΈ
- ποΈ
- π
- CHAN
- ποΈ
- πΆ
- VAL
- 0-1
CategoryJOVIMETRIX πΊπ©π΅/DEVICE
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| ποΈopt | JMIDIMSG | Midi |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| ποΈ | JMIDIMSG | MIDI bus that contains the full MIDI message |
| π | BOOLEAN | The state of the note -- either `ON` or `OFF` |
| CHAN | INT | MIDI channel sent in the MIDI message |
| ποΈ | INT | The control number sent in the MIDI message |
| πΆ | INT | Note value (0-127) sent in the MIDI message |
| VAL | FLOAT | If this was a control messge, the control value (0-127) sent in the MIDI message |
| 0-1 | FLOAT | If this was a control messge, the control value normalized to 0-1 |