C# 클래스 NScumm.Core.Audio.SoftSynth.MidiDriver_TOWNS

상속: MidiDriver, ITownsAudioInterfacePluginDriver
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AllocateChannel() 공개 메소드

public AllocateChannel ( ) : MidiChannel
리턴 MidiChannel

AllocateOutputChannel() 공개 메소드

public AllocateOutputChannel ( int pri ) : TownsMidiOutputChannel
pri int
리턴 TownsMidiOutputChannel

GetPercussionChannel() 공개 메소드

public GetPercussionChannel ( ) : MidiChannel
리턴 MidiChannel

MidiDriver_TOWNS() 공개 메소드

public MidiDriver_TOWNS ( IMixer mixer ) : System.Diagnostics
mixer IMixer
리턴 System.Diagnostics

Open() 공개 메소드

public Open ( ) : MidiDriverError
리턴 MidiDriverError

Property() 공개 메소드

public Property ( int prop, int param ) : int
prop int
param int
리턴 int

RandomValue() 공개 메소드

public RandomValue ( int para ) : int
para int
리턴 int

Send() 공개 메소드

public Send ( int b ) : void
b int
리턴 void

SetTimerCallback() 공개 메소드

public SetTimerCallback ( object timerParam, MidiDriver timerProc ) : void
timerParam object
timerProc MidiDriver
리턴 void

TimerCallback() 공개 메소드

public TimerCallback ( int timerId ) : void
timerId int
리턴 void

UpdateOutputChannels() 공개 메소드

public UpdateOutputChannels ( ) : void
리턴 void

UpdateParser() 공개 메소드

public UpdateParser ( ) : void
리턴 void