|
1 |
| -# ================================================================================================== |
2 |
| -# GENERAL SETTINGS |
3 |
| -# ================================================================================================== |
4 |
| - |
5 |
| -# Package type. Must be plugin4 for plugins. |
6 | 1 | type: plugin4
|
7 |
| - |
8 |
| -# Name that identifies the plugin. |
9 | 2 | name: VoiceMeeter
|
10 |
| - |
11 |
| -# Plugin name that is shown to the user. |
12 | 3 | displayName: VoiceMeeter
|
13 |
| - |
14 |
| -# Short description of the plugin. |
15 | 4 | description: Control your VoiceMeeter audio mixer with your Loupedeck device.
|
16 |
| - |
17 |
| -# Name of the plugin library file. |
18 | 5 | pluginFileName: VoiceMeeterPlugin.dll
|
19 |
| - |
20 |
| -# Plugin version. |
21 |
| -version: 4.0.0 |
22 |
| - |
23 |
| -# Author of the plugin. The author can be a company or an individual developer. |
| 6 | +version: 4.0.1 |
24 | 7 | author: XeroxDev
|
25 |
| - |
26 |
| -# Copyright information. |
27 | 8 | copyright: Copyright © 2022-2024 Dominic Ris. All rights reserved.
|
28 |
| - |
29 |
| - |
30 |
| -# ================================================================================================== |
31 |
| -# PLUGIN PROPERTIES |
32 |
| -# ================================================================================================== |
33 |
| - |
34 |
| -# Location of plugin files on Windows (relative to the plugin base directory). |
35 |
| -# This parameter is required to support Windows. |
36 | 9 | pluginFolderWin: .
|
37 |
| - |
38 |
| -# Location of plugin files on macOS (relative to the plugin base directory). |
39 |
| -# This parameter is required to support Mac. |
40 |
| -#pluginFolderMac: . |
41 |
| - |
42 |
| -# List of devices the plugin is optimized for. |
43 | 10 | supportedDevices:
|
44 |
| - # LoupedeckCtFamily covers the following devices: Loupedeck CT, Live and Live S, |
45 |
| - # Razer Stream Controller, and Razer Stream Controller X. |
46 |
| - - LoupedeckCtFamily |
47 |
| - |
48 |
| - # LoupedeckPlusFamily covers Loupedeck+ device. Uncomment the following line to support Loupedeck+. |
49 |
| - #- LoupedeckPlusFamily |
50 |
| - |
51 |
| -# List of plugin capabilities. |
| 11 | + - LoupedeckCtFamily |
52 | 12 | pluginCapabilities:
|
53 |
| - # Uncomment the following line if this plugin is an application plugin. |
54 |
| - - HasApplication |
55 |
| - |
56 |
| - # Uncomment the following line if the plugin sends keyboard shortcuts to the target application. |
57 |
| - #- ActivatesApplication |
58 |
| - |
59 |
| -# Minimum Loupedeck version supported by the plugin. |
60 |
| -minimumLoupedeckVersion: 6.0 |
61 |
| - |
62 |
| - |
63 |
| -# ================================================================================================== |
64 |
| -# LOUPEDECK MARKETPLACE SETTINGS |
65 |
| -# ================================================================================================== |
66 |
| - |
67 |
| -# Name of the license that the plugin is licensed under. Select the one that you prefer. |
68 |
| -# NOTE: GPL license is not compatible with Loupedeck Marketplace. |
| 13 | + - HasApplication |
| 14 | +minimumLoupedeckVersion: 6 |
69 | 15 | license: MIT
|
70 |
| - |
71 |
| -# URL of the plugin license. |
72 | 16 | licenseUrl: https://opensource.org/licenses/MIT
|
73 |
| - |
74 |
| -# URL of the support page where the users can send improvement suggestions and report bugs. |
75 |
| -# The URL is shown in Loupedeck Marketplace. The page can be for example a GitHub issues page. |
76 |
| -# NOTE: This setting is recommended when publishing the plugin in Loupedeck Marketplace. |
77 | 17 | supportPageUrl: https://s.tswi.me/discord
|
78 |
| - |
79 |
| -# URL of the plugin homepage. The URL is shown in Loupedeck Marketplace. |
80 | 18 | homePageUrl: https://help.xeroxdev.de/en/loupedeck/voicemeeter/home
|
0 commit comments