Home
last modified time | relevance | path

Searched refs:_musicType (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/reminiscence/REminiscence-0.4.9/
H A Dmixer.cpp12 : _stub(stub), _musicType(MT_NONE), _cpc(this, fs), _mod(this, fs), _ogg(this, fs), _sfx(this) { in Mixer()
101 _backgroundMusicType = _musicType = MT_OGG; in playMusic()
106 _backgroundMusicType = _musicType = MT_CPC; in playMusic()
111 …if ((_musicType == MT_OGG || _musicType == MT_CPC) && isMusicSfx(num)) { // do not play level acti… in playMusic()
117 _musicType = MT_SFX; in playMusic()
122 _musicType = MT_MOD; in playMusic()
129 switch (_musicType) { in stopMusic()
145 _musicType = MT_NONE; in stopMusic()
150 _musicType = MT_OGG; in stopMusic()
154 _musicType = MT_CPC; in stopMusic()
H A Dmixer.h69 MusicType _musicType; member
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dmusic.cpp224 _musicType = MT_NULL; in Music()
246 _musicType = MidiDriver::getMusicType(dev); in Music()
248 switch (_musicType) { in Music()
258 _musicType = MT_MT32; in Music()
271 _musicType = MidiDriver::getMusicType(dev); in Music()
273 switch (_musicType) { in Music()
287 _musicType = MT_MT32; in Music()
290 _musicType = MT_GM; in Music()
309 if (_musicType == MT_MT32) { in Music()
460 switch (_musicType) { in playMusic()
H A Dmusic.h67 MusicType _musicType; variable
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dmusic.cpp224 _musicType = MT_NULL; in Music()
246 _musicType = MidiDriver::getMusicType(dev); in Music()
248 switch (_musicType) { in Music()
258 _musicType = MT_MT32; in Music()
271 _musicType = MidiDriver::getMusicType(dev); in Music()
273 switch (_musicType) { in Music()
287 _musicType = MT_MT32; in Music()
290 _musicType = MT_GM; in Music()
309 if (_musicType == MT_MT32) { in Music()
460 switch (_musicType) { in playMusic()
H A Dmusic.h67 MusicType _musicType; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dscumm.cpp1840 _sound->_musicType = MDT_NONE; in setupMusic()
1843 _sound->_musicType = MDT_AMIGA; in setupMusic()
1846 _sound->_musicType = MDT_PCSPK; in setupMusic()
1849 _sound->_musicType = MDT_PCJR; in setupMusic()
1852 _sound->_musicType = MDT_CMS; in setupMusic()
1855 _sound->_musicType = MDT_TOWNS; in setupMusic()
1858 _sound->_musicType = MDT_ADLIB; in setupMusic()
1861 _sound->_musicType = MDT_C64; in setupMusic()
1867 _sound->_musicType = MDT_MIDI; in setupMusic()
1916 …if (_sound->_musicType == MDT_ADLIB || _sound->_musicType == MDT_PCSPK || _sound->_musicType == MD… in setupMusic()
[all …]
H A Dsound.cpp89 _musicType = MDT_NONE; in Sound()
1168 if (_sound->_musicType != MDT_PCSPK && _sound->_musicType != MDT_PCJR) { in readSoundResource()
1192 if (_sound->_musicType == MDT_ADLIB || _sound->_musicType == MDT_TOWNS) in readSoundResource()
1211 if (_sound->_musicType == MDT_PCSPK || _sound->_musicType == MDT_PCJR) in readSoundResource()
1219 if ((_sound->_musicType == MDT_PCSPK || _sound->_musicType == MDT_PCJR) && pri != 11) in readSoundResource()
1234 if ((_sound->_musicType == MDT_ADLIB || _sound->_musicType == MDT_TOWNS) && pri != 16 in readSoundResource()
1961 if ((_sound->_musicType == MDT_PCSPK || _sound->_musicType == MDT_PCJR) && wa_offs != 0) { in readSoundResourceSmallHeader()
1970 } else if (_sound->_musicType == MDT_CMS) { in readSoundResourceSmallHeader()
H A Dsound.h102 MidiDriverFlags _musicType; variable
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dscumm.cpp2036 _sound->_musicType = MDT_NONE; in setupMusic()
2039 _sound->_musicType = MDT_AMIGA; in setupMusic()
2042 _sound->_musicType = MDT_PCSPK; in setupMusic()
2045 _sound->_musicType = MDT_PCJR; in setupMusic()
2048 _sound->_musicType = MDT_CMS; in setupMusic()
2051 _sound->_musicType = MDT_TOWNS; in setupMusic()
2057 _sound->_musicType = MDT_C64; in setupMusic()
2063 _sound->_musicType = MDT_MIDI; in setupMusic()
2131 _sound->_musicType = MDT_MIDI; in setupMusic()
2144 …if (_sound->_musicType == MDT_ADLIB || _sound->_musicType == MDT_PCSPK || _sound->_musicType == MD… in setupMusic()
[all …]
H A Dsound.cpp89 _musicType = MDT_NONE; in Sound()
1171 if (_sound->_musicType != MDT_PCSPK && _sound->_musicType != MDT_PCJR) { in readSoundResource()
1195 if (_sound->_musicType == MDT_ADLIB || _sound->_musicType == MDT_TOWNS) in readSoundResource()
1214 if (_sound->_musicType == MDT_PCSPK || _sound->_musicType == MDT_PCJR) in readSoundResource()
1224 if ((_sound->_musicType == MDT_PCSPK || _sound->_musicType == MDT_PCJR) && pri != 11) in readSoundResource()
1239 if ((_sound->_musicType == MDT_ADLIB || _sound->_musicType == MDT_TOWNS) && pri != 16 in readSoundResource()
1966 if ((_sound->_musicType == MDT_PCSPK || _sound->_musicType == MDT_PCJR) && wa_offs != 0) { in readSoundResourceSmallHeader()
1975 } else if (_sound->_musicType == MDT_CMS) { in readSoundResourceSmallHeader()
H A Dsound.h102 MidiDriverFlags _musicType; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/parallaction/
H A Dsound_ns.cpp330 _musicType = 0; in SoundMan_ns()
347 if (_musicType == MUSIC_CHARACTER) playCharacterMusic(parm); in execute()
348 else if (_musicType == MUSIC_LOCATION) playLocationMusic(parm); in execute()
355 _musicType = n; in execute()
/dports/games/scummvm/scummvm-2.5.1/engines/parallaction/
H A Dsound_ns.cpp330 _musicType = 0; in SoundMan_ns()
347 if (_musicType == MUSIC_CHARACTER) playCharacterMusic(parm); in execute()
348 else if (_musicType == MUSIC_LOCATION) playLocationMusic(parm); in execute()
355 _musicType = n; in execute()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/groovie/
H A Dmusic.cpp395 _musicType = 0; in MusicPlayerXMI()
455 _musicType = MT_ADLIB; in MusicPlayerXMI()
467 _musicType = MT_MT32; in MusicPlayerXMI()
473 _musicType = 0; in MusicPlayerXMI()
503 if (_musicType != 0) { in send()
515 if (_musicType == MT_ADLIB) { in send()
517 } else if (_musicType == MT_MT32) { in send()
H A Dmusic.h137 uint8 _musicType; variable
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dmusic.cpp56 _musicType = _driverType = MT_PC98; in Music()
61_musicType = (_vm->getGameId() == GID_ITE && _vm->getPlatform() == Common::kPlatformDOS ? MT_MT32 … in Music()
63 …MidiDriver::DeviceHandle dev = MidiDriver::detectDevice(MDT_MIDI | MDT_ADLIB | (_musicType == MT_M… in Music()
112 _driver = Audio::MidiDriver_Miles_MIDI_create(_musicType, ""); in Music()
116 _driver = new MidiDriver_MT32GM(_musicType); in Music()
H A Dmusic.h88 MusicType _musicType; variable
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dmusic.cpp46 _musicType = MT_GM; in Music()
63 _driver = Audio::MidiDriver_Miles_MIDI_create(_musicType, ""); in Music()
H A Dmusic.h66 MusicType _musicType; variable
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/system/
H A Dsettings.cpp93 , _musicType( MUSIC_EXTERNAL ) in Settings()
203 _musicType = MUSIC_EXTERNAL; in Read()
210 _musicType = MUSIC_MIDI_ORIGINAL; in Read()
215 _musicType = MUSIC_MIDI_EXPANSION; in Read()
220 _musicType = MUSIC_EXTERNAL; in Read()
758 return _musicType; in MusicType()
776 _musicType = MUSIC_EXTERNAL <= v ? MUSIC_EXTERNAL : static_cast<MusicSource>( v ); in SetMusicType()
913 if ( _musicType == MUSIC_MIDI_EXPANSION ) in EnablePriceOfLoyaltySupport()
914 _musicType = MUSIC_MIDI_ORIGINAL; in EnablePriceOfLoyaltySupport()
/dports/games/scummvm/scummvm-2.5.1/engines/cine/
H A Dsound.h42 Sound(Audio::Mixer *mixer, CineEngine *vm) : _mixer(mixer), _vm(vm), _musicType(MT_INVALID) {} in Sound()
60 MusicType _musicType; variable
H A Dsound.cpp1181 return _musicType; in musicType()
1190 _musicType = MT_INVALID; in PCSound()
1201 _musicType = MT_MT32; in PCSound()
1216 _musicType = MT_ADLIB; in PCSound()
1344 _musicType = MT_AMIGA; in PaulaSound()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/sound/
H A Dmusic.h203 MusicType soundGetMusicType() const { return _musicType; } in soundGetMusicType()
278 MusicType _musicType; variable
/dports/games/scummvm/scummvm-2.5.1/engines/sci/sound/
H A Dmusic.h217 MusicType soundGetMusicType() const { return _musicType; } in soundGetMusicType()
296 MusicType _musicType; variable

12