Christopher Arndt

Results 291 comments of Christopher Arndt

I get the following error message when I open an existing mixer settings XML file: ``` Traceback (most recent call last): File "/home/chris/work/jack_mixer/jack_mixer/channel.py", line 342, in on_metering_toggled self.vbox_meter.show() AttributeError: 'InputChannel'...

Repeating what I said on `#jack_mixer`: I must say, I don't like the extra button, it takes up additional vertical space and is also rather wide, preventing the channels from...

> Where would we get images for the buttons? I don't know, check some of the common web icon fonts?

Here is one usage scenario, that would be enabled by having pre/post fader switches and send levels: # Example A: Band Recording and / or Live Mixing ## Input Channels...

# Example B: Send Effects ## Input Channels * Ch. 1: Vocals * Ch. 2: Guitar ## Output Channels * Reverb Bus * Master ## Connections (Inputs) * Audio Interface...

You can already use a normal output channel to monitor several input channels, by activating solo ("S") on the control group for that output in all channels to be monitored....

Any suggestion for the command line / pattern file syntax (ideally backwards compatible)?

Sorry for only looking in detail at this request, but now that I do, I am not sure that I understand what you mean. From the description in the `jack-plumbing`...

> my point is that reconnecting should only occur for and when a port on the rules list registers, and not be globally refreshed and re-connected when any registration occurs....