MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetMeasureTime

Method GetMeasureTime

Source/Transport.cpp:556–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556double Transport::GetMeasureTime(double time) const
557{
558 double measureTime = GetMeasureTimeInternal(time);
559 if (mQueuedMeasure != -1 && measureTime >= mJumpFromMeasure)
560 measureTime = mQueuedMeasure + measureTime - mJumpFromMeasure;
561 return measureTime;
562}
563
564void Transport::SetQueuedMeasure(double time, int measure)
565{

Callers 15

DrawModuleMethod · 0.80
PlayNoteMethod · 0.80
DrawModuleMethod · 0.80
OnTransportAdvancedMethod · 0.80
SendMidiMethod · 0.80
DrawModuleMethod · 0.80
PlayNoteMethod · 0.80
DrawModuleMethod · 0.80
CalculatePhaseMethod · 0.80
ProcessMethod · 0.80
GoMethod · 0.80
DrawModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected