8000 GitHub - alexhayes/reaper-sdk: REAPER C/C++ extension SDK
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexhayes/reaper-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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/master

About

REAPER C/C++ extension SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.9%
  • C 3.2%
  • Objective-C 1.9%
0