MCPcopy 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
524template<>
525inline 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

expSampleFunction · 0.85

Tested by

no test coverage detected