Comment 10 for bug 1948574

Revision history for this message
ronso0 (ronso0) wrote (last edit ): Re: Microphone and auxiliary monitoring does not work

Confirmed.
* no main output configured
* mic1 configured and working
* monitoring mode "Master & Booth"

* enable talkover
* set headMix to 1 (main only)
= main VU are active
= headphone output is silent

Cause:
in enginemaster m_pMasterSync->getMaster() returns nullptr with no output device
https://github.com/mixxxdj/mixxx/blob/5577f3698cce2a1c00765d12e7d1dc8e6afcc18f/src/engine/enginemaster.cpp#L284

even though master is enabled if headphones are and is supposed to be processed
https://github.com/mixxxdj/mixxx/blob/5577f3698cce2a1c00765d12e7d1dc8e6afcc18f/src/engine/enginemaster.cpp#L899