gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 338f45b4186319653a70f5f536a6140af4544c1b
parent 2e5fabe0c5bad861f4f10884f5a8ddf2ad13cec1
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 26 Oct 2024 23:13:35 +0200

beautify rom path before displaying it

Diffstat:
Msource/jucePluginLib/processor.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePluginLib/processor.cpp b/source/jucePluginLib/processor.cpp @@ -121,7 +121,7 @@ namespace pluginLib { msg += "\n\n"; msg += "The firmware file needs to be copied to\n"; - msg += getPublicRomFolder() + "\n"; + msg += synthLib::validatePath(getPublicRomFolder()) + "\n"; msg += "\n"; msg += "The target folder is now being opened. Copy the firmware to this folder and reload the plugin."; #ifdef _DEBUG