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

Method GetGridControllerRows

Source/StepSequencer.cpp:377–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377int StepSequencer::GetGridControllerRows()
378{
379 if (mGridControlTarget->GetGridController())
380 return mGridControlTarget->GetGridController()->NumRows();
381 if (mPush2Connected)
382 return 8;
383 return 8;
384}
385
386int StepSequencer::GetGridControllerCols()
387{

Callers

nothing calls this directly

Calls 2

GetGridControllerMethod · 0.80
NumRowsMethod · 0.45

Tested by

no test coverage detected