VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.Midi.MidiVoiceEventArgs Struct Reference
Inheritance diagram for VRC.SDKBase.Midi.MidiVoiceEventArgs:
Collaboration diagram for VRC.SDKBase.Midi.MidiVoiceEventArgs:

Public Member Functions

 MidiVoiceEventArgs (int command, int channel, byte number, byte value)
 

Public Attributes

readonly int command
 
readonly int channel
 
readonly int number
 
readonly int value
 

Detailed Description

Definition at line 15745 of file VRCSDKBase.cs.

Constructor & Destructor Documentation

◆ MidiVoiceEventArgs()

VRC.SDKBase.Midi.MidiVoiceEventArgs.MidiVoiceEventArgs ( int  command,
int  channel,
byte  number,
byte  value 
)

Definition at line 15755 of file VRCSDKBase.cs.

Member Data Documentation

◆ channel

readonly int VRC.SDKBase.Midi.MidiVoiceEventArgs.channel

Definition at line 15749 of file VRCSDKBase.cs.

◆ command

readonly int VRC.SDKBase.Midi.MidiVoiceEventArgs.command

Definition at line 15747 of file VRCSDKBase.cs.

◆ number

readonly int VRC.SDKBase.Midi.MidiVoiceEventArgs.number

Definition at line 15751 of file VRCSDKBase.cs.

◆ value

readonly int VRC.SDKBase.Midi.MidiVoiceEventArgs.value

Definition at line 15753 of file VRCSDKBase.cs.


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