Skip to content

Commit

Permalink
v1.3.0 VBAN update
Browse files Browse the repository at this point in the history
  • Loading branch information
thedist committed Jun 25, 2024
1 parent fa8f43c commit 8e6ca6d
Show file tree
Hide file tree
Showing 9 changed files with 576 additions and 10 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ For a guide on setting up a proxy, refer to [HELP.md](./companion/HELP.md)


# Recent Patches
**V1.3.0**
- Added `VBAN Settings`, `Macro Button`, and `Send Raw Command`, actions
- Added `VBAN` feedback
- Added Variables (`TYPE` is `instream` or `outstream`, and `INDEX` is 0 to 7)
- `vban_on`
- `vban_TYPE_INDEX_on`, `vban_TYPE_INDEX_name`, `vban_TYPE_INDEX_ip`, `vban_TYPE_INDEX_port`, `vban_TYPE_INDEX_sr`, `vban_TYPE_INDEX_channel`, `vban_TYPE_INDEX_bit`, `vban_TYPE_INDEX_quality`, `vban_TYPE_INDEX_route`
- Minor bug fixes

**V1.2.1**
- Added node-gyp dependency

Expand Down
5 changes: 3 additions & 2 deletions companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Companion interacts with the Voicemeeter API by searching for the install locati
## Prereuisuites
NodeJS >= 18

## Steps

## Steps to run the Proxy (Only required if running Voicemeeter on a separate machine to Companion)
1. Download the [companion-module-vbaudio-voicemeeter repository](https://github.com/bitfocus/companion-module-vbaudio-voicemeeter). This can be done either by `git clone` or by clicking on the Code button, and then downloading the zip
2. In the directory you've cloned or unzipped the repo to, run `npm i`. This will download the modules dependencies
2. In the directory you've cloned or unzipped the repo to, run `npm i`. This will download the modules dependencies (NOTE: there may be additional dependencies separate from the module required to build it due to the nature of Voicemeeters API, if there is any issues feel free to reach out on the [Issues Page](https://github.com/bitfocus/companion-module-vbaudio-voicemeeter/issues))
3. Run `node proxy` to start running the proxy on the default port of 8099, or use the `-p PORT` argument to specify a port, such as `node proxy -p 3000`
4. In Companion, create an instance for Voicemeeter and in the configuration set the IP and Port of where the proxy is running
2 changes: 1 addition & 1 deletion companion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "voicemeeter",
"shortname": "Voicemeeter",
"description": "Voicemeeter API Library and Proxy",
"version": "1.2.1",
"version": "0.0.0",
"license": "MIT",
"repository": "https://github.com/bitfocus/companion-module-vbaudio-voicemeeter.git",
"bugs": "https://github.com/bitfocus/companion-module-vbaudio-voicemeeter/issues",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voicemeeter",
"version": "1.2.1",
"version": "1.3.0",
"type": "commonjs",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit 8e6ca6d

Please sign in to comment.