From 70a21582adf3ecc2cc179dc33b9fdd4be72b9832 Mon Sep 17 00:00:00 2001 From: Matthew Firth Date: Fri, 1 Mar 2024 12:35:10 +0000 Subject: [PATCH] Fix mistakes in readmes --- README.md | 16 +--------------- packaging/README.md.in | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index b552def29..abbd185ba 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,7 @@ For Windows, extract the contents of the downloaded package to a temporary locat ### Manual Install -After download, copy the `ear-production-suite` folder and the `ADM Export Source` plugin to the correct folder as shown in the following table. - -| System | Folder | -| ------------------------- | ---------------------------------------- | -| macOS | ~/Library/Audio/Plug-ins/VST3 | -| Windows | C:\Program Files\Common Files\VST3 | -| Linux | ~/.vst3 | - -To install the extension, you must copy the dynamic library `reaper_adm` from the `UserPlugins` directory of the downloaded package to your REAPER resource path. - -You can open this resource folder from within REAPER via - -``` -[Options] -> [Show REAPER resource path in explorer/finder...] -``` +Please refer to `README.pdf`, which is available in the root of the Release packages or within the `packaging` subdirectory of this repository. ## Building from source diff --git a/packaging/README.md.in b/packaging/README.md.in index 5e0463bbe..d74009bbb 100644 --- a/packaging/README.md.in +++ b/packaging/README.md.in @@ -33,7 +33,7 @@ For an up-to-date list of known issues, please refer to [GitHub](https://github. ## Installation -The EPS is designed for REAPER 64-bit, on a 64-bit OS (macOS, Windows or Linux (experimental)) +The EPS is designed for REAPER 64-bit, on a 64-bit OS (MacOS, Windows or Linux (experimental)) ### Automatic Installation @@ -50,19 +50,19 @@ You may install the EPS manually if you prefer (note that this is the only optio 1. Install [REAPER](https://www.reaper.fm/download.php) if you don't already have it. 2. Ensure REAPER is not running. -3. From the release package, copy the **VST plug-ins** from the `VST` directory of the package into your common VST folder. +3. From the release package, copy the **VST plug-ins** from the `VST3` directory of the package into your common VST folder. - Windows: `C:\Program Files\Common Files\VST3\` - - macOS: `~/Library/Audio/Plug-Ins/VST3/` - - Linux: `~/.vst3/` -4. From the release package, copy the REAPER ADM **Extension** into the REAPER UserPlug-ins folder. Ensure you include the ADMPresets subdirectory. - - Windows: `C:\Users\(username)\AppData\Roaming\REAPER\UserPlug-ins\` - Note: If you have a previous version of the REAPER Extension installed to `C:\Program Files\REAPER (x64)\Plug-ins\reaper_adm.dll`, then this should be deleted on installation of the latest version. - - macOS: `~/Library/Application Support/REAPER/UserPlug-ins/` - - Linux: `~/.config/REAPER/` -5. (Optional) From the release package, copy the `Tools` and `Templates` directories of the package into an `EAR Production Suite extras` subfolder of your REAPER UserPlug-ins folder. This is the folder used by the "Browse tools and templates..." function of the EPS. - - Windows: `C:\Users\(username)\AppData\Roaming\REAPER\EAR Production Suite extras\` - - macOS: `~/Library/Application Support/REAPER/UserPlug-ins/EAR Production Suite extras/` - - Linux: `~/.config/REAPER/EAR Production Suite extras/` + - MacOS: `~/Library/Audio/Plug-Ins/VST3/` + - Linux: `~/.vst3/` +4. From the release package, copy the REAPER ADM **Extension** from the `UserPlugins` directory of the package into the REAPER UserPlugins folder. Ensure you include the `ADMPresets` subdirectory. + - Windows: `C:\Users\(username)\AppData\Roaming\REAPER\UserPlugins\` + Note: If you have a previous version of the REAPER Extension installed to `C:\Program Files\REAPER (x64)\Plugins\reaper_adm.dll`, then this should be deleted on installation of the latest version. + - MacOS: `~/Library/Application Support/REAPER/UserPlugins/` + - Linux: `~/.config/REAPER/UserPlugins/` +5. (Optional) From the release package, copy the `Tools` and `Templates` directories of the package into an `EAR Production Suite` directory in the relevant location listed below. This is the folder used by the "Browse tools and templates..." function of the EPS. + - Windows: `C:\Users\(username)\AppData\Roaming\EAR Production Suite\` + - MacOS: `~/Library/Application Support/EAR Production Suite/` + - Linux: `~/.config/EAR Production Suite/` ## Confirming Installation and Troubleshooting