Property | Type | Description | |
---|---|---|---|
ProcessEvent | bool |
Method | Description | |
---|---|---|
CreateRO ( ) : |
||
CreateSmfParser ( ) : |
||
CreateXMidiParser ( ) : |
||
JumpToTick ( uint tick, bool fireEvents = false, bool stopNotes = true, bool dontSendNoteOn = false ) : bool | ||
LoadMusic ( byte data ) : void | ||
OnTimer ( ) : void | ||
Property ( MidiParserProperty prop, int value ) : void | ||
StopPlaying ( ) : void | ||
UnloadMusic ( ) : void |
Method | Description | |
---|---|---|
ActiveNote ( int channel, int note, bool active ) : void | ||
AllNotesOff ( ) : void | ||
HangAllActiveNotes ( ) : void | ||
HangingNote ( int channel, int note, int timeLeft, bool recycle = true ) : void | ||
MidiParser ( ) : System.IO | ||
ParseNextEvent ( |
||
ReadVLQ ( Stream input ) : int | ||
ResetTracking ( ) : void | ||
SendToDriver ( int data ) : void | ||
SendToDriver ( int status, int firstOp, int secondOp ) : void |
Method | Description | |
---|---|---|
ProcessEvent ( |
protected ActiveNote ( int channel, int note, bool active ) : void | ||
channel | int | |
note | int | |
active | bool | |
return | void |
public static CreateSmfParser ( ) : |
||
return |
public static CreateXMidiParser ( ) : |
||
return |
protected HangingNote ( int channel, int note, int timeLeft, bool recycle = true ) : void | ||
channel | int | |
note | int | |
timeLeft | int | |
recycle | bool | |
return | void |
public JumpToTick ( uint tick, bool fireEvents = false, bool stopNotes = true, bool dontSendNoteOn = false ) : bool | ||
tick | uint | |
fireEvents | bool | |
stopNotes | bool | |
dontSendNoteOn | bool | |
return | bool |
public abstract LoadMusic ( byte data ) : void | ||
data | byte | |
return | void |
protected abstract ParseNextEvent ( |
||
info | ||
return | void |
public Property ( MidiParserProperty prop, int value ) : void | ||
prop | MidiParserProperty | |
value | int | |
return | void |
protected static ReadVLQ ( Stream input ) : int | ||
input | Stream | |
return | int |
protected SendToDriver ( int status, int firstOp, int secondOp ) : void | ||
status | int | |
firstOp | int | |
secondOp | int | |
return | void |