VRC SDK
This project aims to completely document the VRChat Unity SDK
Loading...
Searching...
No Matches
VRC.SDKBase.Midi.IVRCMidiInput Interface Reference

Public Member Functions

bool OpenDevice (string name)
 
void Close ()
 
void Update ()
 
IEnumerable< string > GetDeviceNames ()
 

Properties

string Name [get]
 

Events

MidiVoiceMessageDelegate OnMidiVoiceMessage
 

Detailed Description

Definition at line 15716 of file VRCSDKBase.cs.

Member Function Documentation

◆ Close()

void VRC.SDKBase.Midi.IVRCMidiInput.Close ( )
Here is the caller graph for this function:

◆ GetDeviceNames()

IEnumerable< string > VRC.SDKBase.Midi.IVRCMidiInput.GetDeviceNames ( )

◆ OpenDevice()

bool VRC.SDKBase.Midi.IVRCMidiInput.OpenDevice ( string  name)

◆ Update()

void VRC.SDKBase.Midi.IVRCMidiInput.Update ( )
Here is the caller graph for this function:

Property Documentation

◆ Name

string VRC.SDKBase.Midi.IVRCMidiInput.Name
get

Definition at line 15718 of file VRCSDKBase.cs.

Event Documentation

◆ OnMidiVoiceMessage

MidiVoiceMessageDelegate VRC.SDKBase.Midi.IVRCMidiInput.OnMidiVoiceMessage

Definition at line 15720 of file VRCSDKBase.cs.


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