Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MulticamSystems/vMixAudioMatrix
https://github.com/MulticamSystems/vMixAudioMatrix
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/MulticamSystems/vMixAudioMatrix
- Owner: MulticamSystems
- License: gpl-3.0
- Created: 2020-04-27T10:08:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T11:38:39.000Z (over 4 years ago)
- Last Synced: 2024-09-12T19:02:44.440Z (4 months ago)
- Language: HTML
- Size: 204 KB
- Stars: 21
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vmix - vMixAudioMatrix - by Haavard15
README
# vMixAudioMatrix
![Example output](https://i.imgur.com/b5tvIvE.png)
Online live version available here:
http://njastad.com/vMixAudioMatrix/Download the HTML file, open it in Chrome and/or take that link and paste it into vMix as a Browser source (should start with file:///)
To configure the HTML file, add URL arguments to the URL like this:
```
file:///C:/.../vMixAudioMatrix/index.html?IP=127.0.0.1&Inputs=1,2,3&Buses=M
```The available parameters are:
"IP" defines the target IP.
Default: localhost
```
Syntax: IP=127.0.0.1
```"Port" defines the target Port.
Default: 8088
```
Syntax: Port=8089
```
"Inputs" Filters for specific inputs.
Default: no filter, shows all inputs
```
Syntax: Inputs=1,2,4
```"Exclude" exclude inputs from the list.
Default: no filter
```
Syntax: Exclude=1,2,3
```"Buses" Filters for specific Buses.
Default: no filter, shows all buses
```
Syntax: Buses=M,A,F
```"Zoom" defines the zoom of the table.
Default: 1
```
Syntax: Zoom=0.5
```"Interval" defines the refresh interval in ms.
Default: 100
```
Syntax: Interval=500
```"Names" defines custom names for each bus.
Default: none
```
Syntax: Names=M:Live Output,B:Speakers
```"Title" Sets a custom title at the top of the page.
Default: none
```
Syntax: Title=ReplayPC
```