stephenberry / zynlab

Clone of ZynAddSubFX 2.44 to test some new ui ideas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zynlab

Rearrangement of the zynaddsubfx classes and seperated into libraries.

set root_dir=%CD%
set "root_dir=%root_dir:\=/%"

git clone https://github.com/wtrsltnk/zynlab.git --recursive 
git clone https://github.com/wtrsltnk/zynaddsubfx-deps.git

mkdir zynlab-build

cd zynlab-build
cmake -DCMAKE_PREFIX_PATH=%root_dir%/zynaddsubfx-deps/mingw-32bit -DCMAKE_MODULE_PATH=%root_dir%/zynaddsubfx-deps/mingw-32bit/cmake-modules -G "MinGW Makefiles" ../zynlab
cmake --build ./
cd ../

robocopy "zynaddsubfx-deps/mingw-32bit/bin" zynlab-build/app *.dll
robocopy "zynaddsubfx-deps/mingw-32bit/bin" zynlab-build/app.threedee *.dll

Also added some UI ideas:

Screenshot of zyn-studio

Screenshot of zyn-studio

Screenshot of zyn-studio

About

Clone of ZynAddSubFX 2.44 to test some new ui ideas


Languages

Language:C 65.2%Language:C++ 31.0%Language:HTML 2.4%Language:PHP 0.7%Language:CMake 0.2%Language:Objective-C++ 0.2%Language:Makefile 0.1%Language:Objective-C 0.1%Language:Shell 0.0%Language:Roff 0.0%Language:Batchfile 0.0%Language:CSS 0.0%Language:GLSL 0.0%