C# Class NScumm.Core.Audio.SoftSynth.MidiDriver_TOWNS

Inheritance: MidiDriver, ITownsAudioInterfacePluginDriver
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
AllocateChannel ( ) : MidiChannel
AllocateOutputChannel ( int pri ) : TownsMidiOutputChannel
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

Method Details

AllocateChannel() public méthode

public AllocateChannel ( ) : MidiChannel
Résultat MidiChannel

AllocateOutputChannel() public méthode

public AllocateOutputChannel ( int pri ) : TownsMidiOutputChannel
pri int
Résultat TownsMidiOutputChannel

GetPercussionChannel() public méthode

public GetPercussionChannel ( ) : MidiChannel
Résultat MidiChannel

MidiDriver_TOWNS() public méthode

public MidiDriver_TOWNS ( IMixer mixer ) : System.Diagnostics
mixer IMixer
Résultat System.Diagnostics

Open() public méthode

public Open ( ) : MidiDriverError
Résultat MidiDriverError

Property() public méthode

public Property ( int prop, int param ) : int
prop int
param int
Résultat int

RandomValue() public méthode

public RandomValue ( int para ) : int
para int
Résultat int

Send() public méthode

public Send ( int b ) : void
b int
Résultat void

SetTimerCallback() public méthode

public SetTimerCallback ( object timerParam, MidiDriver timerProc ) : void
timerParam object
timerProc MidiDriver
Résultat void

TimerCallback() public méthode

public TimerCallback ( int timerId ) : void
timerId int
Résultat void

UpdateOutputChannels() public méthode

public UpdateOutputChannels ( ) : void
Résultat void

UpdateParser() public méthode

public UpdateParser ( ) : void
Résultat void