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

Method OnTimeEvent

Source/StepSequencer.cpp:668–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668void StepSequencer::OnTimeEvent(double time)
669{
670 if (!mHasExternalPulseSource)
671 Step(time, 1, 0);
672}
673
674void StepSequencer::Step(double time, float velocity, int pulseFlags)
675{

Callers

nothing calls this directly

Calls 9

StepClass · 0.85
MsPerBarMethod · 0.80
GetStepNumMethod · 0.80
GetPadPressureMethod · 0.80
PlayStepNoteMethod · 0.80
IsEnabledMethod · 0.45
GetRowPitchMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected