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

Method IsMetaStepActive

Source/StepSequencer.cpp:786–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786bool StepSequencer::IsMetaStepActive(double time, int col, int row)
787{
788 return mMetaStepMasks[GetMetaStepMaskIndex(col, row)] & (1 << GetMetaStep(time)) && row < mNumRows;
789}
790
791bool StepSequencer::HasGridController()
792{

Callers 1

PlayStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected