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

Method GetStep

Source/PlaySequencer.cpp:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291int PlaySequencer::GetStep(double time)
292{
293 int step = TheTransport->GetSyncedStep(time, this, mTransportListenerInfo, mGrid->GetCols());
294 return step;
295}
296
297void PlaySequencer::UpdateInterval()
298{

Callers

nothing calls this directly

Calls 2

GetSyncedStepMethod · 0.80
GetColsMethod · 0.45

Tested by

no test coverage detected