Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
void CanvasElement::SetEnd(float end)
195
{
196
mLength = end * mCanvas->GetNumCols() - mCol - mOffset;
197
}
198
199
ofRectangle CanvasElement::GetRect(bool clamp, bool wrapped, ofVec2f offset) const
200
{
Callers
5
OnTransportAdvanced
Method · 0.80
PlayNote
Method · 0.80
PlayNote
Method · 0.80
OnTransportAdvanced
Method · 0.80
MouseMoved
Method · 0.80
Calls
1
GetNumCols
Method · 0.80
Tested by
no test coverage detected