From 3e464fb6aa25a93d329765d2c142eb40697e1319 Mon Sep 17 00:00:00 2001 From: Christian Werling Date: Mon, 12 Apr 2021 23:00:49 +0200 Subject: [PATCH 1/2] Incorporate Mastermix mode into Tips and Tricks As suggest by @gilgongo here: https://github.com/jamulussoftware/jamulus/pull/1381#discussion_r611940711 Only merge if the respective PR was merged. --- wiki/en/en-Tips-Tricks-More.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/wiki/en/en-Tips-Tricks-More.md b/wiki/en/en-Tips-Tricks-More.md index d069ceff6..575cde0de 100644 --- a/wiki/en/en-Tips-Tricks-More.md +++ b/wiki/en/en-Tips-Tricks-More.md @@ -53,11 +53,20 @@ function loadserverstat ( $statfilename ) You can save and restore the mix you have for your band rehearsals (fader, mute, pan, solo etc.) and load these any time (even while you are playing). Do this with "File > Save Mixer Channels Setup" in your client and load them using "Load Mixer Channels Setup" (or drag/drop them to the mixer window). +## Delegate mixing to a mix master using the --mastermix server mode + +By starting a server instance with the `--mastermix` flag, the first client to connect will become the mix master. + +Subsequent joiners will be able to control their own as well as the mix master's pan and gain, but nobody else's (clients after version TODO will see their faders and buttons grayed out). Instead, they will hear the pan and gain value as set by the mix master. + +When this mix master sets a channel to SOLO, this will *not* apply to everybody's elses mix. Allowing the mix master to 'secretly' SOLO people can help creating a good mix without disturbing other clients. + +This mode can be valuable to e.g. choir rehearsals to offload mixing from the singers to a conductor or dedicated sound engineer and improve the quality of the overall mix for everybody. + ## Converting a public server to a private one on the fly You can run a public server long enough for your band to connect, then go private by simply unchecking the 'Make my server Public' box in the server GUI. Your band mates will still be connected to the server until they disconnect. (Thanks to [David Savinkoff](https://github.com/DavidSavinkoff) for this tip!) - ## Jamulus client Linux start script Here's a Linux start script for Jamulus using an old Audigy4 sound card, the large number of available audio faders for which makes it hard to get the correct settings. From edacdc9e2a0a218dd0d99b5384a739ee21e2d54d Mon Sep 17 00:00:00 2001 From: Christian Werling Date: Sun, 25 Apr 2021 13:14:28 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Incorporate=20feedback=20from=20@gilgongo?= =?UTF-8?q?=20=F0=9F=99=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wiki/en/en-Tips-Tricks-More.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wiki/en/en-Tips-Tricks-More.md b/wiki/en/en-Tips-Tricks-More.md index 575cde0de..d09310171 100644 --- a/wiki/en/en-Tips-Tricks-More.md +++ b/wiki/en/en-Tips-Tricks-More.md @@ -55,13 +55,13 @@ You can save and restore the mix you have for your band rehearsals (fader, mute, ## Delegate mixing to a mix master using the --mastermix server mode -By starting a server instance with the `--mastermix` flag, the first client to connect will become the mix master. +By starting a server instance with the `--mastermix` flag, the first client to connect will become the controller, or 'mix master' of the audio mix. -Subsequent joiners will be able to control their own as well as the mix master's pan and gain, but nobody else's (clients after version TODO will see their faders and buttons grayed out). Instead, they will hear the pan and gain value as set by the mix master. +Subsequent joiners will be able to control their own as well as the mix master's pan and gain, but nobody else's (clients will see these faders and buttons grayed out). Instead, they will hear the pan and gain value as set by the mix master. -When this mix master sets a channel to SOLO, this will *not* apply to everybody's elses mix. Allowing the mix master to 'secretly' SOLO people can help creating a good mix without disturbing other clients. +When the mix master sets a channel to Solo, this will *not* apply to everybody's elses mix. Allowing the mix master to secretly solo people can help to create a good mix without disturbing other clients. -This mode can be valuable to e.g. choir rehearsals to offload mixing from the singers to a conductor or dedicated sound engineer and improve the quality of the overall mix for everybody. +This mode can be valuable for example in choir rehearsals to offload mixing from the singers to a conductor. Or in having a dedicated sound engineer to improve the quality of the overall mix for everybody. ## Converting a public server to a private one on the fly