Adding metadata to .RPP files for extension plugins #94
-
Hey there, I'm adding some metadata to the .RPP file under the EXTENSIONS tag and during development I occasionally see a dialog box open up that says the following:
In this case, I just added a tag named the same as my extension plugin but in screaming snake case. The lib itself is in named It doesn't seem to remove it or anything, though I'm not really doing much but testing my plugin. Is there a way to make reaper recognize where this is coming from and ensure my end-users won't see this pop up? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
After some more testing I've realized that upon saving, reaper will remove the EXTENSIONS section entirely which causes the metadata I'm adding to not be persisted. |
Beta Was this translation helpful? Give feedback.
-
It would be great if there was an easy fix for this to make reaper recognize the extension plugin, but I can't seem to find anything relevant to this issue online or in the forums. |
Beta Was this translation helpful? Give feedback.
-
For persistent data in the .RPP I found that using |
Beta Was this translation helpful? Give feedback.
For persistent data in the .RPP I found that using
SetProjExtState
worked. I may soon upstream some functions into the medium level api that I've had to use as well, including Get/SetProjExtState.