ComfyUI Node
MIDI READER (JOV) ๐น
Captures MIDI messages from an external MIDI device or controller. It monitors MIDI input and provides information about the received MIDI messages, including whether a note is being played, the MIDI channel, control number, note number, value, and a normalized value. This node is essential for integrating MIDI control into various applications, such as music production, live performances, and interactive installations.
MIDI READER (JOV) ๐น
- ๐๏ธ
- ๐
- CHAN
- ๐๏ธ
- ๐ถ
- VAL
- 0-1
โ๐โพโบ
CategoryJOVIMETRIX ๐บ๐ฉ๐ต/DEVICE
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| ๐opt | COMBO | Device |
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 |