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

Method OnPlayed

Source/DotGrid.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void DotGrid::OnPlayed(double time, int col, int row)
391{
392 if (IsValidPosition(DotPosition(col, row)))
393 mData[GetDataIndex(col, row)].mLastPlayTime = time;
394}
395
396void DotGrid::Clear()
397{

Callers 1

OnStepMethod · 0.80

Calls 1

DotPositionClass · 0.85

Tested by

no test coverage detected