You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Belt 1af22f1a12 Render rails in a framebuffer 7 years ago
dep Add ASIO to portaudio 7 years ago
ext Actually fix Mac mouse issue? 7 years ago
include Render rails in a framebuffer 7 years ago
res Switch rack rails to vector 7 years ago
src Render rails in a framebuffer 7 years ago
.gitignore Add .gitignore 7 years ago
.gitmodules Update submodules, convert oui-blendish to git submodule 7 years ago
Info.plist Add Info.plist 7 years ago
LICENSE-dist.txt Bumped OpenGL require from 3.2 to 2.0, fixed plugin loading on win and mac, added licenses for new libraries 7 years ago
LICENSE.txt Relicensed to BSD-3-Clause 7 years ago
Makefile Fix Windows build, add GLFW error handling 7 years ago
README.md Fix GLEW in dep to use lib instead of lib64 install path 7 years ago
Rack.rc Added Davies knobs, added SVG renderer 7 years ago
arch.mk Updated build instructions, refactored Makefiles 7 years ago
compile.mk Fix Windows build, add GLFW error handling 7 years ago
plugin.mk Update plugin Makefile 7 years ago

README.md

Note: This repo is unsupported until September 7. See you at Knobcon!

Rack

Rack is the engine for the VCV open-source virtual Eurorack DAW.

Building

If the build fails for you, please report the issue with a detailed error message to help the portability of Rack.

Clone this repository and cd into it. On Windows, use MSYS2 and launch a mingw32/64 shell.

Clone submodules.

git submodule update --init

Build dependencies locally.

cd dep
make
cd ..

Build Rack.

make

License

Rack source code by Andrew Belt licensed under the BSD-3-Clause

Component Library graphics by Grayscale licensed under the CC BY-NC 4.0