Home
last modified time | relevance | path

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

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.cpp1172 int64_t grainFrames = millisecondsToFrames (grainMs, rate); in play() local
1175 if (grainFrames <= 0) grainStartFrame = controllers[SAMPLE_START] * sample->info.frames; in play()
1178 int patternStep = double (iframe - voice.patternStartFrame) / double (grainFrames); in play()
1181 grainStartFrame = controllers[SAMPLE_START] * sample->info.frames + grainStep * grainFrames; in play()
1206 int64_t nextdriveframes = int64_t (grain.driveFrames + graindrive * diffframes) % grainFrames ; in play()
1389 int64_t grainFrames = millisecondsToFrames (grainMs, rate); in notifyStatusToGui() local
1393 int patternStep = double (frame - voice.patternStartFrame) / double (grainFrames); in notifyStatusToGui()