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

Function timeout

include/Effect.h:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 inline f_cnt_t timeout() const
105 {
106 const float samples = Engine::mixer()->processingSampleRate() * m_autoQuitModel.value() / 1000.0f;
107 return 1 + ( static_cast<int>( samples ) / Engine::mixer()->framesPerPeriod() );
108 }
109
110 inline float wetLevel() const
111 {

Callers 8

checkGateMethod · 0.85
main.cppFile · 0.85
MidiAlsaSeqMethod · 0.85
MainWindowMethod · 0.85
PluginDescWidgetMethod · 0.85
TimeLineWidgetMethod · 0.85
CPULoadWidgetMethod · 0.85
VstPluginMethod · 0.85

Calls 3

mixerFunction · 0.85
processingSampleRateMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected