Closed fotisandstuff closed 2 years ago
From https://github.com/DISTRHO/Cardinal/blob/main/plugins/Cardinal/src/Ildaeil.cpp#L115-L135 we can see on Windows it looks for a path called path = getSpecialPath(kSpecialPathAppData) + "\\REAPER\\Effects";
From https://github.com/DISTRHO/Cardinal/blob/main/plugins/Cardinal/src/Ildaeil.cpp#L115-L135 we can see on Windows it looks for a path called
path = getSpecialPath(kSpecialPathAppData) + "\\REAPER\\Effects";
Would adding a "Roaming" fix the issue, i.e. "\\Roaming\\REAPER\\Effects"
?
Hello!
I want to give the Ildaeil my JSFX path on Windows. It's c:\Users\ (my name)\AppData\Roaming\Reaper\Effects. Can you give an option to set a custom path, or at least add that as a default for Windows? Thanks!