|
VRC SDK
This project aims to completely document the VRChat Unity SDK
|
This is not documented properly yet More...


Public Types | |
| enum | Channel : Enum |
| The MIDI channel. More... | |
| enum | Note : Enum |
| The MIDI note. 0-127 range number for the note played. More... | |
Public Member Functions | |
| delegate void | InitializationDelegate (VRC_MidiNoteIn obj) |
Public Attributes | |
| Channel | channel |
| This is not documented properly yet More... | |
| Note | note |
| This is not documented properly yet More... | |
| VRC_Trigger.CustomTriggerTarget | OnNoteOn |
| This is not documented properly yet More... | |
| VRC_Trigger.CustomTriggerTarget | OnNoteOff |
| This is not documented properly yet More... | |
Static Public Attributes | |
| static InitializationDelegate | Initialize |
Private Member Functions | |
| void | Awake () |
| void | Start () |
| void | Update () |
This is not documented properly yet
<incomplete >
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 4085 of file VRCSDKBase.cs.
| enum VRC.SDKBase.VRC_MidiNoteIn.Channel : Enum |
The MIDI channel.
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 4093 of file VRCSDKBase.cs.
| enum VRC.SDKBase.VRC_MidiNoteIn.Note : Enum |
The MIDI note. 0-127 range number for the note played.
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 4190 of file VRCSDKBase.cs.
|
private |
Definition at line 4663 of file VRCSDKBase.cs.
| delegate void VRC.SDKBase.VRC_MidiNoteIn.InitializationDelegate | ( | VRC_MidiNoteIn | obj | ) |
|
private |
Definition at line 4671 of file VRCSDKBase.cs.
|
private |
Definition at line 4675 of file VRCSDKBase.cs.
| Channel VRC.SDKBase.VRC_MidiNoteIn.channel |
This is not documented properly yet
<incomplete >
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 4641 of file VRCSDKBase.cs.
|
static |
Definition at line 4661 of file VRCSDKBase.cs.
| Note VRC.SDKBase.VRC_MidiNoteIn.note |
This is not documented properly yet
<incomplete >
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 4647 of file VRCSDKBase.cs.
| VRC_Trigger.CustomTriggerTarget VRC.SDKBase.VRC_MidiNoteIn.OnNoteOff |
This is not documented properly yet
<incomplete >
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 4659 of file VRCSDKBase.cs.
| VRC_Trigger.CustomTriggerTarget VRC.SDKBase.VRC_MidiNoteIn.OnNoteOn |
This is not documented properly yet
<incomplete >
Check the VRChat documentation for more information.
Docs generated by the VRChat SDK Documentation Project.
Definition at line 4653 of file VRCSDKBase.cs.