Skip to content

Commit

Permalink
Fix mistakes in readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Mar 1, 2024
1 parent 228026d commit 70a2158
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
26 changes: 13 additions & 13 deletions packaging/README.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 70a2158

Please sign in to comment.