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

Function sampleLength

include/SampleBuffer.h:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 int sampleLength() const
195 {
196 return double( m_endFrame - m_startFrame ) / m_sampleRate * 1000;
197 }
198
199 inline void setFrequency( float _freq )
200 {

Callers 1

setSampleFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected