Method | Description | |
---|---|---|
Close ( ) : void | ||
MidiOutDevice ( uint device_id ) : System | ||
Play ( byte channel, byte note, byte velocity ) : void | ||
ProgramChange ( byte channel, byte program ) : void | ||
SendData ( byte data ) : void |
Method | Description | |
---|---|---|
SendLong ( byte data ) : void | ||
SendShort ( byte data ) : void |
public MidiOutDevice ( uint device_id ) : System | ||
device_id | uint | |
return | System |
public Play ( byte channel, byte note, byte velocity ) : void | ||
channel | byte | |
note | byte | |
velocity | byte | |
return | void |
public ProgramChange ( byte channel, byte program ) : void | ||
channel | byte | |
program | byte | |
return | void |