Property | Type | Description | |
---|---|---|---|
log | Logger |
Method | Description | |
---|---|---|
MidiOutput ( string deviceName = null, bool ignoreMissingDevice = false, [ name = "" ) : System | ||
Send ( int midiChannel, int controller, byte value ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
outputDevice_Error ( object sender, Sanford e ) : void |
public MidiOutput ( string deviceName = null, bool ignoreMissingDevice = false, [ name = "" ) : System | ||
deviceName | string | |
ignoreMissingDevice | bool | |
name | [ | |
return | System |
public Send ( int midiChannel, int controller, byte value ) : void | ||
midiChannel | int | |
controller | int | |
value | byte | |
return | void |