MCPcopy Create free account
hub / github.com/doldecomp/mkdd / setTimebase

Method setTimebase

libs/JSystem/JAudio/System/JASTrack.cpp:664–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662}
663
664void JASTrack::setTimebase(u16 timebase) {
665#line 951
666 JUT_ASSERT(mParent == 0);
667 mTimebase = timebase;
668 mFlags.flag5 = true;
669}
670
671void JASTrack::updateChannel(JASChannel *ch, JASDsp::TChannel *dspCh) {
672 ch->setVibrate(mVibDepth, mVibPitch);

Callers 1

writeRegMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected