VRC_MidiNoteIn

🚧

Deprecated

This component is deprecated. It is not available in the latest VRChat SDK, and is either non-functional, or will no longer receive updates. It may be removed at a later date.

Note: For SDK3, you can use Midi in Udon!

Use this component to interact with Triggers in your world using a MIDI device.

Fires when a Note message is received on a MIDI device.

482

📘

MIDI Device Connections

VRChat attempts to connect to all available MIDI devices on your PC.

Component Field NamePurpose
ChannelThe channel to listen on, set by your MIDI device. Channels range from Ch_1 to Ch_16.
NoteThe musical note to listen for.
On Note OnThe Trigger and Action/RPC to send when the note is pressed down.
On Note OffThe Trigger and Action/RPC to send when the note is released.