justinfrankel / reaper-sdk

REAPER C/C++ extension SDK
125 stars 20 forks source link

This is the REAPER C/C++ extension plug-in mini-SDK

Paths:

sdk/ -- contains headers to use reaper-plugins/ -- contains source to some plug-ins which are included with REAPER (these are not to be used as models for well-designed plug-ins, but they may be useful and/or available for LGPL compliance ;)

Paths that should be added in order to compile:

WDL/

To compile most of this, merge or symlink in WDL:

git remote add wdl https://github.com/justinfrankel/WDL.git git fetch --all git merge --allow-unrelated-histories wdl/main