Method | Description | |
---|---|---|
AllocateChannel ( ) : MidiChannel | ||
AllocateOutputChannel ( int pri ) : |
||
GetPercussionChannel ( ) : MidiChannel | ||
MidiDriver_TOWNS ( IMixer mixer ) : System.Diagnostics | ||
Open ( ) : MidiDriverError | ||
Property ( int prop, int param ) : int | ||
RandomValue ( int para ) : int | ||
Send ( int b ) : void | ||
SetTimerCallback ( object timerParam, MidiDriver timerProc ) : void | ||
TimerCallback ( int timerId ) : void | ||
UpdateOutputChannels ( ) : void | ||
UpdateParser ( ) : void |
public AllocateOutputChannel ( int pri ) : |
||
pri | int | |
return |
public GetPercussionChannel ( ) : MidiChannel | ||
return | MidiChannel |
public MidiDriver_TOWNS ( IMixer mixer ) : System.Diagnostics | ||
mixer | IMixer | |
return | System.Diagnostics |
public Property ( int prop, int param ) : int | ||
prop | int | |
param | int | |
return | int |
public SetTimerCallback ( object timerParam, MidiDriver timerProc ) : void | ||
timerParam | object | |
timerProc | MidiDriver | |
return | void |