This file contains hidden or 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
| #define WIN32_LEAN_AND_MEAN | |
| #include <windows.h> | |
| #include <reaper_plugin.h> | |
| #include <ns-eel.h> | |
| /* | |
| * If you actually try this, the JS effect that uses the new function should not be the first one loaded, | |
| * otherwise you will get an "undefined 'myadd'" error. | |
| * Workarounds: recompile/reset or add any JS effect before this |