Lines Matching refs:madeWithTracker

694 	const mpt::uchar *madeWithTracker = nullptr;  member
713 result.madeWithTracker = UL_("Generic ProTracker or compatible"); in CheckMODMagic()
719 result.madeWithTracker = UL_("NoiseTracker"); in CheckMODMagic()
726 result.madeWithTracker = UL_("Oktalyzer"); in CheckMODMagic()
732 result.madeWithTracker = UL_("Octalyser (Atari)"); in CheckMODMagic()
737 result.madeWithTracker = UL_("Inconexia demo (delta samples)"); in CheckMODMagic()
743 result.madeWithTracker = UL_("Digital Tracker"); in CheckMODMagic()
750 result.madeWithTracker = UL_("Startrekker"); in CheckMODMagic()
757 result.madeWithTracker = UL_("Generic MOD-compatible Tracker"); in CheckMODMagic()
764 result.madeWithTracker = UL_("Generic MOD-compatible Tracker"); in CheckMODMagic()
770 result.madeWithTracker = UL_("TakeTracker"); in CheckMODMagic()
933 modMagicResult.madeWithTracker = UL_("Mod's Grave"); in ReadMOD()
1169 modMagicResult.madeWithTracker = UL_("Scream Tracker"); in ReadMOD()
1246 modMagicResult.madeWithTracker = UL_("Startrekker 1.2"); in ReadMOD()
1248 modMagicResult.madeWithTracker = UL_("Startrekker 1.3"); in ReadMOD()
1250 modMagicResult.madeWithTracker = UL_("AudioSculpture 1.0"); in ReadMOD()
1316 modMagicResult.madeWithTracker = UL_("ProTracker (VBlank)"); in ReadMOD()
1324 if(modMagicResult.madeWithTracker) in ReadMOD()
1325 m_modFormat.madeWithTracker = modMagicResult.madeWithTracker; in ReadMOD()
1798 const mpt::uchar *madeWithTracker = UL_(""); in ReadM15() local
1802 madeWithTracker = UL_("Ultimate Soundtracker 1.0-1.21"); in ReadM15()
1805 madeWithTracker = UL_("Ultimate Soundtracker 1.8-2.0"); in ReadM15()
1808 madeWithTracker = UL_("SoundTracker 2.0 / D.O.C. SoundTracker II"); in ReadM15()
1811madeWithTracker = UL_("Defjam Soundtracker III / Alpha Flight SoundTracker IV / D.O.C. SoundTracke… in ReadM15()
1814 madeWithTracker = UL_("D.O.C. SoundTracker IX"); in ReadM15()
1817 madeWithTracker = UL_("Master Soundtracker 1.0"); in ReadM15()
1820 madeWithTracker = UL_("SoundTracker 2.0 / 2.1 / 2.2"); in ReadM15()
1826 m_modFormat.madeWithTracker = madeWithTracker; in ReadM15()
1915 m_modFormat.madeWithTracker = U_("SoundTracker 2.6"); in ReadICE()
1921 m_modFormat.madeWithTracker = U_("Ice Tracker 1.0 / 1.1"); in ReadICE()
2219 m_modFormat.madeWithTracker = U_("ProTracker ") + version; in ReadPT36()