View Single Post
Old 06-04-2014, 02:42 PM   #54
Xenakios
Human being with feelings
 
Xenakios's Avatar
 
Join Date: Feb 2007
Location: Oulu, Finland
Posts: 8,062
Default

Quote:
Originally Posted by WyattRice View Post
Another quick question. When I generate a new reaper_plugin_functions header file from the latest Reaper version(4.7pre2) when new api is added, is it correct to add those at the top in the header file?

e.g.
Code:
class WDL_FastString;
class RprMidiTake;
class RprMidiNote;
class screensetNewCallbackFunc;
If the compilation works, it's "correct". screensetNewCallbackFunc is not a class though. I've myself dealt with that by commenting out the line
Code:
REAPERAPI_DECL void (*screenset_registerNew)(char* id, screensetNewCallbackFunc callbackFunc, void* param);
in reaper_plugin_functions.h. This problem should probably be reported to Cockos...
__________________
I am no longer part of the REAPER community. Please don't contact me with any REAPER-related issues.
Xenakios is offline