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

Method Get

Source/GridModule.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 UpdateLights();
58 }
59 float Get(int col, int row) { return mGrid->GetVal(col, row); }
60 void HighlightCell(int col, int row, double time, double duration, int colorIndex);
61 void SetDivision(int steps) { return mGrid->SetMajorColSize(steps); }
62 int GetCols() const { return mGrid->GetCols(); }

Callers 15

InitMethod · 0.80
ForcePositionMethod · 0.80
ShowWindowMethod · 0.80
GetDimensionsMethod · 0.80
UpdateLocationMethod · 0.80
CreateUIControlsMethod · 0.80
UpdateDropdownsMethod · 0.80
DrawModuleMethod · 0.80
FloatSliderUpdatedMethod · 0.80
ButtonClickedMethod · 0.80
ofToSamplePathFunction · 0.80

Calls 1

GetValMethod · 0.80

Tested by

no test coverage detected