-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b26aa00
commit d262a11
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
# MyReaperPlugin | ||
Example C++ reaper plugin project for Xcode and Visual Studio. This has actually expanded in scope quite a bit. It now incorporates a fairly usable GUI framework that encapsulates some win32 "common controls" as C++ classes. There is also a way to create custom controls/widgets. Recently an abstraction was added that allows the extension plugin to use the Reaper audio preview system relatively conveniently. (Useful for stuff like wave editors etc...) Also, a set of functions is exported from the plugin, that may be useful for use with ReaScript. | ||
# MyReaperPlugin1 | ||
|
||
***Special thanks to:*** | ||
* *COCKOS for existing* | ||
* *SWS for trailblazing* | ||
* *Xenakios for all his persistence in helping me and the community in getting example Xcode and Visual Studio projects. The MyReaperPlugin example project is 99% Xenakios original code.* | ||
* *Breeder for helping me get a virtual mac running on my windows machine and answering all my REAPER API questions.* | ||
* *Etienne Laurin for answering a million C++ questions.* | ||
To allow deleting of files in MyReaperPlugin (original) and MRP2. |