{
  "Actions": [
    {
      "Icon": "Images/icon",
      "Name": "Modify Setting",
      "States": [
        {
          "Image": "Images/vmTop",
          "TitleAlignment": "bottom",
          "FontSize": "11"
        }
      ],
      "SupportedInMultiActions": true,
      "DisableCaching": true,
      "UserTitleEnabled": false,
      "Tooltip": "Modify Setting - Allows you to easily modify various VoiceMeeter settings.",
      "UUID": "com.barraider.vmmodify",
      "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/Modify.html"
    },
    {
      "Icon": "Images/icon",
      "Name": "Mute/Unmute",
      "States": [
        {
          "Image": "Images/vm",
          "TitleAlignment": "bottom",
          "FontSize": "11"
        }
      ],
      "SupportedInMultiActions": true,
      "DisableCaching": true,
      "UserTitleEnabled": false,
      "Tooltip": "Mute/Unmute - See a live indication of the current status on Stream Deck (never forget your microphone on again!).",
      "UUID": "com.barraider.vmmicrophone",
      "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/Microphone.html"
    },
    {
      "Icon": "Images/icon",
      "Name": "Advanced Press/Long-Press",
      "States": [
        {
          "Image": "Images/vmTop",
          "TitleAlignment": "bottom",
          "FontSize": "11"
        }
      ],
      "SupportedInMultiActions": true,
      "DisableCaching": true,
      "UserTitleEnabled": false,
      "Tooltip": "Advanced Press/Long-Press - Directly access any setting through text. Supports both Press and Long-Press (allows you to change between two preset list of settings).",
      "UUID": "com.barraider.vmadvanced",
      "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/AdvancedKeypress.html"
    },
    {
      "Icon": "Images/icon",
      "Name": "Advanced Toggle",
      "States": [
        {
          "Image": "Images/vmTop",
          "TitleAlignment": "bottom",
          "FontSize": "11"
        }
      ],
      "SupportedInMultiActions": true,
      "DisableCaching": true,
      "UserTitleEnabled": false,
      "Tooltip": "Advanced Toggle - Focused on toggling between two modes (versus click and long click in the VoiceMeeter Advanced Click/Long-Click).",
      "UUID": "com.barraider.vmadvancedtoggle",
      "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/AdvancedToggle.html"
    },
    {
      "Icon": "Images/icon",
      "Name": "Advanced PTT",
      "States": [
        {
          "Image": "Images/vmTop",
          "TitleAlignment": "bottom",
          "FontSize": "11"
        }
      ],
      "SupportedInMultiActions": true,
      "DisableCaching": true,
      "UserTitleEnabled": false,
      "Tooltip": "Advanced PTT - Enable settings until you release the button",
      "UUID": "com.barraider.vmadvancedptt",
      "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/AdvancedPTT.html"
    },
    {
      "Icon": "Images/icon",
      "Name": "MacroButton Toggle",
      "States": [
        {
          "Image": "Images/buttonDisabled",
          "TitleAlignment": "middle",
          "FontSize": "11"
        }
      ],
      "SupportedInMultiActions": true,
      "DisableCaching": true,
      "UserTitleEnabled": false,
      "Tooltip": "MacroButton Toggle - Enable/Disable a VoiceMeeter MacroButton",
      "UUID": "com.barraider.vmmacrotoggle",
      "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/MacroToggle.html"
    },
    {
      "Icon": "Images/volumeIcon",
      "Name": "Gain Adjust",
      "States": [
        {
          "Image": "Images/volumeAction",
          "TitleAlignment": "middle",
          "FontSize": "13"
        }
      ],
      "Controllers": [ "Encoder" ],
      "Encoder": {
        "layout": "gainAdjustDialLayout.json",
        "TriggerDescription": {
          "Rotate": "Increase/Decrease",
          "Push": "Customizable",
          "Touch": "Customizable"
        }
      },
      "SupportedInMultiActions": false,
      "DisableCaching": true,
      "UserTitleEnabled": false,
      "Tooltip": "Adjusts the gain of a Strip/Bus",
      "UUID": "com.barraider.gainadjust",
      "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/GainAdjustDial.html"
    },
    {
      "Icon": "Images/settingAdjustIcon",
      "Name": "Setting Adjust",
      "States": [
        {
          "Image": "Images/settingAdjustAction",
          "TitleAlignment": "middle",
          "FontSize": "13"
        }
      ],
      "Controllers": [ "Encoder" ],
      "Encoder": {
        "layout": "settingAdjustDialLayout.json",
        "TriggerDescription": {
          "Rotate": "Increase/Decrease",
          "Push": "Disable"
        }
      },
      "SupportedInMultiActions": false,
      "DisableCaching": true,
      "UserTitleEnabled": false,
      "Tooltip": "Adjusts one of the knobs of a Strip/Bus",
      "UUID": "com.barraider.settingadjust",
      "PropertyInspectorPath": "PropertyInspector/VoiceMeeter/AdjustSettingDial.html"
    }
  ],
  "Author": "BarRaider",
  "Description": "VoiceMeeter integration and live feedback. Includes Dials, Hotkey and MIDI Support",
  "Name": "VoiceMeeter Integration",
  "Icon": "Images/pluginIcon",
  "URL": "https://BarRaider.com/",
  "Version": "2.3.1",
  "CodePath": "com.barraider.voicemeeter.exe",
  "Category": "VoiceMeeter [BarRaider]",
  "CategoryIcon": "Images/categoryIcon",
  "OS": [
    {
      "Platform": "windows",
      "MinimumVersion": "10"
    }
  ],
  "SDKVersion": 2,
  "Software": {
    "MinimumVersion": "6.8.1"
  }
}
