Sample Relocation Folder Does Not Exist...
-
So I get this error upon loading my instrument plugin in a DAW. It happens when an Expansion is being used in a DAW project but the instrument can't find folder / folder no longer exists. However, it doesn't specify if it's the main instrument samples, or an Expansion, and which Expansion etc.
Therefore, the user may have no idea which samples to link to and make the issue a whole lot worse. Is there a way to turn it off? I can edit the text in the Source Code but that doesn't help the issue much...
-
@DanH Same here. There is some way to turn it off now?
-
@bendurso if you create an ErrorHandler object it will turn off all HISE warnings in your plugin and instead fire a callback for each, allowing you to handle them yourself (or ignore them).
-
@aaronventure Nice thanks :)
-
@aaronventure Is there a list of the error strings anywhere?
-