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

Method SetEnd

Source/CanvasElement.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void CanvasElement::SetEnd(float end)
195{
196 mLength = end * mCanvas->GetNumCols() - mCol - mOffset;
197}
198
199ofRectangle CanvasElement::GetRect(bool clamp, bool wrapped, ofVec2f offset) const
200{

Callers 5

OnTransportAdvancedMethod · 0.80
PlayNoteMethod · 0.80
PlayNoteMethod · 0.80
OnTransportAdvancedMethod · 0.80
MouseMovedMethod · 0.80

Calls 1

GetNumColsMethod · 0.80

Tested by

no test coverage detected