Commit 092f186
pluginval 1.0.0 (#72)
* Updated JUCE and fixed some warnings
* Removed some old files
* Started refactoring to remove the ConnectedChildProcess and fixed VST3 threading constraints
* Changed ChildProcessValidator to use a thread to unblock the UI
* Added implicit support for the --validate option. I.e. it's no longer required if the path is the last CLI arg
* Ensured callbacks happed from the message thread
* Refactored and renamed some validation classes
* More internal refactoring
* Fixed missing output when using child process validation
* GitHub Actions update (#64)
* Update to latest GA images and actions/checkout
* Bypass install scripts in favor of CMake
* Correct typo in CMake build
* Use ccache action v1.2 and include Windows
* Remove VS 2022 workaround now that JUCE is updated
* Run pluginval tests on GitHub Actions
* Codesign with DEVELOPER_ID_APPLICATION secret
* Update install and VST2 README sections
* Update installation and VST2 README for CMake
* Add VERSION file, expose to app and GitHub Actions
* Quote the DEVELOPER_ID_APPLICATION secret string
* Run checkout before setting up the ENV
* Checkout on Release to put CHANGELIST in the release body
* Fixed some logic parsing command line options
* Changes MacOS strings to macOS
* Added a workflow_dispatch CI trigger
* Added running auval as a test for Audio Units on macOS (levels 5 and up)
* Added a missing include on Linux
* Added running VST3's validator as a test for VST3s (levels 5 and up)
* Codesign the macOS .app, not the binary (#65)
Co-authored-by: Sudara <[email protected]>
* Code sign fix and Notarization timeout increase (#66)
* Codesign the macOS .app, not the binary
* Use sudara's xcode-notarize fork to increase timeouts
* matrix.binary on macOS should be the .app bundle
* Expose access to the test binary as well as the app to package
* Use "main" branch of sudara's xcode-notarize fork
Co-authored-by: drowaudio <[email protected]>
* Add VST2 sdk building back to GitHub Actions (#67)
* Fix GitHub Actions badge links [skip ci] (#68)
* Use notarytool for notarization (#69)
* Use notarytool directly. Zip first, as notarytool requires .zip or .pkg
* Create a zip to upload. Staple the .app. Use 7z for zip creation.
* Updated docs and removed unused files
* Fixed GUI showing incorrectly when no --validate option is specified
* Added a new line after the validation started message
* Fixed incorrect merging of vst3validator env var
* Added some more info to auval test failures
* Output the auval log if auval fails
* Build and Validate JUCE example plugins (#70)
* Build juce example plugins and validate VST3
* Just build the DSPModulePluginDemo for now. Correct the build dir.
* Use --validate until GUI doesn't open
* Run Xvfb on linux. Cache the plugin binaries.
* Fix windows cache with absolute path. Validate components on macOS.
* single quote the vst path to make windows happy
* Fixed GUI showing incorrectly when no --validate option is specified
* COPY_PLUGIN_AFTER_BUILD for plugin examples so they are signed and openable
* Just build DSPModulePluginDemo_ALL and MultiOutSynthPlugin_ALL
* Build plugins in Release so macOS is happier to validate
* Validate vst on all platforms, codesign au before validating
* Copy AU plugins to ~/Library/Audio
* mkdir -p ~/Library/Audio/Plug-Ins/Components
* Do we need to sleep?
* continue on error for now
* Added a new line after the validation started message
* Fixed incorrect merging of vst3validator env var
* Added some more info to auval test failures
* Output the auval log if auval fails
* Build Windows in Release (specified at build time, not config)
* Remove auval testing stuff
* Clarify comment [skip ci]
* Don't validate with --verbose on macOS
Co-authored-by: David Rowland <[email protected]>
* Fixed exit code on Windows when validating a vst3 file that doesn't exist
* Updated JUCE
* Worked around some assertions for VST3 conformance below level 6
* v1.0.0
Co-authored-by: Sudara <[email protected]>1 parent 149588a commit 092f186
File tree
31 files changed
+1239
-2060
lines changed- .github/workflows
- Source
- tests
- docs
- install
- modules
31 files changed
+1239
-2060
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| 15 | + | |
6 | 16 | | |
7 | 17 | | |
8 | 18 | | |
9 | 19 | | |
10 | 20 | | |
11 | | - | |
12 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
13 | 24 | | |
14 | | - | |
15 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
16 | 28 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
24 | 33 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
40 | 69 | | |
41 | 70 | | |
42 | 71 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 72 | | |
47 | | - | |
48 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
49 | 89 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
53 | 101 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
57 | 105 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
65 | 118 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
73 | 150 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
77 | 154 | | |
78 | 155 | | |
79 | 156 | | |
80 | 157 | | |
81 | 158 | | |
82 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
83 | 163 | | |
84 | | - | |
| 164 | + | |
85 | 165 | | |
86 | 166 | | |
87 | 167 | | |
88 | 168 | | |
89 | 169 | | |
90 | 170 | | |
91 | 171 | | |
| 172 | + | |
92 | 173 | | |
93 | 174 | | |
94 | 175 | | |
95 | | - | |
96 | 176 | | |
97 | 177 | | |
98 | 178 | | |
99 | 179 | | |
100 | 180 | | |
101 | 181 | | |
102 | | - | |
| 182 | + | |
103 | 183 | | |
104 | 184 | | |
105 | 185 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 6 | | |
| 7 | + | |
12 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
| 36 | + | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments