Method | Description | |
---|---|---|
AssignChannel ( int chan, int tableEntry ) : int | ||
ChanVolume ( int chan, int vol ) : void | ||
ConfigChanAdjustVolume ( int tableEntry, int val ) : int | ||
ConfigChanEnable ( int tableEntry, int val ) : int | ||
ConfigChanRemap ( int tableEntry, int val ) : int | ||
ConfigChanSetMode ( int tableEntry, int val ) : int | ||
ConfigChanSetTranspose ( int tableEntry, int val ) : int | ||
ContinueParsing ( ) : void | ||
FlushEventBuffer ( ) : void | ||
Init ( ) : bool | ||
JumpNextLoop ( ) : void | ||
LoadInstrument ( int chanType, int id, byte data, int offset ) : void | ||
PlaySoundEffect ( int chan, byte note, byte velo, byte data ) : void | ||
ProcessBufferNote ( int mode, int evt, int note, int velo ) : void | ||
ReserveSoundEffectChannels ( int num ) : void | ||
Reset ( ) : void | ||
ResetControl ( ) : void | ||
ResetControlIntern ( int mode, int chan ) : void | ||
ResetTables ( ) : void | ||
ResetTempo ( ) : void | ||
SendAllNotesOff ( ) : void | ||
SendChanVolume ( ) : void | ||
SendEvent ( int mode, int command ) : void | ||
SendNoteOff ( ) : void | ||
SendNoteOn ( ) : void | ||
SendPanPosition ( ) : void | ||
SendPitch ( ) : void | ||
SendSetInstrument ( ) : void | ||
SetMusicLoop ( bool loop ) : void | ||
SetMusicTempo ( int tempo ) : int | ||
SetMusicVolume ( int volume ) : void | ||
SetTempoIntern ( int tempo ) : void | ||
SetTimerA ( bool enable, int tempo ) : void | ||
SetTimerB ( bool enable, int tempo ) : void | ||
SoundEffectIsPlaying ( int chan ) : bool | ||
StartMusicTrack ( byte data, int offset, int trackSize, int startTick ) : int | ||
StopParser ( ) : void | ||
StopSoundEffect ( int chan ) : void | ||
TimerCallback ( int timerId ) : void | ||
TownsEuphonyDriver ( IMixer mixer ) : System | ||
UpdateCheckEot ( ) : void | ||
UpdateEventBuffer ( ) : void | ||
UpdateParser ( ) : void | ||
UpdatePulseCount ( ) : void | ||
UpdateTimeStampBase ( ) : void |
Method | Description | |
---|---|---|
AppendEvent ( byte evt, byte chan ) : byte | ||
ApplyTranspose ( byte @in ) : byte | ||
ApplyVolumeAdjust ( byte @in ) : byte | ||
ParseNext ( ) : bool | ||
evtAdvanceTimestampOffset ( ) : bool | ||
evtControlPitch ( ) : bool | ||
evtInstrumentChanAftertouch ( ) : bool | ||
evtLoadInstrument ( ) : bool | ||
evtModeOrdrChange ( ) : bool | ||
evtNotImpl ( ) : bool | ||
evtPolyphonicAftertouch ( ) : bool | ||
evtSetupNote ( ) : bool | ||
evtTempo ( ) : bool |
public AssignChannel ( int chan, int tableEntry ) : int | ||
chan | int | |
tableEntry | int | |
return | int |
public ChanVolume ( int chan, int vol ) : void | ||
chan | int | |
vol | int | |
return | void |
public ConfigChanAdjustVolume ( int tableEntry, int val ) : int | ||
tableEntry | int | |
val | int | |
return | int |
public ConfigChanEnable ( int tableEntry, int val ) : int | ||
tableEntry | int | |
val | int | |
return | int |
public ConfigChanRemap ( int tableEntry, int val ) : int | ||
tableEntry | int | |
val | int | |
return | int |
public ConfigChanSetMode ( int tableEntry, int val ) : int | ||
tableEntry | int | |
val | int | |
return | int |
public ConfigChanSetTranspose ( int tableEntry, int val ) : int | ||
tableEntry | int | |
val | int | |
return | int |
public LoadInstrument ( int chanType, int id, byte data, int offset ) : void | ||
chanType | int | |
id | int | |
data | byte | |
offset | int | |
return | void |
public PlaySoundEffect ( int chan, byte note, byte velo, byte data ) : void | ||
chan | int | |
note | byte | |
velo | byte | |
data | byte | |
return | void |
public ProcessBufferNote ( int mode, int evt, int note, int velo ) : void | ||
mode | int | |
evt | int | |
note | int | |
velo | int | |
return | void |
public ReserveSoundEffectChannels ( int num ) : void | ||
num | int | |
return | void |
public ResetControlIntern ( int mode, int chan ) : void | ||
mode | int | |
chan | int | |
return | void |
public SendEvent ( int mode, int command ) : void | ||
mode | int | |
command | int | |
return | void |
public SetTimerA ( bool enable, int tempo ) : void | ||
enable | bool | |
tempo | int | |
return | void |
public SetTimerB ( bool enable, int tempo ) : void | ||
enable | bool | |
tempo | int | |
return | void |
public SoundEffectIsPlaying ( int chan ) : bool | ||
chan | int | |
return | bool |
public StartMusicTrack ( byte data, int offset, int trackSize, int startTick ) : int | ||
data | byte | |
offset | int | |
trackSize | int | |
startTick | int | |
return | int |
public TownsEuphonyDriver ( IMixer mixer ) : System | ||
mixer | IMixer | |
return | System |