AudioLoopPlayer default load file folder question and...
-
Is there a way to set the default folder/location for the "load file" browser of the Audio Loop Player? The compiled plugin defaults to AppData folder. In my case I need it to default to the folder located at /public documents (win).
Also, I've noticed that some presets from the browser library sometimes do not recall correctly the stored root note parameter of the preset. Seems to be random - i haven't noticed a pattern/cause. Anyone has the same experience or solution?
Thanks & regards.
-
@musictop Nope, but this is actually a good request. I'll add a
defaultFolder
property. -
@Christoph-Hart Cool, thank you Christoph!
-
@musictop Alright, I've added a
setDefaultFolder()
method. I couldn't use a property because this will make it very tempting to put in absolute paths so every end user will complain about a non-existing folder called/Users/Lindon/Documents
-
@Christoph-Hart Thank you! <3