You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_target_property(_LV2_OUT_DIR${CMAKE_PROJECT_NAME}_LV2LIBRARY_OUTPUT_DIRECTORY) # Getting it like this since lv2 folder is not a bundle, so TARGET_BUNDLE_DIR wont work
get_target_property(_LV2_OUT_DIR${CMAKE_PROJECT_NAME}_LV2LIBRARY_OUTPUT_DIRECTORY) # Getting it like this since lv2 folder is not a bundle, so TARGET_BUNDLE_DIR wont work
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ Table of Contents
30
30
-[Resizing](#resizing)
31
31
-[VST3, AU, LV2 and CLAP Support](#vst3-au-lv2-and-clap-support)
32
32
-[macOS, Windows and Linux Support](#available-on-all-major-platforms)
33
+
-[Verified by Pluginval](#verified-by-pluginval)
33
34
-[Installation](#installation)
34
35
-[macOS](#macos)
35
36
-[Windows](#windows)
@@ -151,6 +152,12 @@ You can use it on macOS, Windows or Linux.
151
152
152
153
> **Warning** Linux support is experimental and may be unstable.
153
154
155
+
### <aid="verified-by-pluginval"></a> Verified by Pluginval <imgsrc="assets/pluginval.png"alt="Pluginval"height="20"/>
156
+
157
+
> pluginval is a cross-platform plugin validator and tester application. It is designed to be used by both plugin and host developers to ensure stability and compatibility between plugins and hosts. [GitHub Project Link](https://github.com/Tracktion/pluginval/tree/develop)
158
+
159
+
VST3 and AU versions are verified by [Tracktion Pluginval](https://www.tracktion.com/develop/pluginval) for all platforms. Maximum possible strictness level 10 is used. For macOS and Linux - Headless Mode is being used and GUI Mode is used for Windows. Starting from v0.6.5, you may find proofs of Pluginval verification in the "Assets" section on the Release page(*.txt files are split by platform and plugin format).
160
+
154
161
<!-- INSTALLATION -->
155
162
156
163
## Installation
@@ -211,8 +218,12 @@ Extract the zip and copy the plugin in a format of your choice into the folder w
0 commit comments