Method |
Description |
|
AdlibGetRegValue ( byte reg ) : byte |
|
|
AdlibGetRegValueParam ( int chan, byte param ) : int |
|
|
AdlibKeyOff ( int chan ) : void |
|
|
AdlibKeyOnOff ( int channel ) : void |
|
|
AdlibNoteOn ( int chan, byte note, int mod ) : void |
|
|
AdlibNoteOnEx ( int chan, byte note, int mod ) : void |
|
|
AdlibPlayNote ( int channel, int note ) : void |
|
|
AdlibSetParam ( int channel, byte param, int value, bool primary = true ) : void |
|
|
AdlibSetupChannel ( int chan, AdLibInstrument instr, byte vol1, byte vol2 ) : void |
|
|
AdlibWrite ( byte reg, byte value ) : void |
|
|
AllocateVoice ( byte pri ) : AdLibVoice |
|
|
Close ( ) : void |
|
|
CreateLookupTable ( ) : ].byte[ |
|
|
LinkMc ( AdLibPart part, AdLibVoice voice ) : void |
|
|
LookupVolume ( int a, int b ) : int |
|
|
McIncStuff ( AdLibVoice voice, Struct10 s10, Struct11 s11 ) : void |
|
|
McInitStuff ( AdLibVoice voice, Struct10 s10, Struct11 s11, byte flags, InstrumentExtra ie ) : void |
|
|
McKeyOn ( AdLibVoice voice, AdLibInstrument instr, byte note, byte velocity, AdLibInstrument second, byte pan ) : void |
|
|
McOff ( AdLibVoice voice ) : void |
|
|
PartKeyOff ( AdLibPart part, byte note ) : void |
|
|
PartKeyOn ( AdLibPart part, AdLibInstrument instr, byte note, byte velocity, AdLibInstrument second, byte pan ) : void |
|
|
RandomNr ( int a ) : int |
|
|
SetPitchBendRange ( byte channel, uint range ) : void |
|
|
Struct10Init ( Struct10 s10, InstrumentExtra ie ) : void |
|
|
Struct10OnTimer ( Struct10 s10, Struct11 s11 ) : byte |
|
|
Struct10Setup ( Struct10 s10 ) : void |
|
|