Home
last modified time | relevance | path

Searched refs:g_noteFrequencies (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/
H A Dadlib.cpp306 static const byte g_noteFrequencies[] = { variable
1917 adlibWrite(channel + 0xA0, g_noteFrequencies[i]); in adlibPlayNote()
2270 adlibWrite(0xA0 + chan, g_noteFrequencies[(noteAdjusted % 12) * 8 + pitchAdjust + 6 * 8]); in adlibNoteOnEx()
2271 …adlibWriteSecondary(0xA0 + chan, g_noteFrequencies[(noteAdjusted % 12) * 8 + pitchAdjust + 6 * 8]); in adlibNoteOnEx()
/dports/games/residualvm/residualvm-0.3.1/audio/
H A Dadlib.cpp306 static const byte g_noteFrequencies[] = { variable
1917 adlibWrite(channel + 0xA0, g_noteFrequencies[i]); in adlibPlayNote()
2270 adlibWrite(0xA0 + chan, g_noteFrequencies[(noteAdjusted % 12) * 8 + pitchAdjust + 6 * 8]); in adlibNoteOnEx()
2271 …adlibWriteSecondary(0xA0 + chan, g_noteFrequencies[(noteAdjusted % 12) * 8 + pitchAdjust + 6 * 8]); in adlibNoteOnEx()
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dadlib.cpp306 static const byte g_noteFrequencies[] = { variable
1922 adlibWrite(channel + 0xA0, g_noteFrequencies[i]); in adlibPlayNote()
2275 adlibWrite(0xA0 + chan, g_noteFrequencies[(noteAdjusted % 12) * 8 + pitchAdjust + 6 * 8]); in adlibNoteOnEx()
2276 …adlibWriteSecondary(0xA0 + chan, g_noteFrequencies[(noteAdjusted % 12) * 8 + pitchAdjust + 6 * 8]); in adlibNoteOnEx()