MCPcopy Create free account
hub / github.com/LMMS/lmms / bandToFreq

Method bandToFreq

plugins/Eq/EqSpectrumView.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282
283float EqSpectrumView::bandToFreq( int index )
284{
285 return index * m_analyser->getSampleRate() / ( MAX_BANDS * 2 );
286}
287
288
289

Callers

nothing calls this directly

Calls 1

getSampleRateMethod · 0.45

Tested by

no test coverage detected