VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.VRC_MidiNoteIn Class Reference

This is not documented properly yet More...

Inheritance diagram for VRC.SDKBase.VRC_MidiNoteIn:
Collaboration diagram for VRC.SDKBase.VRC_MidiNoteIn:

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 ()
 

Detailed Description

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.

Member Enumeration Documentation

◆ Channel

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.

◆ Note

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.

Member Function Documentation

◆ Awake()

void VRC.SDKBase.VRC_MidiNoteIn.Awake ( )
private

Definition at line 4663 of file VRCSDKBase.cs.

◆ InitializationDelegate()

delegate void VRC.SDKBase.VRC_MidiNoteIn.InitializationDelegate ( VRC_MidiNoteIn  obj)

◆ Start()

void VRC.SDKBase.VRC_MidiNoteIn.Start ( )
private

Definition at line 4671 of file VRCSDKBase.cs.

◆ Update()

void VRC.SDKBase.VRC_MidiNoteIn.Update ( )
private

Definition at line 4675 of file VRCSDKBase.cs.

Member Data Documentation

◆ channel

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.

◆ Initialize

InitializationDelegate VRC.SDKBase.VRC_MidiNoteIn.Initialize
static

Definition at line 4661 of file VRCSDKBase.cs.

◆ note

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.

◆ OnNoteOff

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.

◆ OnNoteOn

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.


The documentation for this class was generated from the following file: