Property | Type | Description | |
---|---|---|---|
bankPath | string | ||
gain | float | ||
midiFile | |||
sampleBufferSize | int |
Method | Description | |
---|---|---|
PauseSequence ( ) : void | ||
Play ( |
||
StartMidi ( |
||
UnpauseSequence ( ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
HandleMidiEvent ( |
||
HandleNoteOff ( int channel, int note ) : void | ||
HandleNoteOn ( int channel, int note, int velocity ) : void | ||
OnAudioFilterRead ( float data, int channels ) : void | ||
TriggerMidiEvent ( |
||
TriggerNoteOff ( int channel, int note ) : void | ||
TriggerNoteOn ( int channel, int note, int velocity ) : void | ||
Update ( ) : void |
public Play ( |
||
midiFile | ||
return | void |
public StartMidi ( |
||
midiFile | ||
return | void |