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.
MIDI Device Connections
VRChat attempts to connect to all available MIDI devices on your PC.
Component Field Name | Purpose |
---|---|
Channel | The channel to listen on, set by your MIDI device. Channels range from Ch_1 to Ch_16. |
Note | The musical note to listen for. |
On Note On | The Trigger and Action/RPC to send when the note is pressed down. |
On Note Off | The Trigger and Action/RPC to send when the note is released. |
Updated about 1 year ago