generated from midi-mixer/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breaking: Change to websocket v5 (#22)
* fix: gitignore now ignores the correct build directory and .midiMixerPlugin files * fix: Updated midi-mixer-cli/plugin packages and added bundledDependencies to properly pack * fix: remove cached tracked output file * feat: Upgrade to websocket version 5 BREAKING CHANGE: Updated package not compatible with websocket version 4.x * feat: Add audio meters * remove test code * docs: Update PAGE.md indicating websocket v5 * fix: prepend 'ws://' if address does not start with it * fix: duh, wrong operator * Add scaling value for meters * remove simple attempt at retrying on connection failed
- Loading branch information
1 parent
85ed500
commit f7c1a92
Showing
5 changed files
with
232 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## This Requires the OBS Websocket version 5 | ||
|
||
# OBS Plugin | ||
|
||
A proof-of-concept plugin that provides very basic OBS integration. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.