-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set and Get PATCHING Routes #100
Comments
Thanks for your feature request! This looks pretty complex if done right so I'm a bit hesitant to fully implement this.
That's great, thank you very much! The easiest way is to use GitHub Sponsors: https://github.com/sponsors/fmalcher/ |
We do a big conference production once a year (it was 14 days ago now) where we cascade two SoundCrafts. One is in the control room (master) and the other is on the stage (slave). Two sound engineers are in charge of 6 microphones, 2 sound inputs from computers and one zoom call. They mix the outputs into two live broadcasts (one in Czech and the other in English). (You can tell by looking at the picture.) We are looking for an easy solution so that the sound engineers (everyone to himself) could choose what to listen to in the headphones on the output of HEARDPHONE 1 and 2. We just thought of using routing in the PATCHING table. Through the Companion, we would switch which internal channel will go to the H1 and/or H2 output. If it makes your job easier, I suggest limiting myself to the page where HW outputs are routed to ports. When it comes to eavesdropping on AUXes, that is very important. (On the AUX outputs they listen to the sound for the language mutations of the broadcast). Other combinations are not so important to us. Hopefully it could be simplified like this. Is that clear please? |
@Suenee Here's my first idea for this. To keep things simple, I decided to create one dropdown each for source and destination so that we don't have to validate the numeric input value. Since patching is only possible on the Ui24R, we know the exact number of inputs and outputs. |
Sure, I agree, that dropdown is fine. It's just not clear to me from the picture, does SOURCE (FROM) and DESTIONATION (TO) only offer combinations that are feasible? I'm just asking to be sure.
Great
As you describe it, it looks great. I would love to help you and try it out too. Is it possible to download the changed files somewhere and temporarily overwrite production version with the newest? Or how best to proceed? |
The only combination that I know doesn't work is patching USB-A inputs to HW OUTS or CASCADE OUTS. You can select this combination, but it's a no-op so nothing will happen (see code here). Do you know any other impossible combinations?
Unfortunately not really an easy way. You will have to clone the module repo, create a build and include it into your Companion installation (there's an option for this for module development). I can give you detailed info if you want to try this way. |
Now they released COMPANION 3.4.4 but I do not see that your module was included. Why? |
It's a patch version (3.4.z), new features are only added in minor versions (3.y.0). |
So I need to wait for 3.5 or higger? |
That's right. Unfortunately, I do not know when this will be. But I will mergr this PR before the 3.5 release. |
@Suenee Patching should now be availabile in the 3.5.0 beta releases 😊 |
SET PATACHING ROUTE
For one project, it would be very useful if it were possible to change the path settings in PATCHING. Specifically, we would need to change the sound source at the headphone output. Would it be possible to program this please?
I suppose you could create a command that has four select boxes in it:
Feedback GET PATCHING ROUTE
Verification that the given route is set on the patch page.
OFFTOPIC: Please send me your account number in the international format, I will be happy to support you also for that modification for MULTITRACK RECORD as I promised. MTR works well! :-)
The text was updated successfully, but these errors were encountered: