All Projects → karltechno → Reaper-Waapi-Transfer

karltechno / Reaper-Waapi-Transfer

Licence: MIT License
Reaper extension for quickly importing rendered audio files into Wwise.

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Reaper-Waapi-Transfer

jsfx
A free collection of JS (JesuSonic) plugins for Reaper
Stars: ✭ 49 (-20.97%)
Mutual labels:  reaper, reaper-plugin
Hackey-Trackey
A LUA tracker plugin for REAPER 5.x and up. Designed to mimick the pattern editor in Jeskola Buzz.
Stars: ✭ 81 (+30.65%)
Mutual labels:  reaper, reaper-plugin
pirrot
A radio repeater controller (supporting both simplex and duplex operation modes) for the RaspberryPi.
Stars: ✭ 25 (-59.68%)
Mutual labels:  reaper
wwiser
wwiser - Wwise .bnk explorer and audio simulator.
Stars: ✭ 44 (-29.03%)
Mutual labels:  wwise
ReaperJPN-Phroneris
製品版REAPER日本語化パッチ(森)
Stars: ✭ 41 (-33.87%)
Mutual labels:  reaper
makegameengineatnight
从零编写游戏引擎教程 Writing a game engine tutorial from scratch
Stars: ✭ 1,348 (+2074.19%)
Mutual labels:  wwise
rpp
Read and write Reaper RPP files with Python
Stars: ✭ 44 (-29.03%)
Mutual labels:  reaper
install-scripts
Scripts to get you running with a professional audio quality Linux system.
Stars: ✭ 75 (+20.97%)
Mutual labels:  reaper
jsusfx
Opensource Jesusonic FX implementation
Stars: ✭ 54 (-12.9%)
Mutual labels:  reaper

Please note, this is an old project which is not actively maintained. Forks/pull requests welcome.

Reaper-Waapi-Transfer

Reaper extension for quickly importing rendered audio files into Wwise.

Download the extension here

Read the user guide

Reaper Waapi Transfer

Building:

The project can be built with CMake. It currently relies on AkAutobahn from the Wwise SDK. For simplicity there is a python script to set everything up for you.

  1. Install the latest Wwise SDK, CMake and Python.
  2. Run 'configure_project.py' By default this will create a Visual Studio 2017 x64 solution under Build/. Run 'configure_project.py -h' to see available options. Adding the reaper path is useful (eg: 'configure_project.py -reaper64_dir "C:\Program Files\REAPER (x64)"') as this will automatically copy the DLL to your plugins folder as well as configure Reaper to open in the debugger. To reconfigure simply delete the build directory and re-run the python script.
  3. (Optional) Replace reaper_plugin_functions.h with a version for your reaper install by running [developer] Write C++ API functions header action from your Reaper installation.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].