Home
last modified time | relevance | path

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

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DPlayerBase.cpp153 …nt32 startRow/* = 0*/, bool resetMixer/* = true*/, const mp_ubyte* customPanningTable/* = NULL*/, … in restart() argument
190 const mp_ubyte* customPanningTable /* = NULL*/, in startPlaying() argument
214 restart(startPosition, startRow, true, customPanningTable, playOneRowOnly); in startPlaying()
H A DPlayerGeneric.h372 …0, mp_uint32 startRow = 0, bool resetMixer = true, const mp_ubyte* customPanningTable = NULL, bool…
400 const mp_ubyte* customPanningTable = NULL,
645 const mp_ubyte* customPanningTable = NULL,
H A DPlayerGeneric.cpp513 …nt32 startRow/* = 0*/, bool resetMixer/* = true*/, const mp_ubyte* customPanningTable/* = NULL*/, … in restart() argument
516 player->restart(startPosition, startRow, resetMixer, customPanningTable, playOneRowOnly); in restart()
536 const mp_ubyte* customPanningTable/* = NULL*/, in startPlaying() argument
594 …player->startPlaying(module, repeat, startPosition, startRow, numChannels, customPanningTable, idl… in startPlaying()
924 const mp_ubyte* customPanningTable/* = NULL*/, in exportToWAV() argument
981 player->startPlaying(module, false, startOrder, 0, -1, customPanningTable, false, -1); in exportToWAV()
H A DPlayerBase.h225 const mp_ubyte* customPanningTable = NULL,
237 const mp_ubyte* customPanningTable = NULL,
H A DPlayerFAR.h90 …0, mp_uint32 startRow = 0, bool resetMixer = true, const mp_ubyte* customPanningTable = NULL, bool…
H A DPlayerFAR.cpp207 …nt32 startRow/* = 0*/, bool resetMixer/* = true*/, const mp_ubyte* customPanningTable/* = NULL*/, … in restart() argument
210 PlayerBase::restart(startPosition, startRow, resetMixer, customPanningTable, playOneRowOnly); in restart()
H A DPlayerIT.h740 const mp_ubyte* customPanningTable = NULL,
745 …0, mp_uint32 startRow = 0, bool resetMixer = true, const mp_ubyte* customPanningTable = NULL, bool…
H A DPlayerSTD.h465 const mp_ubyte* customPanningTable = NULL,
H A DPlayerIT.cpp351 const mp_ubyte* customPanningTable/* = NULL*/, in startPlaying() argument
371 customPanningTable, in startPlaying()
378 …nt32 startRow/* = 0*/, bool resetMixer/* = true*/, const mp_ubyte* customPanningTable/* = NULL*/, … in restart() argument
388 PlayerBase::restart(startPosition, startRow, resetMixer, customPanningTable, playOneRowOnly); in restart()
410 chninfo[i].setPan(customPanningTable ? customPanningTable[i] : module->header.pan[i]); in restart()
H A DPlayerSTD.cpp355 …nt32 startRow/* = 0*/, bool resetMixer/* = true*/, const mp_ubyte* customPanningTable/* = NULL*/, … in restart() argument
365 PlayerBase::restart(startPosition, startRow, resetMixer, customPanningTable, playOneRowOnly); in restart()
388 chninfo[i].pan = customPanningTable ? customPanningTable[i] : module->header.pan[i]; in restart()