Thank you for subscribing!
Your download should have started!
Join the knowledge sharing and hangout on our Discord channel, together with other ☱ AMAPP users and supporters! 🦉
Installation instructions are included in the download and can also be found below. 👇
Installation of the ☱ AMAPP Beta version
- Extract the content into the directory on your computer where you keep your ReaScripts.
- From the REAPER action list you should add two script files:
- Run the first file
AMAPP-Installation.lua
- If you don’t have the package ReaImGui installed, you need to install it through the package manager. A lot of scripts use it so chances are it’s already installed for you.
- If you need to install ReaImGui: Open REAPER and go to
Extensions -> ReaPack -> Browse Packages ...
- In the search field type
ReaImGui: Reascript binding for Dear ImGui
- Right click the package with the same name and select
Install v[latest version]
- A single letter
i
should appear next to the package. - Click
OK
to install the package and close the window.
- If you need to install ReaImGui: Open REAPER and go to
- Start using the ☱ AMAPP by running the script
AMAPP-v1_Closed_Beta.lua
AMAPP-Installation.lua
AMAPP-v1_Closed_Beta.lua
Instructions to enable the ☱ AMAPP – Wwise integration
Follow the steps for the operating system that you use.
Windows
- Download and enable Python through the Reaper preferences menu
- In REAPER go to “Preferences -> ReaScript”
- Check the box for “Enable Python for use with ReaScript”
- Download and install the latest version of Python at the link: https://www.python.org/downloads/
- Open the Command Prompt from the Windows start menu.
- Write
py -V
and press Enter. If Python has been installed the computer will show you some basic information about Python. Confirm that version 3 or higher is installed. - Write
py -m pip -V
and press Enter. If the Pip module has been installed the computer will the current version and its path.- If pip has not been installed: Write
py -3 -m ensurepip
and press Enter to install it.
- If pip has not been installed: Write
- Write
py -3 -m pip install waapi-client
and press Enter. This should install the necessary Wwise module.
- Open Wwise
- If you haven’t installed Wwise, download can be found here: https://www.audiokinetic.com/en/download
- In Wwise go to User Preferences (Shift+U)
- Make sure that “Enable Wwise Authoring API” is checked
- Make sure the default connection port is selected
127.0.0.1,::1
andWAMP port 8080
Mac
- Download and enable Python through the Reaper preferences menu
- In REAPER go to “Preferences -> ReaScript”
- Check the box for “Enable Python for use with ReaScript”
- Download and install the latest version of Python at the link: https://www.python.org/downloads/
- Open the Command Prompt from the Windows start menu.
- Write
python3 -V
and press Enter. If Python has been installed the computer will show you some basic information about Python. Confirm that version 3 or higher is installed. - Write
python3 -m pip -V
and press Enter. If the Pip module has been installed the computer will the current version and its path.- If pip has not been installed: Write
python3 -m ensurepip
and press Enter to install it.
- If pip has not been installed: Write
- Write
python3 -m pip install waapi-client
and press Enter. This should install the necessary Wwise module.
- Open Wwise
- If you haven’t installed Wwise, download can be found here: https://www.audiokinetic.com/en/download
- In Wwise go to “User Preferences” (Shift+U)
- Make sure that “Enable Wwise Authoring API” is checked
- Make sure the default connection port is selected
127.0.0.1,::1
andWAMP port 8080