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

Method startProcessing

src/core/ProjectRenderer.cpp:140–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140void ProjectRenderer::startProcessing()
141{
142
143 if( isReady() )
144 {
145 // have to do mixer stuff with GUI-thread-affinity in order to
146 // make slots connected to sampleRateChanged()-signals being
147 // called immediately
148 Engine::mixer()->setAudioDevice( m_fileDev,
149 m_qualitySettings, false, false );
150
151 start(
152#ifndef LMMS_BUILD_WIN32
153 QThread::HighPriority
154#endif
155 );
156
157 }
158}
159
160
161void ProjectRenderer::run()

Callers 1

runMethod · 0.45

Calls 2

mixerFunction · 0.85
setAudioDeviceMethod · 0.80

Tested by

no test coverage detected