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 f8b859002067d73596d0d5533e68a6813030d290
parent f2a9d0df4897ce43c558b9f911125f20f018ffb6
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Wed, 28 Jul 2021 17:16:55 +0200

fix missing executable flag

Diffstat:
Mbuild_linux_console.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build_linux_console.sh b/build_linux_console.sh @@ -1,3 +1,3 @@ cmake . -B ./temp/cmake_linux_console -Dgearmulator_BUILD_JUCEPLUGIN=OFF cd ./temp/cmake_linux_console -cmake --build . --config Release +cmake --build . --config Release +\ No newline at end of file