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

Method HasGridController

Source/StepSequencer.cpp:791–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791bool StepSequencer::HasGridController()
792{
793 if (mPush2Connected)
794 return true;
795 return mGridControlTarget->GetGridController() != nullptr && mGridControlTarget->GetGridController()->IsConnected();
796}
797
798void StepSequencer::RandomizeRow(int row)
799{

Callers

nothing calls this directly

Calls 2

GetGridControllerMethod · 0.80
IsConnectedMethod · 0.45

Tested by

no test coverage detected