Home
last modified time | relevance | path

Searched refs:MUS (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/games/edge/Edge-1.35/doom_ddf/
H A Dplaylist.ddf13 [01] MUSICINFO=MUS:LUMP:"D_RUNNIN";
14 [02] MUSICINFO=MUS:LUMP:"D_STALKS";
15 [03] MUSICINFO=MUS:LUMP:"D_COUNTD";
16 [04] MUSICINFO=MUS:LUMP:"D_BETWEE";
17 [05] MUSICINFO=MUS:LUMP:"D_DOOM";
18 [06] MUSICINFO=MUS:LUMP:"D_THE_DA";
19 [07] MUSICINFO=MUS:LUMP:"D_SHAWN";
20 [08] MUSICINFO=MUS:LUMP:"D_DDTBLU";
21 [09] MUSICINFO=MUS:LUMP:"D_IN_CIT";
22 [10] MUSICINFO=MUS:LUMP:"D_DEAD";
[all …]
/dports/games/edge/Edge-1.35-source/data/doom/
H A Dplaylist.ddf13 [01] MUSICINFO=MUS:LUMP:"D_RUNNIN";
14 [02] MUSICINFO=MUS:LUMP:"D_STALKS";
15 [03] MUSICINFO=MUS:LUMP:"D_COUNTD";
16 [04] MUSICINFO=MUS:LUMP:"D_BETWEE";
17 [05] MUSICINFO=MUS:LUMP:"D_DOOM";
18 [06] MUSICINFO=MUS:LUMP:"D_THE_DA";
19 [07] MUSICINFO=MUS:LUMP:"D_SHAWN";
20 [08] MUSICINFO=MUS:LUMP:"D_DDTBLU";
21 [09] MUSICINFO=MUS:LUMP:"D_IN_CIT";
22 [10] MUSICINFO=MUS:LUMP:"D_DEAD";
[all …]
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dxmi.cpp69 case MUS::BATTLE1: in FromMUS()
71 case MUS::BATTLE2: in FromMUS()
73 case MUS::BATTLE3: in FromMUS()
82 case MUS::KNIGHT: in FromMUS()
86 case MUS::WIZARD: in FromMUS()
88 case MUS::LAVA: in FromMUS()
90 case MUS::DESERT: in FromMUS()
92 case MUS::SNOW: in FromMUS()
94 case MUS::SWAMP: in FromMUS()
96 case MUS::DIRT: in FromMUS()
[all …]
H A Dmus.cpp34 namespace MUS namespace
133 int MUS::FromRace( int race ) in FromRace()
158 return MUS::UNKNOWN; in FromMapObject()
165 return MUS::DUNGEON; in FromMapObject()
175 return MUS::ARABIAN; in FromMapObject()
178 return MUS::HILLFORT; in FromMapObject()
183 return MUS::TREEHOUSE; in FromMapObject()
186 return MUS::DEMONCAVE; in FromMapObject()
197 return MUS::SKILL; in FromMapObject()
209 return MUS::XANADU; in FromMapObject()
[all …]
H A Dagg.cpp538 if ( MUS::UNUSED == mus || MUS::UNKNOWN == mus ) { in PlayMusic()
568 …std::string filename = Settings::GetLastFile( prefix_music, MUS::GetString( mus, MUS::OGG_MUSIC_TY… in PlayMusicInternally()
571 …filename = Settings::GetLastFile( prefix_music, MUS::GetString( mus, MUS::OGG_MUSIC_TYPE::WIN_VERS… in PlayMusicInternally()
578 …filename = Settings::GetLastFile( prefix_music, MUS::GetString( mus, MUS::OGG_MUSIC_TYPE::MAPPED )… in PlayMusicInternally()
585 …"error read file: " << Settings::GetLastFile( prefix_music, MUS::GetString( mus, MUS::OGG_MUSIC_TY… in PlayMusicInternally()
597 DEBUG_LOG( DBG_ENGINE, DBG_TRACE, MUS::GetString( mus, MUS::OGG_MUSIC_TYPE::MAPPED ) ); in PlayMusicInternally()
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/sidtune/
H A DMUS.h33 class MUS final : public SidTuneBase
49 MUS() {} in MUS() function
59 virtual ~MUS() {} in ~MUS()
71 MUS(const MUS&);
72 MUS& operator=(MUS&);
H A DMUS.cpp88 void MUS::setPlayerAddress() in setPlayerAddress()
104 void MUS::acceptSidTune(const char* dataFileName, const char* infoFileName, in acceptSidTune()
111 void MUS::placeSidTuneInC64mem(sidmemory& mem) in placeSidTuneInC64mem()
117 bool MUS::mergeParts(buffer_t& musBuf, buffer_t& strBuf) in mergeParts()
148 void MUS::installPlayer(sidmemory& mem) in installPlayer()
171 SidTuneBase* MUS::load(buffer_t& musBuf, bool init) in load()
177 SidTuneBase* MUS::load(buffer_t& musBuf, in load()
186 std::unique_ptr<MUS> tune(new MUS()); in load()
193 void MUS::tryLoad(buffer_t& musBuf, in tryLoad()
H A DSidTuneBase.cpp272 if (s.get() == nullptr) s.reset(MUS::load(buf1, true)); in getFromBuffer()
384 s.reset(MUS::load(fileBuf1, true)); in getFromFiles()
406 std::unique_ptr<SidTuneBase> s2(MUS::load(fileBuf2, fileBuf1, 0, true)); in getFromFiles()
415 std::unique_ptr<SidTuneBase> s2(MUS::load(fileBuf1, fileBuf2, 0, true)); in getFromFiles()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/sidtune/
H A DMUS.h33 class MUS final : public SidTuneBase
49 MUS() {} in MUS() function
59 virtual ~MUS() {} in ~MUS()
71 MUS(const MUS&);
72 MUS& operator=(MUS&);
H A DMUS.cpp88 void MUS::setPlayerAddress()
104 void MUS::acceptSidTune(const char* dataFileName, const char* infoFileName,
111 void MUS::placeSidTuneInC64mem(sidmemory& mem)
117 bool MUS::mergeParts(buffer_t& musBuf, buffer_t& strBuf)
148 void MUS::installPlayer(sidmemory& mem)
171 SidTuneBase* MUS::load(buffer_t& musBuf, bool init)
177 SidTuneBase* MUS::load(buffer_t& musBuf,
186 std::unique_ptr<MUS> tune(new MUS());
193 void MUS::tryLoad(buffer_t& musBuf,
H A DSidTuneBase.cpp266 if (s.get() == nullptr) s.reset(MUS::load(buf1, true)); in getFromBuffer()
370 s.reset(MUS::load(fileBuf1, true)); in getFromFiles()
392 std::unique_ptr<SidTuneBase> s2(MUS::load(fileBuf2, fileBuf1, 0, true)); in getFromFiles()
401 std::unique_ptr<SidTuneBase> s2(MUS::load(fileBuf1, fileBuf2, 0, true)); in getFromFiles()
/dports/biology/infernal/infernal-1.1.3/testsuite/
H A Dsrp-euk.sto70 MUS.MUS. ..GCC.....................uguag.UUCC.agcuacuc.GGGA
71 #=GR MUS.MUS. SS ..>>>...........................>>>>..........<<<<
146 MUS.MUS. GGC...ugagacaggaggaucgcuu.gaguccaaga.guucugggc..ug
147 #=GR MUS.MUS. SS <<<...............................................
222 MUS.MUS. ...uagugcgc.uaugcc....gaucggguguccgcacuaaguuc.ggca
223 #=GR MUS.MUS. SS ..................................................
298 MUS.MUS. ....aCAAUau.GGUGacCUCCCGggagCGGGGGacCACCaaGUUG.c..
299 #=GR MUS.MUS. SS .....>>>>...>>>>..>>>>>>....<<<<<<..<<<<..<<<<....
374 MUS.MUS. ..................................................
526 MUS.MUS. ............................................
[all …]
/dports/math/minizinc/libminizinc-2.5.5/docs/en/
H A Dfind_mus.rst106 to a MUS.
253 MUS: 7 3 6 4 8
267 MUS: 7 3 5 6 8 9
289 this MUS.
294 of the MUS.
362 MUS. If any MUSes are found we know that the high-level MUS is not minimal
366 high-level MUS without finding any sub-MUSes we can report this MUS as
369 high-level MUS we can use one of several MUS enumeration algorithms.
380 found high-level MUS.
401 Solver core/MUS/IIS integration
[all …]
/dports/games/edge/Edge-1.35-source/src/
H A Dmac_mus.mm2 // EDGE MAC OS X Native MUS Handling Code
109 I_Warning("I_PlayNativeMusic: wrong format (not MUS)\n");
113 // Convert from MUS to MIDI
114 I_Printf("mac_music_player_c: Converting MUS format to MIDI...\n");
126 I_Warning("Unable to convert MUS to MIDI !\n");
/dports/biology/hyphy/hyphy-2.5.33/tests/hbltests/UnitTests/HBLCommands/res/
H A DEU3031.nwk1MUS.EU496235_2001:0.04857,(B.ES.05SP0243937.FJ481804_2005:0.0381,B.IT.40MUS.EU496220_2001:0.05906)…
/dports/math/z3/z3-z3-4.8.13/examples/python/mus/
H A Dmarco.py181 MUS = csolver.shrink(seed)
182 yield ("MUS", csolver.to_c_lits(MUS))
183 map.block_up(MUS)
/dports/math/py-z3-solver/z3-z3-4.8.10/examples/python/mus/
H A Dmarco.py180 MUS = csolver.shrink(seed)
181 yield ("MUS", csolver.to_c_lits(MUS))
182 map.block_up(MUS)
/dports/games/vultures-eye/vulture-2.3.67/vulture/gamedata/config/
H A Dvulture_sounds.conf15 % This can be one of the following: SND, MUS, RSNG, or NONE.
18 % - MUS plays a music file,
/dports/astro/pp3/pp3-1.3.3/
H A Dboundaries.dat875 11.4586010 -64.6878891 11.3902464 -64.6858978 11.3389874 -64.6842651 2 MUS CEN
879 11.3237982 -75.6840134 2 MUS CAR
889 13.7652206 -75.6303253 13.8347216 -75.6249619 13.8520956 -75.6235962 2 MUS CHA
891 13.8378401 -72.6241608 13.8340960 -71.6243057 13.8307247 -70.6244431 2 MUS APS
893 13.8223553 -67.6247787 13.8200216 -66.6248703 13.8178682 -65.6249542 2 MUS CIR
895 13.6471653 -65.6378784 2 MUS CIR
896 2 13.6471653 -65.6378784 13.6453524 -64.6379395 2 MUS CIR
899 13.1674976 -64.6674194 13.0992002 -64.6708069 13.0308838 -64.6739883 12.9625587 -64.6769638 2 MUS C…
904 11.9371576 -64.6957855 2 MUS CRU
/dports/astro/stellarium/stellarium-0.21.3/data/
H A Dconstellation_boundaries.dat875 11.4586010 -64.6878891 11.3902464 -64.6858978 11.3389874 -64.6842651 2 MUS CEN
879 11.3237982 -75.6840134 2 MUS CAR
889 13.7652206 -75.6303253 13.8347216 -75.6249619 13.8520956 -75.6235962 2 MUS CHA
891 13.8378401 -72.6241608 13.8340960 -71.6243057 13.8307247 -70.6244431 2 MUS APS
893 13.8223553 -67.6247787 13.8200216 -66.6248703 13.8178682 -65.6249542 2 MUS CIR
895 13.6471653 -65.6378784 2 MUS CIR
896 2 13.6471653 -65.6378784 13.6453524 -64.6379395 2 MUS CIR
899 13.1674976 -64.6674194 13.0992002 -64.6708069 13.0308838 -64.6739883 12.9625587 -64.6769638 2 MUS C…
904 11.9371576 -64.6957855 2 MUS CRU
/dports/games/heretic/glheretic-1.2/musserv/
H A DNOTES54 - Updated README to detail how to play MUS files standalone
149 MUS-files. If you want to generate the MUS and FM-patch files
167 handling of fm-patches and the MUS file format. I believe these are
182 - Support of all documented events in the MUS-file. This includes all
214 cards). Most of the MUS-to-MIDI is there already, the
228 [3] MUS File Format (mus_form.doc) ver.1.31
/dports/games/doomsday/doomsday-2.3.1/doomsday/doc/engine/variable/
H A Dmusic-source.ame2 Preferred music source: 0=Original MUS, 1=External files, 2=CD.
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/zx/demo_sp1/BlackStar/
H A Dzproject.lst2 @mus/MUS.lst
/dports/astro/celestia-gtk/celestia-1.6.1/data/
H A Dboundaries.dat8114 11.9371576 -64.6957855 MUS O
8115 11.8687906 -64.6953125 MUS I
8116 11.8004150 -64.6946182 MUS I
8117 11.7320423 -64.6937027 MUS I
8118 11.6636820 -64.6925735 MUS I
8119 11.5953150 -64.6912308 MUS I
8120 11.5269499 -64.6896667 MUS I
8121 11.4586010 -64.6878891 MUS I
8122 11.3902464 -64.6858978 MUS I
8123 11.3389874 -64.6842651 MUS O
[all …]
/dports/astro/celestia/celestia-1.6.1/data/
H A Dboundaries.dat8114 11.9371576 -64.6957855 MUS O
8115 11.8687906 -64.6953125 MUS I
8116 11.8004150 -64.6946182 MUS I
8117 11.7320423 -64.6937027 MUS I
8118 11.6636820 -64.6925735 MUS I
8119 11.5953150 -64.6912308 MUS I
8120 11.5269499 -64.6896667 MUS I
8121 11.4586010 -64.6878891 MUS I
8122 11.3902464 -64.6858978 MUS I
8123 11.3389874 -64.6842651 MUS O
[all …]

12345678910>>...19