Skip to content

tns-goldfinger/streamdeck-voicemeeter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voicemeeter Integration

VoiceMeeter integration and live feedback for the Elgato Stream Deck device.

Author's website and contact information: https://barraider.com

What's new in v1.8

  • AND/OR support on the Mode1 Check in the Advanced Toggle! You can now do things like Strip[0].Mute AND Strip[1].B2 or Strip[0].Solo OR Strip[0].B2 OR Strip[1].B1
  • Customizable Long Press length on the Press/Long-Press action
  • Hotkey Support 🤩 - All advanced actions now support sending hotkeys to integrate with the :voicemeeter: Macros
  • Midi Support 🤩 🤩 - All advanced actions now support the :voicemeeter: SendMidi commands
  • Support for \n (new line) in the Enabled/Disabled Texts

What's new in 1.7

  • VM Advanced actions now support renaming values that show 1 / 0 to a user-defined text (On/Off or Enabled/Disabled, etc.)
  • Bugfix in which the second image was not stored correctly in the VM Advanced Toggle action
  • Moved actions to a "VoiceMeeter" category in the Stream Deck app

Download:

https://github.com/BarRaider/streamdeck-voicemeeter/releases/

Current functionality

5 Plugins built into one:

VoiceMeeter Mute/Unmute

  • Allows you to easily connect to one of VoiceMeeter's Strips or Buses
  • 3 different modes: Toggle/Push-To-Talk/Single Setting (on/off)
  • See a live indication of the current status on Stream Deck (never forget your microphone on again!)
  • Can also be used to mute/unmute different Strips/Buses such as Spotify/Background music/etc.
  • Choose from 4 different icons to display the mute/unmute settings
  • Choose your own images to display, instead of the 4 pre-defined icons

VoiceMeeter Modify Setting

  • Allows you to easily modify various VoiceMeeter settings
  • Supports a whole list of options for each Strip/Bus
  • Live feedback on the current value of that setting
  • Supports both Press and Long Press (allows you to toggle between two preset values for this setting)
  • Option to turn off the Live feedback and set the title to whatever you want (including a prefix using the TitlePrefix parameter)

VoiceMeeter Advanced Press/Long-Press

VoiceMeeter Advanced Toogle

  • Note: This is for advanced users but there are explanations under the Fields explained section below
  • Focused on toggling between two modes (versus press and long press in the VoiceMeeter Advanced Press/Long-Press)
  • Mode1 should always turn things ON and Mode2 should turn things OFF
  • Example: Strip[0].mono=1;Strip[1].Mute=1;Bus[2].Gain=-20;
  • Supports toggling between two preset list of settings
  • Supports different user-defined icons for each preset
  • Live feedback on whatever setting you choose
  • Option to turn off the Live feedback and set the title to whatever you want (including a prefix using the TitlePrefix parameter)

VoiceMeeter Advanced PTT

The Advanced PTT action allows you to set a bunch of settings until you release the key.

Fields explained:

  • Mode1 Key Press - The configuration to set when we're toggling into Mode1 -> Use this to turn ON the setting e.g. Strip[0].Mute=1
  • Mode1 Check - True/False value to determine if we're in Mode1. Example: If you input: Strip[0].Mute the plugin will determine you're in Mode1 every time Strip0 is muted.
  • Mode1 Image - Customizable image that will be shown when you're in Mode1
  • Mode2 Key Press - The configuration to set when we're toggling into Mode2 -> Use this to turn OFF the setting e.g. Strip[0].Mute=0
  • Mode2 Key Press - Customizable image that will be shown when you're in Mode1
  • Title - Used to determine if you want a dynamic title (Based on the "Title Value" field) or a static title (Based on the "Title field" at the very top)
  • Title Prefix - Text to add before displaying the Title Value. ProTip: Type \n to make the title multi-line
  • Title Value - Value to display in the title. Example: If you input: Strip[0].Mono it will display 1 when Mono is enabled on Strip0 and 0 otherwise.

FAQ

Q: Can I use this plugin to Restart VoiceMeeter?
A: Yes! Choose one of the "VoiceMeeter Advanced" plugins and use the following command: Command.Restart = 1;

Q: Stream Deck shows a big VoiceMeeter logo and nothing works
A: This means that VoiceMeeter is either not running or not properly installed. Try reloading VoiceMeeter, if that doesn't work - try reinstalling.

Q: What are the valid values for each setting?
A: Valid values can be found starting on page 9 of VoiceMeeter API PDF: https://download.vb-audio.com/Download_CABLE/VoicemeeterRemoteAPI.pdf

Q: Can I make the title multi-line? A: Yes, write \n in the Title Prefix parameter to add lines

Download

I found a bug, who do I contact?

For support please contact the developer. Contact information is available at https://barraider.com

I have a feature request, who do I contact?

Please contact the developer. Contact information is available at https://barraider.com

Dependencies

  • Uses StreamDeck-Tools by BarRaider: NuGet
  • Uses Easy-PI by BarRaider - Provides seamless integration with the Stream Deck PI (Property Inspector)

About

VoiceMeeter integration for Stream Deck

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 40.4%
  • CSS 27.5%
  • HTML 17.4%
  • JavaScript 14.7%