-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.txt
More file actions
92 lines (59 loc) · 2.92 KB
/
Copy pathREADME.txt
File metadata and controls
92 lines (59 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Overdraw 1.2 — macOS
Audio plug-in by Dario Mambro / unevens
https://www.unevens.net
Source code: https://github.com/unevens/Overdraw
WHAT'S IN THIS ZIP
Overdraw 1.2.component Audio Unit (AU) plug-in
Overdraw 1.2.vst3 VST3 plug-in
legal/ Full license texts for Overdraw and every
third-party library it links against
README.txt This file
REQUIREMENTS
macOS 10.15 (Catalina) or later
Apple Silicon or Intel
An AU- or VST3-compatible DAW (Logic Pro, Reaper, Live, Bitwig, ...)
INSTALL — STEP 1: COPY THE PLUG-INS
Copy each plug-in to ONE of the locations below. Use the per-user
paths if you want to install for just your user account, or the
system paths if you want every user on this Mac to see Overdraw.
Per-user (no admin password needed):
~/Library/Audio/Plug-Ins/Components/Overdraw 1.2.component
~/Library/Audio/Plug-Ins/VST3/Overdraw 1.2.vst3
System-wide (admin password required):
/Library/Audio/Plug-Ins/Components/Overdraw 1.2.component
/Library/Audio/Plug-Ins/VST3/Overdraw 1.2.vst3
Tip: in Finder, hold Option and click the "Go" menu to reveal the
hidden ~/Library folder.
INSTALL — STEP 2: LIFT THE QUARANTINE FLAG
macOS quarantines anything downloaded from the internet that
isn't signed with a paid Apple Developer ID. Without this step,
your DAW will refuse to load Overdraw or silently skip it during
scanning.
Open Terminal (Applications → Utilities → Terminal) and run the
two commands matching the paths you used in step 1. For per-user
install:
xattr -dr com.apple.quarantine ~/Library/Audio/Plug-Ins/Components/Overdraw\ 1.2.component
xattr -dr com.apple.quarantine ~/Library/Audio/Plug-Ins/VST3/Overdraw\ 1.2.vst3
For system-wide install (you'll be prompted for your password):
sudo xattr -dr com.apple.quarantine /Library/Audio/Plug-Ins/Components/Overdraw\ 1.2.component
sudo xattr -dr com.apple.quarantine /Library/Audio/Plug-Ins/VST3/Overdraw\ 1.2.vst3
INSTALL — STEP 3: RESCAN IN YOUR DAW
Restart your DAW. Some hosts (Logic, Live) need an explicit
"Rescan plug-ins" before Overdraw shows up in the plug-in menu.
WHY THE QUARANTINE STEP?
Overdraw is free, open-source software. Distributing it with an
Apple-trusted signature would require paying Apple $99/year for a
Developer ID, which doesn't make sense for a free GPL plug-in.
The xattr command above just tells macOS that you trust this
download — the plug-in itself is unchanged and runs identically
to a signed build.
LICENSE
Overdraw is released under the GNU General Public License v3.0.
See legal/Overdraw.txt for the per-file copyright header and
legal/GPL3-LICENSE.txt for the full license text. Third-party
libraries are listed in their own files inside the legal/ folder.
SUPPORT
Bugs and feature requests:
https://github.com/unevens/Overdraw/issues
Contact:
hi@unevens.net