Skip to content

zezic/ZZC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f590088 · Oct 28, 2023
Nov 20, 2021
Nov 20, 2021
Feb 6, 2022
Oct 28, 2023
Jan 25, 2019
Nov 24, 2021
Feb 6, 2022
Feb 2, 2021
Sep 24, 2021
Oct 6, 2020
Apr 30, 2019
Mar 6, 2019
Dec 12, 2021
Apr 22, 2019
Nov 20, 2021
Feb 11, 2020

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