Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ SetStep
Method
SetStep
Source/StepSequencer.cpp:371–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
}
370
371
void StepSequencer::SetStep(int step, int pitch, int velocity)
372
{
373
mGrid->SetVal(step, pitch, ofClamp(velocity / 127.0f, 0, 1));
374
UpdateLights();
375
}
376
377
int StepSequencer::GetGridControllerRows()
378
{
Callers
nothing calls this directly
Calls
2
ofClamp
Function · 0.85
SetVal
Method · 0.80
Tested by
no test coverage detected