Home
last modified time | relevance | path

Searched refs:getSoundEffect (Results 1 – 10 of 10) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Ditemsoundmanager.cpp57 std::string ItemSoundManager::getSoundEffect(const Being *const being, in getSoundEffect() function in ItemSoundManager
78 soundManager.playSfx(getSoundEffect(localPlayer, info, sound), in playSfx()
90 soundManager.playSfx(getSoundEffect(being, ItemDB::get(itemId), sound), in playSfx()
H A Ditemsoundmanager.h57 static std::string getSoundEffect(const Being *const being,
H A Dsoundmanager.cpp470 SoundEffect *const sample = Loader::getSoundEffect(tmpPath); in playSfx()
519 SoundEffect *const sample = Loader::getSoundEffect(tmpPath); in playGuiSfx()
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/loaders/
H A Dsoundloader.h39 SoundEffect *getSoundEffect(const std::string &idPath) A_WARN_UNUSED;
H A Dsoundloader.cpp71 SoundEffect *Loader::getSoundEffect(const std::string &idPath) in getSoundEffect() function in Loader
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dsnd.cpp143 MusicItem *item = ScenarioMedia::getInstance()->getSoundEffect(piece); in play()
H A DScenarioMedia.cpp328 MusicItem *back = getSoundEffect("back"); in copySounds()
369 MusicItem* ScenarioMedia::getSoundEffect(Glib::ustring n) in getSoundEffect() function in ScenarioMedia
H A DScenarioMedia.h129 MusicItem* getSoundEffect(Glib::ustring n);
/dports/audio/musescore/MuseScore-3.6.1/importexport/ove/
H A Dove.h1191 QPair<int, int> getSoundEffect() const;
H A Dove.cpp1430 QPair<int, int> Articulation::getSoundEffect() const { in getSoundEffect() function in OVE::Articulation