Custom "Samples Not Found" Message
-
Good Day everyone!
If it's not too difficult, I'd like to add a message to my instrument to warn the user if the sample folder could not be found (user forgot to connect his drive...)
I know how to prompt the user with the message, the question is, how do I define, if the sample folder was found on init? -
-
@VorosMusic You could use the File and FileSystem apis to see if the samples are in the designated samples folder.
-
@d-healey
I'll give it a try! -
+1 to @d-healey, I would add that if the drive is removable it means you have to store its path in some kind of pref file of your own for later recall
-
@ustk said in Custom "Samples Not Found" Message:
+1 to @d-healey, I would add that if the drive is removable it means you have to store its path in some kind of pref file of your own for later recall
It's stored in app data, in the LinkOS file.
-
@d-healey Oh I see! I thought this was for an additional custom location that has nothing to do with the main sample location, I lost myself overthinking...