Method | Description | |
---|---|---|
Allocate ( ) : bool | ||
ControlChange ( byte control, byte value ) : void | ||
Init ( |
||
NoteOff ( byte note ) : void | ||
NoteOn ( byte note, byte velocity ) : void | ||
PitchBend ( short bend ) : void | ||
PitchBendFactor ( byte value ) : void | ||
Priority ( byte value ) : void | ||
ProgramChange ( byte program ) : void | ||
Release ( ) : void | ||
Send ( uint b ) : void | ||
SysExCustomInstrument ( uint type, byte instr ) : void |
public ControlChange ( byte control, byte value ) : void | ||
control | byte | |
value | byte | |
return | void |
public Init ( |
||
owner | ||
channel | int | |
return | void |
public NoteOn ( byte note, byte velocity ) : void | ||
note | byte | |
velocity | byte | |
return | void |
public SysExCustomInstrument ( uint type, byte instr ) : void | ||
type | uint | |
instr | byte | |
return | void |