Home
last modified time | relevance | path

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

/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DBHarvestr.cpp36 inline double framesToSeconds (const uint64_t frame, const double rate) {return (double (frame)) / … in framesToSeconds() function
197 case LFO_FREQ: lfo[nr].setFrequency (val, framesToSeconds (frame, rate)); in run()
217 case SEQ_FREQ: seq[nr].setFrequency (val, framesToSeconds (frame, rate)); in run()
248 framesToSeconds(sample->info.frames, rate) * 1000.0f; in run()
989 framesToSeconds(sample->info.frames, rate) * 1000.0f; in installSample()
1059 const double pos = framesToSeconds (frame - (**it).startFrame, rate); in noteOff()
1078 const double pos = framesToSeconds (frame - (**it).startFrame, rate); in allNotesOff()
1300 …else factor *= voiceptr->envelope[nr].getValue (framesToSeconds (frame - voiceptr->startFrame, rat… in getModulation()
1315 factor *= seq[nr].getValue (framesToSeconds (frame, rate)); in getModulation()
1362 envPositions[count + 1] = framesToSeconds (frame - voices[v].startFrame, rate); in notifyStatusToGui()
[all …]
/dports/audio/cantata/cantata-2.4.2/devices/
H A Dmusicbrainz.cpp65 static inline int framesToSeconds(int f) { in framesToSeconds() function
219 … s.time=framesToSeconds((next.offset-trk.offset)-(next.isData ? constDataTrackAdjust : 0)); in readDisc()