Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/oplsynth/
H A Dnukedopl3.h140 static const Bit8u eg_incdesc[16] = { variable
H A Dnukedopl3.cpp304 inc = eg_incstep[eg_incdesc[rate_h]][rate_l][((slot->chip->timer) >> eg_incsh[rate_h]) & 0x07]; in envelope_calc()
308 inc = eg_incstep[eg_incdesc[rate_h]][rate_l][slot->chip->timer & 0x07] << (-eg_incsh[rate_h]); in envelope_calc()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/oplsynth/
H A Dnukedopl3.h143 static const Bit8u eg_incdesc[16] = {
/dports/games/chocolate-doom/chocolate-doom-3.0.1/opl/
H A Dopl3.c176 static const Bit8u eg_incdesc[16] = { variable
490 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
496 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/dosbox/
H A Dnukedopl.cpp163 static const Bit8u eg_incdesc[16] = { variable
477 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
483 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dnukedopl.c179 static const Bit8u eg_incdesc[16] = { variable
493 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
499 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dopl3.c176 static const Bit8u eg_incdesc[16] = { variable
490 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
496 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/adlmidi/chips/nuked/
H A Dnukedopl3_174.c211 static const Bit8u eg_incdesc[16] = { variable
367 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
373 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/adlmidi/chips/nuked/
H A Dnukedopl3_174.c211 static const Bit8u eg_incdesc[16] = { variable
393 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
399 inc = eg_incstep[eg_incdesc[rate_h]][rate_l] in OPL3_EnvelopeCalc()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/oplsynth/
H A Dnukedopl3.cpp307 inc = eg_incstep[eg_incdesc[rate_h]][rate_l][((slot->chip->timer) >> eg_incsh[rate_h]) & 0x07]; in envelope_calc()
311 inc = eg_incstep[eg_incdesc[rate_h]][rate_l][slot->chip->timer & 0x07] << (-eg_incsh[rate_h]); in envelope_calc()