forked from justinfrankel/reaper-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
jamsoft/reaper-sdk
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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/main
About
REAPER C/C++ extension SDK
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 94.8%
- C 5.2%