schtschenok / SoundlySpotToReaper

Windows-only Reaper action that allows one to press S button (Spot to Reaper) in Soundly application without leaving Reaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoundlySpotToReaper

Windows-only Reaper action that allows one to press S button (Spot to Reaper) in Soundly application without leaving Reaper.

Installation

  1. Download the latest release
  2. Open Reaper
  3. Press Options > Show REAPER resource path in explorer/finder...
  4. Navigate to Scripts folder
  5. Unpack archive contents there
  6. Press Actions > Show action list... in Reaper
  7. Press Load... button to the right from ReaScript: and select SoundlySpotToReaper.lua from Scripts folder. Make sure that SoundlySpotToReaper.lua and SoundlySpotToReaper.exe are in the same folder.

Then Script: SoundlySpotToReaper.lua action should become available in Reaper.

Soundly application should be opened and some sound should be selected when action is triggered.

Building from source

You could also build SoundlySpotToReaper.cpp with your favourite compiler. The only dependency is Windows API (windows.h). Keep in mind that this script should be only built for x86 platform, since it needs to communicate with Soundly, which is an x86 application.

FAQ

TODO

About

Windows-only Reaper action that allows one to press S button (Spot to Reaper) in Soundly application without leaving Reaper

License:ISC License


Languages

Language:Lua 64.9%Language:C++ 35.1%