Skip to content

Commit c14d6b1

Browse files
committed
readme
1 parent ae2fd74 commit c14d6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
An expressive, semi-modular *phase-modulation* synthesizer. Cousin(?) of this [other synth](https://github.com/gregrecco67/AudiblePlanets).
55

66
## Installation
7-
The plugin is available in a variety of formats [here](https://github.com/gregrecco67/PMDaze/releases). Since there is no installer, you will have to place the plugin file in the right place yourself. On Windows, place the VST3 file in /Program Files/Common Files/VST3. On Mac OS, place the VST3 file in ~/Library/Audio/Plug-Ins/VST3 and/or the AU file in \~/Library/Audio/Plug-Ins/Components. (You will need the Audio Unit component if you plan to run the synth in Logic or GarageBand.) On Linux, place the VST3 file wherever your DAW looks for it, which should include ~/.vst3 as a default. More info on default VST3 file locations [here](https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Locations+Format/Plugin+Locations.html) and LV2 locations [here](https://lv2plug.in/pages/filesystem-hierarchy-standard.html). On a Mac, you will need to take the further step of authorizing the plugin to run, either from the Privacy & Security settings panel, or by typing `xattr -dr com.apple.quarantine <file location>` in a Terminal window.
7+
The plugin is available in a variety of formats [here](https://github.com/gregrecco67/PMDaze/releases). Since there is no installer, you will have to place the plugin file in the right place yourself. On Windows, place the VST3 file in `/Program Files/Common Files/VST3`. On Mac OS, place the VST3 file in `~/Library/Audio/Plug-Ins/VST3` and/or the AU file in `\~/Library/Audio/Plug-Ins/Components`. (You will need the Audio Unit component if you plan to run the synth in Logic or GarageBand.) On Linux, place the VST3 file wherever your DAW looks for it, which should include `~/.vst3` as a default. More info on default VST3 file locations [here](https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/Locations+Format/Plugin+Locations.html) and LV2 locations [here](https://lv2plug.in/pages/filesystem-hierarchy-standard.html). On a Mac, you will need to take the further step of authorizing the plugin to run, either from the Privacy & Security settings panel, or by typing `xattr -dr com.apple.quarantine <file location>` in a Terminal window.
88

99
Alternatively, you can build it from source:
1010
```

0 commit comments

Comments
 (0)