Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
390
void DotGrid::OnPlayed(double time, int col, int row)
391
{
392
if (IsValidPosition(DotPosition(col, row)))
393
mData[GetDataIndex(col, row)].mLastPlayTime = time;
394
}
395
396
void DotGrid::Clear()
397
{
Callers
1
OnStep
Method · 0.80
Calls
1
DotPosition
Class · 0.85
Tested by
no test coverage detected