apiel / zicMidi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZicNode

ZicNode is a library to bring music tools together, usable with NodeJs and written in C++. It give access to multiples synths engine, custom ones and existing one (e.g. puredata) and provide a built-in sequencer, to orchestre them. It's like a groovebox customizable with JavaScript.

git clone --recurse-submodules https://github.com/apiel/zicNode.git

Dependencies Installation

Need to install libsndfile, rtaudio and rtmidi.

apt-get install npm libsndfile1 librtmidi-dev librtmidi6 librtaudio6 librtaudio-dev

About


Languages

Language:C++ 79.3%Language:Go 4.5%Language:CMake 4.4%Language:C 4.1%Language:M4 3.7%Language:Shell 1.3%Language:Makefile 0.9%Language:TypeScript 0.7%Language:Dockerfile 0.6%Language:HTML 0.3%Language:Python 0.2%