Reaper-Tools

Audiokinetic Reaper Tools Repository
Log | Files | Refs

ReaWwise.ext (2456B)


      1 @description ReaWwise
      2 @author Audiokinetic
      3 @version 1.0.6a
      4 @changelog
      5   New Features:
      6 
      7   - Added the ability to transfer files from REAPER to an instance of Wwise 
      8     located on a different machine.
      9 @provides
     10   [win64] reaper_reawwise.dll https://github.com/audiokinetic/ReaWwise/releases/download/$version/reaper_reawwise.dll
     11   [darwin] reaper_reawwise.dylib https://github.com/audiokinetic/ReaWwise/releases/download/$version/reaper_reawwise.dylib
     12 @screenshot User Interface https://github.com/audiokinetic/ReaWwise/blob/main/user-interface.png
     13 @about
     14   # ReaWwise
     15 
     16   ReaWwise is a REAPER extension that sound designers can use to transfer audio files from REAPER into Wwise projects. The transfer process creates Wwise objects in manually defined hierarchies, so that Wwise users can start working with the imported sounds immediately.
     17 
     18   ### Supported Platforms
     19   - Windows
     20   - Mac
     21 
     22   ## Basic Usage
     23   1. Open your REAPER and Wwise projects.
     24   2. Configure your REAPER render settings appropriately. The render settings determine which files will be transferred to Wwise.
     25   3. Open ReaWwise and configure settings such as the Originals Subfolder (optional), Import Destination, Wwise Structures, and so on.
     26   4. Preview the audio files and Wwise objects to be transferred in the Preview Panel.
     27   4. Click **Transfer To Wwise** to transfer the audio files and create the corresponding Wwise objects.
     28 
     29   ## UserPlugins Directory
     30   - Windows:  %appdata%\REAPER\UserPlugins
     31   - Mac: ~/Library/Application Support/REAPER/UserPlugins
     32 
     33   ## Other Resources
     34   Refer to the [ReaWwise User Guide](https://audiokinetic.com/library/reawwise) for more information regarding usage, installation and troubleshooting of the extension.
     35 
     36   For general questions about usage, refer to Audiokinetic's [Community Q&A](https://www.audiokinetic.com/qa/ask).
     37 
     38   ## Contributing
     39   The repository is not open to pull request but in the case of a bug report, bugfix or a suggestions, please feel free to [open an issue](https://github.com/audiokinetic/ReaWwise/issues).
     40 
     41   Feature requests can also be submitted to the [feature request section](https://www.audiokinetic.com/qa/questions/reawwise) of Audiokinetic's Community Q&A. Use ReaWwise as the Category when submitting a question.
     42 
     43   ## Legal
     44   Copyright © 2024 [Audiokinetic Inc.](https://audiokinetic.com) All rights reserved.
     45 
     46   ## Acknowledgements
     47   Inspired by the work of [Karl Davis](https://github.com/karltechno)