MCPcopy 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
371void StepSequencer::SetStep(int step, int pitch, int velocity)
372{
373 mGrid->SetVal(step, pitch, ofClamp(velocity / 127.0f, 0, 1));
374 UpdateLights();
375}
376
377int StepSequencer::GetGridControllerRows()
378{

Callers

nothing calls this directly

Calls 2

ofClampFunction · 0.85
SetValMethod · 0.80

Tested by

no test coverage detected