ReaWwise

REAPER extension
Log | Files | Refs | Submodules

README (589B)


      1 This is the REAPER C/C++ extension plug-in mini-SDK
      2 
      3 Paths:
      4 
      5 sdk/             -- contains headers to use
      6 reaper-plugins/  -- contains source to some plug-ins which are included with REAPER
      7                     (these are not to be used as models for well-designed plug-ins, 
      8                     but they may be useful and/or available for LGPL compliance ;)
      9 
     10 Paths that should be added in order to compile:
     11 
     12 WDL/
     13 
     14 To compile most of this, merge or symlink in WDL:
     15 
     16 git remote add wdl https://github.com/justinfrankel/WDL.git
     17 git fetch --all
     18 git merge --allow-unrelated-histories wdl/master