MidiSendRawByName

C# Methods Reference

Signature

public void MidiSendRawByName(string name, int command, int channel, int data1, int data2)

Parameters

name
string required
command
int required
channel
int required
data1
int required
data2
int required

No description provided.

Return Type

void

Example

CPH.MidiSendRawByName(name, command, channel, data1, data2);