-
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.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
72cb55f
commit c573ff3
Showing
4 changed files
with
16 additions
and
71 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,3 @@ | ||
{ | ||
".": "4.0.0" | ||
".": "4.0.1" | ||
} |
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
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,80 +1,18 @@ | ||
# ================================================================================================== | ||
# GENERAL SETTINGS | ||
# ================================================================================================== | ||
|
||
# Package type. Must be plugin4 for plugins. | ||
type: plugin4 | ||
|
||
# Name that identifies the plugin. | ||
name: VoiceMeeter | ||
|
||
# Plugin name that is shown to the user. | ||
displayName: VoiceMeeter | ||
|
||
# Short description of the plugin. | ||
description: Control your VoiceMeeter audio mixer with your Loupedeck device. | ||
|
||
# Name of the plugin library file. | ||
pluginFileName: VoiceMeeterPlugin.dll | ||
|
||
# Plugin version. | ||
version: 4.0.0 | ||
|
||
# Author of the plugin. The author can be a company or an individual developer. | ||
version: 4.0.1 | ||
author: XeroxDev | ||
|
||
# Copyright information. | ||
copyright: Copyright © 2022-2024 Dominic Ris. All rights reserved. | ||
|
||
|
||
# ================================================================================================== | ||
# PLUGIN PROPERTIES | ||
# ================================================================================================== | ||
|
||
# Location of plugin files on Windows (relative to the plugin base directory). | ||
# This parameter is required to support Windows. | ||
pluginFolderWin: . | ||
|
||
# Location of plugin files on macOS (relative to the plugin base directory). | ||
# This parameter is required to support Mac. | ||
#pluginFolderMac: . | ||
|
||
# List of devices the plugin is optimized for. | ||
supportedDevices: | ||
# LoupedeckCtFamily covers the following devices: Loupedeck CT, Live and Live S, | ||
# Razer Stream Controller, and Razer Stream Controller X. | ||
- LoupedeckCtFamily | ||
|
||
# LoupedeckPlusFamily covers Loupedeck+ device. Uncomment the following line to support Loupedeck+. | ||
#- LoupedeckPlusFamily | ||
|
||
# List of plugin capabilities. | ||
- LoupedeckCtFamily | ||
pluginCapabilities: | ||
# Uncomment the following line if this plugin is an application plugin. | ||
- HasApplication | ||
|
||
# Uncomment the following line if the plugin sends keyboard shortcuts to the target application. | ||
#- ActivatesApplication | ||
|
||
# Minimum Loupedeck version supported by the plugin. | ||
minimumLoupedeckVersion: 6.0 | ||
|
||
|
||
# ================================================================================================== | ||
# LOUPEDECK MARKETPLACE SETTINGS | ||
# ================================================================================================== | ||
|
||
# Name of the license that the plugin is licensed under. Select the one that you prefer. | ||
# NOTE: GPL license is not compatible with Loupedeck Marketplace. | ||
- HasApplication | ||
minimumLoupedeckVersion: 6 | ||
license: MIT | ||
|
||
# URL of the plugin license. | ||
licenseUrl: https://opensource.org/licenses/MIT | ||
|
||
# URL of the support page where the users can send improvement suggestions and report bugs. | ||
# The URL is shown in Loupedeck Marketplace. The page can be for example a GitHub issues page. | ||
# NOTE: This setting is recommended when publishing the plugin in Loupedeck Marketplace. | ||
supportPageUrl: https://s.tswi.me/discord | ||
|
||
# URL of the plugin homepage. The URL is shown in Loupedeck Marketplace. | ||
homePageUrl: https://help.xeroxdev.de/en/loupedeck/voicemeeter/home |