Method | Description | |
---|---|---|
AddFinishedListener ( System.Action listener ) : void | ||
FillMidiEventQueue ( ) : void | ||
IsChannelMuted ( int channel ) : bool | ||
LoadMidi ( AlphaSynth.Midi.MidiFile midiFile ) : bool | ||
MidiFileSequencer ( |
||
MillisToTicks ( int time ) : int | ||
MuteAllChannels ( ) : void | ||
Pause ( ) : void | ||
Play ( ) : void | ||
Seek ( int milliseconds ) : void | ||
SetMute ( int channel, bool muteValue ) : void | ||
Stop ( ) : void | ||
TicksToMillis ( int ticks ) : int | ||
UnMuteAllChannels ( ) : void | ||
UnloadMidi ( ) : bool |
Method | Description | |
---|---|---|
FireFinished ( ) : void | ||
IsTempoMessage ( MidiEventTypeEnum command, int data1 ) : bool | ||
LoadMidiFile ( AlphaSynth.Midi.MidiFile midiFile ) : void | ||
MidiEventProcessed ( AlphaSynth.Midi.Event.MidiEvent midiEvent ) : void | ||
SilentProcess ( int amount ) : void |
public AddFinishedListener ( System.Action listener ) : void | ||
listener | System.Action | |
return | void |
public LoadMidi ( AlphaSynth.Midi.MidiFile midiFile ) : bool | ||
midiFile | AlphaSynth.Midi.MidiFile | |
return | bool |
public MidiFileSequencer ( |
||
synth | ||
return | System |
public SetMute ( int channel, bool muteValue ) : void | ||
channel | int | |
muteValue | bool | |
return | void |