Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
HandleEndOfTrack ( |
||
IncrementSampleCounter ( int amount ) : void | ||
LoadMidi ( |
||
LoadMidi ( string file, bool UnloadUnusedInstruments ) : bool | ||
MidiSequencer ( |
||
MuteAllChannels ( ) : void | ||
MuteChannel ( int channel ) : void | ||
Pause ( bool immediate ) : void | ||
Play ( ) : void | ||
Process ( int frame ) : CSharpSynth.Sequencer.MidiSequencerEvent | ||
ProcessMidiEvent ( |
||
ProcessSysExEvent ( |
||
ResetControllers ( ) : void | ||
SeekToFirstNote ( ) : void | ||
Stop ( bool immediate ) : void | ||
SwitchSection ( int trackIndex, |
||
UnMuteAllChannels ( ) : void | ||
UnMuteChannel ( int channel ) : void | ||
getProgramIndex ( int channel ) : int | ||
getProgramName ( int channel ) : string | ||
isChannelMuted ( int channel ) : bool | ||
setProgram ( int channel, int program ) : void |
Méthode | Description | |
---|---|---|
DeltaTimetoSamples ( uint DeltaTime ) : int | ||
SetTime ( System.TimeSpan time ) : void | ||
SilentProcess ( int amount ) : void |
public HandleEndOfTrack ( |
||
synth | ||
Résultat | bool |
public IncrementSampleCounter ( int amount ) : void | ||
amount | int | |
Résultat | void |
public LoadMidi ( |
||
midi | ||
UnloadUnusedInstruments | bool | |
Résultat | bool |
public LoadMidi ( string file, bool UnloadUnusedInstruments ) : bool | ||
file | string | |
UnloadUnusedInstruments | bool | |
Résultat | bool |
public MidiSequencer ( |
||
synth | ||
Résultat | System |
public Process ( int frame ) : CSharpSynth.Sequencer.MidiSequencerEvent | ||
frame | int | |
Résultat | CSharpSynth.Sequencer.MidiSequencerEvent |
public ProcessMidiEvent ( |
||
midiEvent | ||
Résultat | bool |
public ProcessSysExEvent ( |
||
midiEvent | ||
Résultat | bool |
public SwitchSection ( int trackIndex, |
||
trackIndex | int | |
section | ||
offset | float | |
Résultat | void |
public UnMuteChannel ( int channel ) : void | ||
channel | int | |
Résultat | void |
public getProgramIndex ( int channel ) : int | ||
channel | int | |
Résultat | int |
public getProgramName ( int channel ) : string | ||
channel | int | |
Résultat | string |
public isChannelMuted ( int channel ) : bool | ||
channel | int | |
Résultat | bool |
public setProgram ( int channel, int program ) : void | ||
channel | int | |
program | int | |
Résultat | void |