Skip to content

zezic/ZZC

Repository files navigation

ZZC Modules

ZZC Modules

ZZC is a pack of VCV Rack plugins developed by Sergey Ukolov (zezic). The purpose of this pack is to make operations from the world of classic DAW easier to reproduce in VCV patches and not loose the advantages of CV control.

Install via VCV Plugin Manager

Contributing

I welcome Issues, Pull Requests to this repository if you have suggestions for improvement. Also, new module ideas are welcome. If module idea is really in demand, feels original and not too complicated with high probability I will develop it shortly if I have enough spare time.

Building on Linux

export RACK_DIR=/path/to/Rack-SDK
make -j7

Helpers for IDE

pip install compiledb
compiledb make
# or
make -Bnwk | compiledb -o- > compile_commands.json