Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ ExponentialWave>
Method
ExponentialWave>
src/core/Oscillator.cpp:525–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
523
524
template<>
525
inline sample_t Oscillator::getSample<Oscillator::ExponentialWave>(
526
const float _sample )
527
{
528
return( expSample( _sample ) );
529
}
530
531
532
Callers
nothing calls this directly
Calls
1
expSample
Function · 0.85
Tested by
no test coverage detected