Свойство | Тип | Описание | |
---|---|---|---|
_channel_volume | ushort[] | ||
_channel_volume_eff | ushort[] | ||
_cmd_queue | NScumm.Scumm.Audio.IMuse.CommandQueue[] | ||
_deferredCommands | NScumm.Scumm.Audio.IMuse.DeferredCommand[] | ||
_enable_gs | bool | ||
_game_id | GameId | ||
_global_instruments | NScumm.Scumm.Audio.IMuse.Instrument[] | ||
_initialized | bool | ||
_master_volume | byte | ||
_midi_adlib | |||
_midi_native | |||
_music_volume | byte | ||
_mutex | object | ||
_native_mt32 | bool | ||
_parts | NScumm.Scumm.Audio.IMuse.Part[] | ||
_paused | bool | ||
_player_limit | int | ||
_players | Player[] | ||
_queue_adding | bool | ||
_queue_cleared | bool | ||
_queue_end | uint | ||
_queue_marker | byte | ||
_recycle_players | bool | ||
_snm_triggers | ImTrigger[] | ||
_timer_info_adlib | TimerCallbackInfo | ||
_timer_info_native | TimerCallbackInfo | ||
_trigger_count | ushort | ||
_volchan_table | ushort[] |
Метод | Описание | |
---|---|---|
AddSysexHandler ( byte mfgID, SysExFunc handler ) : void | ||
Create ( |
||
DoCommand ( int numargs, int args ) : int | ||
GetMusicTimer ( ) : int | ||
GetSoundActive ( int sound ) : bool | ||
GetSoundStatus ( int sound ) : int | ||
HandleMarker ( int id, int data ) : void | ||
IMuseInternal ( ) : System | ||
Pause ( bool paused ) : void | ||
Property ( ImuseProperty prop, uint value ) : uint | ||
SaveOrLoad ( |
||
SetGlobalInstrument ( byte slot, byte data ) : void | ||
SetMusicVolume ( int vol ) : void | ||
StartSound ( int sound ) : void | ||
StartSoundWithNoteOffset ( int sound, int offset ) : void | ||
StopAllSounds ( ) : void | ||
StopSound ( int sound ) : void |
Метод | Описание | |
---|---|---|
AddDeferredCommand ( int time, int a, int b, int c, int d, int e, int f ) : void | ||
AllocatePart ( byte pri, |
||
AllocatePlayer ( byte priority ) : |
||
ClearQueue ( ) : int | ||
CopyGlobalInstrument ( byte slot, |
||
DoCommandInternal ( int numargs, int a ) : int | ||
DoCommandInternal ( int a, int b, int c, int d, int e, int f, int g, int h ) : int | ||
EnqueueCommand ( int a, int b, int c, int d, int e, int f, int g ) : int | ||
EnqueueTrigger ( int sound, int marker ) : int | ||
FindActivePlayer ( int id ) : |
||
FindStartOfSound ( int sound, ChunkType ct = ChunkType.MThd|ChunkType.FORM ) : byte[] | ||
FixPartsAfterLoad ( ) : void | ||
FixPlayersAfterLoad ( ScummEngine scumm ) : void | ||
GetBestMidiDriver ( int sound ) : |
||
GetChannelVolume ( uint a ) : int | ||
GetQueueSoundStatus ( int sound ) : int | ||
GetSoundStatusInternal ( int sound, bool ignoreFadeouts ) : int | ||
GetVolchanEntry ( uint a ) : int | ||
HandleDeferredCommands ( |
||
ImClearTrigger ( int sound, int id ) : int | ||
ImFireAllTriggers ( int sound ) : int | ||
ImSetTrigger ( int sound, int id, int a, int b, int c, int d, int e, int f, int g, int h ) : int | ||
InitGM ( |
||
InitMT32 ( |
||
InitMidiDriver ( |
||
InitParts ( ) : void | ||
InitPlayers ( ) : void | ||
InitQueue ( ) : void | ||
Initialize ( |
||
IsMIDI ( int sound ) : bool | ||
IsMT32 ( int sound ) : bool | ||
MidiTimerCallback ( object data ) : void | ||
OnTimer ( |
||
QueryQueue ( int param ) : int | ||
ReallocateMidiChannels ( |
||
SequencerTimers ( |
||
SetChannelVolume ( uint chan, uint vol ) : int | ||
SetImuseMasterVolume ( uint vol ) : int | ||
SetVolchan ( int a, int b ) : int | ||
SetVolchanEntry ( int sound, uint volchan ) : int | ||
StartSoundInternal ( int sound, int offset ) : bool | ||
StopAllSoundsInternal ( ) : int | ||
StopSoundInternal ( int sound ) : int | ||
SupportsPercussion ( int sound ) : bool | ||
UpdateVolumes ( ) : void |
Метод | Описание | |
---|---|---|
IIMuse ( ) : int | ||
IIMuse ( |
||
IIMuse ( int id, int data ) : void |
protected AddDeferredCommand ( int time, int a, int b, int c, int d, int e, int f ) : void | ||
time | int | |
a | int | |
b | int | |
c | int | |
d | int | |
e | int | |
f | int | |
Результат | void |
public AddSysexHandler ( byte mfgID, SysExFunc handler ) : void | ||
mfgID | byte | |
handler | SysExFunc | |
Результат | void |
protected AllocatePart ( byte pri, |
||
pri | byte | |
midi | ||
Результат |
protected AllocatePlayer ( byte priority ) : |
||
priority | byte | |
Результат |
protected CopyGlobalInstrument ( byte slot, |
||
slot | byte | |
dest | ||
Результат | void |
public static Create ( |
||
nativeMidiDriver | ||
adlibMidiDriver | ||
Результат |
public DoCommand ( int numargs, int args ) : int | ||
numargs | int | |
args | int | |
Результат | int |
protected DoCommandInternal ( int numargs, int a ) : int | ||
numargs | int | |
a | int | |
Результат | int |
protected DoCommandInternal ( int a, int b, int c, int d, int e, int f, int g, int h ) : int | ||
a | int | |
b | int | |
c | int | |
d | int | |
e | int | |
f | int | |
g | int | |
h | int | |
Результат | int |
protected EnqueueCommand ( int a, int b, int c, int d, int e, int f, int g ) : int | ||
a | int | |
b | int | |
c | int | |
d | int | |
e | int | |
f | int | |
g | int | |
Результат | int |
protected EnqueueTrigger ( int sound, int marker ) : int | ||
sound | int | |
marker | int | |
Результат | int |
protected FindActivePlayer ( int id ) : |
||
id | int | |
Результат |
protected FindStartOfSound ( int sound, ChunkType ct = ChunkType.MThd|ChunkType.FORM ) : byte[] | ||
sound | int | |
ct | ChunkType | |
Результат | byte[] |
protected FixPlayersAfterLoad ( ScummEngine scumm ) : void | ||
scumm | ScummEngine | |
Результат | void |
protected GetBestMidiDriver ( int sound ) : |
||
sound | int | |
Результат |
protected GetChannelVolume ( uint a ) : int | ||
a | uint | |
Результат | int |
protected GetQueueSoundStatus ( int sound ) : int | ||
sound | int | |
Результат | int |
public GetSoundActive ( int sound ) : bool | ||
sound | int | |
Результат | bool |
protected GetSoundStatusInternal ( int sound, bool ignoreFadeouts ) : int | ||
sound | int | |
ignoreFadeouts | bool | |
Результат | int |
protected HandleDeferredCommands ( |
||
midi | ||
Результат | void |
public HandleMarker ( int id, int data ) : void | ||
id | int | |
data | int | |
Результат | void |
protected ImClearTrigger ( int sound, int id ) : int | ||
sound | int | |
id | int | |
Результат | int |
protected ImFireAllTriggers ( int sound ) : int | ||
sound | int | |
Результат | int |
protected ImSetTrigger ( int sound, int id, int a, int b, int c, int d, int e, int f, int g, int h ) : int | ||
sound | int | |
id | int | |
a | int | |
b | int | |
c | int | |
d | int | |
e | int | |
f | int | |
g | int | |
h | int | |
Результат | int |
protected InitGM ( |
||
midi | ||
Результат | void |
protected InitMT32 ( |
||
midi | ||
Результат | void |
protected InitMidiDriver ( |
||
info | ||
Результат | void |
protected Initialize ( |
||
nativeMidiDriver | ||
adlibMidiDriver | ||
Результат | int |
protected static MidiTimerCallback ( object data ) : void | ||
data | object | |
Результат | void |
protected OnTimer ( |
||
midi | ||
Результат | void |
public Property ( ImuseProperty prop, uint value ) : uint | ||
prop | ImuseProperty | |
value | uint | |
Результат | uint |
protected ReallocateMidiChannels ( |
||
midi | ||
Результат | void |
public SaveOrLoad ( |
||
ser | ||
Результат | void |
protected SequencerTimers ( |
||
midi | ||
Результат | void |
protected SetChannelVolume ( uint chan, uint vol ) : int | ||
chan | uint | |
vol | uint | |
Результат | int |
public SetGlobalInstrument ( byte slot, byte data ) : void | ||
slot | byte | |
data | byte | |
Результат | void |
protected SetImuseMasterVolume ( uint vol ) : int | ||
vol | uint | |
Результат | int |
protected SetVolchanEntry ( int sound, uint volchan ) : int | ||
sound | int | |
volchan | uint | |
Результат | int |
protected StartSoundInternal ( int sound, int offset ) : bool | ||
sound | int | |
offset | int | |
Результат | bool |
public StartSoundWithNoteOffset ( int sound, int offset ) : void | ||
sound | int | |
offset | int | |
Результат | void |
protected StopSoundInternal ( int sound ) : int | ||
sound | int | |
Результат | int |
protected SupportsPercussion ( int sound ) : bool | ||
sound | int | |
Результат | bool |
protected CommandQueue[],NScumm.Scumm.Audio.IMuse _cmd_queue | ||
Результат | NScumm.Scumm.Audio.IMuse.CommandQueue[] |
protected DeferredCommand[],NScumm.Scumm.Audio.IMuse _deferredCommands | ||
Результат | NScumm.Scumm.Audio.IMuse.DeferredCommand[] |
protected Instrument[],NScumm.Scumm.Audio.IMuse _global_instruments | ||
Результат | NScumm.Scumm.Audio.IMuse.Instrument[] |
protected MidiDriver,NScumm.Core.Audio _midi_adlib | ||
Результат |
protected MidiDriver,NScumm.Core.Audio _midi_native | ||
Результат |
protected Part[],NScumm.Scumm.Audio.IMuse _parts | ||
Результат | NScumm.Scumm.Audio.IMuse.Part[] |
protected TimerCallbackInfo _timer_info_adlib | ||
Результат | TimerCallbackInfo |
protected TimerCallbackInfo _timer_info_native | ||
Результат | TimerCallbackInfo |