Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ _pixelToTime
Method
_pixelToTime
NeuralNote/Source/Components/AudioRegion.cpp:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
float AudioRegion::_pixelToTime(float inPixel) const
101
{
102
return inPixel / static_cast<float>(mBaseNumPixelsPerSecond * mZoomLevel);
103
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected