mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.57k stars 1.29k forks source link

Mute control does not mute on external mixer setup #10502

Open mixxxbot opened 2 years ago

mixxxbot commented 2 years ago

Reported by: ubuntu-linux-user Date: 2021-08-25T06:13:46Z Status: Confirmed Importance: Low Launchpad Issue: lp1941040


Problem: The mute control does not behave as expected: sound is played even when mute is enabled.

Steps to reproduce the problem:

Expected behavior:

Observed behavior:

Environment:

mixxxbot commented 2 years ago

Commented by: ronso0 Date: 2021-08-25T16:27:18Z


Note that 'mute' does not affect the Vol fader or xfader.

mixxxbot commented 2 years ago

Commented by: ronso0 Date: 2021-08-25T16:28:07Z


Cna confirm mute has no effect when the channel is not routed to the Main output but has an own output.

https://manual.mixxx.org/2.3/en/chapters/appendix/mixxx_controls.html#control-[ChannelN]-mute says "Mutes the channel" so it's a bug.

mixxxbot commented 2 years ago

Commented by: Be-ing Date: 2021-08-25T16:31:33Z


I can also confirm this. Thank you for the detailed bug report.

mixxxbot commented 2 years ago

Commented by: Be-ing Date: 2021-08-25T16:59:40Z


The mute control is only used to determine whether channels are added to m_activeBusChannels in EngineMaster::processChannels, which only affects the mixed outputs but not the unmixed deck outputs.