Skip to content
forked from wtrsltnk/zynlab

Clone of ZynAddSubFX 2.44 to test some new ui ideas

Notifications You must be signed in to change notification settings

lineCode/zynlab

 
 

Repository files navigation

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

Build FLTK for vc++ ::

cmake -G "Visual Studio 16 2019" -D CMAKE_BUILD_TYPE=Release` -D FLTK_BUILD_TEST=OFF -D OPTION_BUILD_HTML_DOCUMENTATION=OFF -D OPTION_BUILD_PDF_DOCUMENTATION=OFF -D "CMAKE_INSTALL_PREFIX=C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133" ..
cmake --build .
cmake --install .

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.0%
  • C++ 31.3%
  • HTML 2.4%
  • PHP 0.7%
  • CMake 0.2%
  • Objective-C++ 0.2%
  • Other 0.2%