Home
last modified time | relevance | path

Searched refs:bounceOutput (Results 1 – 5 of 5) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Daudio.cpp1629 AudioOutput* ao = MusEGlobal::song->bounceOutput; in writeTick()
1908 AudioOutput* ao = MusEGlobal::song->bounceOutput; in recordStop()
1913 MusEGlobal::song->bounceOutput = nullptr; in recordStop()
H A Dnode.cpp1476 if(MusEGlobal::song->bounceOutput == this || in putFifo()
1477 (MusEGlobal::song->bounceOutput && MusEGlobal::song->bounceTrack == this)) in putFifo()
1480 const TrackLatencyInfo& li = MusEGlobal::song->bounceOutput->getLatencyInfo(false /*output*/); in putFifo()
2108 if (MusEGlobal::audio->isRecording() && MusEGlobal::song->bounceOutput == this) { in processWrite()
H A Dsong.h232 AudioOutput* bounceOutput; variable
H A Dapp.cpp3223 MusEGlobal::song->bounceOutput = nullptr; in bounceToTrack()
3326 MusEGlobal::song->bounceOutput = out; in bounceToTrack()
3342 MusEGlobal::song->bounceOutput = nullptr; in bounceToFile()
3395 MusEGlobal::song->bounceOutput = ao; in bounceToFile()
H A Dsong.cpp119 bounceOutput = NULL; in Song()