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

Method OnTransportAdvanced

Source/CircleSequencer.cpp:75–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void CircleSequencer::OnTransportAdvanced(float amount)
76{
77 PROFILER(CircleSequencer);
78
79 if (!mEnabled)
80 return;
81
82 ComputeSliders(0);
83
84 for (int i = 0; i < mCircleSequencerRings.size(); ++i)
85 mCircleSequencerRings[i]->OnTransportAdvanced(amount);
86}
87
88void CircleSequencer::DrawModule()
89{

Callers

nothing calls this directly

Calls 7

OffsetInfoClass · 0.85
NextBufferTimeFunction · 0.85
sizeMethod · 0.80
GetQuantizedMethod · 0.80
GetMeasureMethod · 0.80
PlayNoteOutputMethod · 0.80
GetDurationMethod · 0.80

Tested by

no test coverage detected