mute not working

5 replies [Last post]
Alexden
User offline. Last seen 4 weeks 4 days ago. Offline
Joined: 2008-04-08

Hi.
I have 2 PC (stationary and netbook) both with ubuntu 9.10
And the mute doesn't work on all the channels of ardour on both of them. (solo is okay)
Help!!!

phdemartin
phdemartin's picture
User offline. Last seen 15 hours 21 min ago. Offline
Joined: 2010-01-06

Same thing on my Opensuse 11.2 with the ardour 2.8.6
(built from revision 6555)

flying penguin
User offline. Last seen 2 weeks 5 days ago. Offline
Joined: 2008-10-01

Edit /home/YOURUSERNAME/.ardour2/ardour.rc like this:

Option name="mute-affects-pre-fader" value="1"/>
Option name="mute-affects-post-fader" value="1"/>
Option name="mute-affects-control-outs" value="1"/>
Option name="mute-affects-main-outs" value="1"/>

That should fix it.

BenLoftis
User offline. Last seen 4 days 9 hours ago. Offline
Joined: 2006-03-27

Also right-click on the mute buttons and make sure the applicable boxes are enabled.

I think flying penguin's suggestion will fix the problem for you in the future.

But does anyone know how/why these get disabled?

the C.L.A.
the C.L.A.'s picture
User offline. Last seen 5 weeks 17 hours ago. Offline
Joined: 2006-12-03

@Ben and others

The corresponding bug report has some more infos on this: http://tracker.ardour.org/view.php?id=2832

It seems the settings from /etc/ardour2/ardour_system.rc are not interpreted correctly and so ~/.ardour2/ardour.rc gets created with the wrong values.

Alexden
User offline. Last seen 4 weeks 4 days ago. Offline
Joined: 2008-04-08

thanks very much