Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetEnd
Method
GetEnd
Source/CanvasElement.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
float CanvasElement::GetEnd(int col, float offset, float length) const
168
{
169
return (col + offset + length) / mCanvas->GetNumCols();
170
}
171
172
float CanvasElement::GetStart() const
173
{
Callers
12
OnTransportAdvanced
Method · 0.80
OnTransportAdvanced
Method · 0.80
OnTransportAdvanced
Method · 0.80
FitNotes
Method · 0.80
ClipNotes
Method · 0.80
LoadMidi
Method · 0.80
Process
Method · 0.80
Render
Method · 0.80
MouseMoved
Method · 0.80
GetElementAt
Method · 0.80
FillElementsAt
Method · 0.80
EraseElementsAt
Method · 0.80
Calls
2
GetNumCols
Method · 0.80
GetWidth
Method · 0.45
Tested by
no test coverage detected