Home
last modified time | relevance | path

Searched refs:avibdepth (Results 1 – 4 of 4) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DPlayerIT.h194 mp_ubyte getAvibdepth() { return chnstat().avibdepth; } \
202 void setAvibdepth(mp_ubyte avibdepth) { chnstat().avibdepth = avibdepth; } \
213 if (chnstat().avibswcnt < ((mp_sint32)chnstat().avibdepth << 8) && chnstat().avibsweep) \
285 mp_ubyte avibdepth; member
H A DPlayerSTD.h179 mp_ubyte avibdepth; member
233 avibdepth = 0; in clear()
H A DPlayerSTD.cpp569 mp_ubyte vd = chninfo[c].avibdepth; in getfinalperiod()
2203 chnInf->avibdepth=module->smp[chnInf->smp].vibdepth; in triggerAutovibrato()
H A DPlayerIT.cpp962 mp_ubyte vd = state.avibdepth; in getFinalPeriod()