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

Method IntSliderUpdated

Source/DotSequencer.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void DotSequencer::IntSliderUpdated(IntSlider* slider, int oldVal, double time)
316{
317 if (slider == mColsSlider || slider == mRowsSlider)
318 mDotGrid->SetGrid(mCols, mRows);
319}
320
321void DotSequencer::CheckboxUpdated(Checkbox* checkbox, double time)
322{

Callers

nothing calls this directly

Calls 1

SetGridMethod · 0.45

Tested by

no test coverage detected