DISTRHO / Cardinal

Virtual modular synthesizer plugin
https://cardinal.kx.studio/
GNU General Public License v3.0
2.26k stars 155 forks source link

Cardinal's Ildaeil doesn't know where my JSFX are #265

Closed fotisandstuff closed 2 years ago

fotisandstuff commented 2 years ago

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!

dromer commented 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";

fotisandstuff commented 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";

Would adding a "Roaming" fix the issue, i.e. "\\Roaming\\REAPER\\Effects"?