VRC SDK
This project aims to completely document the VRChat Unity SDK
|
Public Member Functions | |
bool | OpenDevice (string name) |
void | Close () |
void | Update () |
IEnumerable< string > | GetDeviceNames () |
Properties | |
string | Name [get] |
Events | |
MidiVoiceMessageDelegate | OnMidiVoiceMessage |
Definition at line 15716 of file VRCSDKBase.cs.
void VRC.SDKBase.Midi.IVRCMidiInput.Close | ( | ) |
IEnumerable< string > VRC.SDKBase.Midi.IVRCMidiInput.GetDeviceNames | ( | ) |
bool VRC.SDKBase.Midi.IVRCMidiInput.OpenDevice | ( | string | name | ) |
void VRC.SDKBase.Midi.IVRCMidiInput.Update | ( | ) |
|
get |
Definition at line 15718 of file VRCSDKBase.cs.
MidiVoiceMessageDelegate VRC.SDKBase.Midi.IVRCMidiInput.OnMidiVoiceMessage |
Definition at line 15720 of file VRCSDKBase.cs.