Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/audio/
H A Dadlib.cpp1000 void adlibSetParam(int channel, byte param, int value, bool primary = true);
1175 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[g_volumeLookupTable[voice->_vol2][_volEff … in volume()
1181 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[((voice->_vol2 + 1) * _volEff) >> 7], t… in volume()
1182 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[((voice->_secVol2 + 1) * _volEff) >> 7], f… in volume()
1184 …_owner->adlibSetParam(voice->_channel, 13, g_volumeTable[((voice->_vol1 + 1) * _volEff) >> 7], … in volume()
1690 adlibSetParam(voice->_channel, 0, in mcIncStuff()
1694 adlibSetParam(voice->_channel, 0, voice->_vol2); in mcIncStuff()
1700 adlibSetParam(voice->_channel, 13, in mcIncStuff()
1704 adlibSetParam(voice->_channel, 13, voice->_vol1); in mcIncStuff()
1714 adlibSetParam(voice->_channel, s11->param, in mcIncStuff()
[all …]
/dports/games/residualvm/residualvm-0.3.1/audio/
H A Dadlib.cpp1000 void adlibSetParam(int channel, byte param, int value, bool primary = true);
1175 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[g_volumeLookupTable[voice->_vol2][_volEff … in volume()
1181 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[((voice->_vol2 + 1) * _volEff) >> 7], t… in volume()
1182 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[((voice->_secVol2 + 1) * _volEff) >> 7], f… in volume()
1184 …_owner->adlibSetParam(voice->_channel, 13, g_volumeTable[((voice->_vol1 + 1) * _volEff) >> 7], … in volume()
1690 adlibSetParam(voice->_channel, 0, in mcIncStuff()
1694 adlibSetParam(voice->_channel, 0, voice->_vol2); in mcIncStuff()
1700 adlibSetParam(voice->_channel, 13, in mcIncStuff()
1704 adlibSetParam(voice->_channel, 13, voice->_vol1); in mcIncStuff()
1714 adlibSetParam(voice->_channel, s11->param, in mcIncStuff()
[all …]
/dports/games/scummvm/scummvm-2.5.1/audio/
H A Dadlib.cpp1000 void adlibSetParam(int channel, byte param, int value, bool primary = true);
1175 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[g_volumeLookupTable[voice->_vol2][_volEff … in volume()
1181 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[((voice->_vol2 + 1) * _volEff) >> 7], t… in volume()
1182 …_owner->adlibSetParam(voice->_channel, 0, g_volumeTable[((voice->_secVol2 + 1) * _volEff) >> 7], f… in volume()
1184 …_owner->adlibSetParam(voice->_channel, 13, g_volumeTable[((voice->_vol1 + 1) * _volEff) >> 7], … in volume()
1695 adlibSetParam(voice->_channel, 0, in mcIncStuff()
1699 adlibSetParam(voice->_channel, 0, voice->_vol2); in mcIncStuff()
1705 adlibSetParam(voice->_channel, 13, in mcIncStuff()
1709 adlibSetParam(voice->_channel, 13, voice->_vol1); in mcIncStuff()
1719 adlibSetParam(voice->_channel, s11->param, in mcIncStuff()
[all …]