logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
thsorensen1  
#1 Posted : Saturday, February 15, 2020 9:02:53 AM(UTC)
thsorensen1

Rank: Newbie

Groups: Registered
Joined: 5/29/2019(UTC)
Posts: 4
Norway
Location: Tromsø

Was thanked: 3 time(s) in 1 post(s)
So, with the new version of vMix with 8 audio channels (A-G + M) we can now do a lot more with audio.

I'm currently setting up a vMix solution for a bigger production with communication with MIXMINUS for producers and reporteres integrated in vMix.

The show will need all of the output channels for this event (multiple reporters and photographers), and everything needs to be controlled dynamically.
I'm using a Focusrite 18i20 USB sounddevice for all the audio outputs.

The concept is a webpage that controls all of the output channels, you can route all input audio sources to the outputs(A-G + M).
vMatrix.PNG (33kb) downloaded 27 time(s).


See this video how this is working when in use:
In use video

To do this smoothly I have created a small web application that polls the vMix API (http://127.0.0.1:8088/API) every 300MS, and parses the XML.

The code is currently NOT documented at all and is only a PoC, I will do some more work on this in the next couple of weeks.

Every input source is added manually in the source body.

To run this app, you will need to rename the file to e.g. vmatrix.html, and run it on a local webserver.

vmatrix.txt (9kb) downloaded 105 time(s).
thanks 3 users thanked thsorensen1 for this useful post.
dmwkr on 4/16/2020(UTC), avsoundguy on 4/27/2020(UTC), stigaard on 4/30/2020(UTC)
stigaard  
#2 Posted : Wednesday, April 15, 2020 10:45:46 PM(UTC)
stigaard

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2015(UTC)
Posts: 493
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 378 times
Was thanked: 100 time(s) in 79 post(s)
Good job. Cool stuff in simple app. Well done.
avsoundguy  
#3 Posted : Wednesday, April 29, 2020 4:31:16 AM(UTC)
avsoundguy

Rank: Advanced Member

Groups: Registered
Joined: 10/26/2016(UTC)
Posts: 79

Thanks: 189 times
Was thanked: 12 time(s) in 11 post(s)
Not getting the app to run, just get a page with a "Start update" button in the upper left corner
stigaard  
#4 Posted : Thursday, April 30, 2020 6:35:49 AM(UTC)
stigaard

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2015(UTC)
Posts: 493
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 378 times
Was thanked: 100 time(s) in 79 post(s)
Originally Posted by: avsoundguy Go to Quoted Post
Not getting the app to run, just get a page with a "Start update" button in the upper left corner


I made a electron version of this. Try downloading this app: https://github.com/jenss...x-vmix-electron/releases

Looks something like this:
Audio Matrix vMix App Electron
thanks 4 users thanked stigaard for this useful post.
ask on 4/30/2020(UTC), Video Dave on 4/30/2020(UTC), desmar on 4/30/2020(UTC), BRebels on 11/23/2020(UTC)
dark_ata  
#5 Posted : Saturday, May 2, 2020 4:05:43 AM(UTC)
dark_ata

Rank: Advanced Member

Groups: Registered
Joined: 8/10/2015(UTC)
Posts: 126
Location: Tenerife

Thanks: 11 times
Was thanked: 18 time(s) in 13 post(s)
very interesting, also now i feel stupid in febrary i used all the channels and i maldi the UI thinking that not have any way to check if one audio is in C-G channels , right click ...
BRebels  
#6 Posted : Monday, November 23, 2020 10:30:54 PM(UTC)
BRebels

Rank: Member

Groups: Registered
Joined: 9/21/2020(UTC)
Posts: 12
United States

Thanks: 9 times
Was thanked: 1 time(s) in 1 post(s)
stigaard having an issue using your app on OSX 10.15.7
Pop-up window says "The application "Audio Matrix vMix Electron cant be opened".
Will it not run on Catalina?
stigaard  
#7 Posted : Tuesday, November 24, 2020 8:48:37 AM(UTC)
stigaard

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2015(UTC)
Posts: 493
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 378 times
Was thanked: 100 time(s) in 79 post(s)
Originally Posted by: BRebels Go to Quoted Post
stigaard having an issue using your app on OSX 10.15.7
Pop-up window says "The application "Audio Matrix vMix Electron cant be opened".
Will it not run on Catalina?


I will take a look at the issue tomorrow.. Perhaps something to do with code signing..
stigaard  
#8 Posted : Thursday, November 26, 2020 4:03:05 PM(UTC)
stigaard

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2015(UTC)
Posts: 493
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 378 times
Was thanked: 100 time(s) in 79 post(s)
The issue is now fixed.
thanks 1 user thanked stigaard for this useful post.
BRebels on 12/4/2020(UTC)
jip  
#9 Posted : Sunday, August 1, 2021 12:08:10 AM(UTC)
jip

Rank: Advanced Member

Groups: Registered
Joined: 7/23/2013(UTC)
Posts: 122
Estonia
Location: North

Thanks: 12 times
Was thanked: 13 time(s) in 11 post(s)
Originally Posted by: stigaard Go to Quoted Post
The issue is now fixed.


Hi,
thanks for the convenient matrix app.

I would propose few small updates:
1) for buses A-G, there could be a button for routing bus to Master (like M button in vMix audio mixer)
2) get default bus titles from vMix api (buses can now be renamed in vMix)
3) solo buttons for buses and inputs

Could these be implemented? I guess the last one is the most demanding.

thsorensen1  
#10 Posted : Friday, August 20, 2021 5:31:24 PM(UTC)
thsorensen1

Rank: Newbie

Groups: Registered
Joined: 5/29/2019(UTC)
Posts: 4
Norway
Location: Tromsø

Was thanked: 3 time(s) in 1 post(s)
Originally Posted by: jip Go to Quoted Post
Originally Posted by: stigaard Go to Quoted Post
The issue is now fixed.


Hi,
thanks for the convenient matrix app.

I would propose few small updates:
1) for buses A-G, there could be a button for routing bus to Master (like M button in vMix audio mixer)
2) get default bus titles from vMix api (buses can now be renamed in vMix)
3) solo buttons for buses and inputs

Could these be implemented? I guess the last one is the most demanding.




Hi.
Sorry for late response here.
I'm sorry to let you know that I'm not able to do these features as I currently not using this system my self.
However, the features you are asking for should be easy to fix if you get someone with basic javascript experience.

Best of luck..!
Regards,
Thomas Sorensen
sean.norris  
#11 Posted : Wednesday, September 29, 2021 7:48:52 AM(UTC)
sean.norris

Rank: Newbie

Groups: Registered
Joined: 10/4/2020(UTC)
Posts: 4
United States

This is really cool! Thank you
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.