View Single Post
Old 09-25-2017, 07:27 PM   #6
Geoff Waddington
Human being with feelings
 
Geoff Waddington's Avatar
 
Join Date: Mar 2009
Location: Dartmouth, Nova Scotia
Posts: 11,235
Default

Quote:
Originally Posted by Xenakios View Post
Couldn't you generate your own GUID per project that would represent the master track? (Extension plugins can store custom data into the .rpp, so once the GUID has been generated, it can persist.)
Not according to reaper_plugin_functions.h.

Excerpt:
// GUID : GUID * : 16-byte GUID, can query or update (do not use on master though).
void* (*GetSetMediaTrackInfo)(MediaTrack* tr, const char* parmname, void* setNewVanue);
__________________
To install you need the CSI Software and Support Files
For installation instructions and documentation see the Wiki
Donate -- via PayPal to waddingtongeoff@gmail.com
Geoff Waddington is offline   Reply With Quote