A collection of loosely coupled components communicating over DBUS that together can be used to create music software. One example is doob.m a graphical frontend.
- python >= 2.7
- python-dbus
- python-qt4-dbus
- PyQt4
- libqt4-dev (with DBUS support)
- libjack-dev
- ladspa-sdk
- libboost-dev
- libboost-program-options-dev
- qdbusxml2cpp
Type
make -j2
to build the project. You can change the -j2 to any -jN where N is the number of parallel make jobs.
A graphical frontend to the different components implementing a modular synth.
A simple LADSPA host app exposing control and audio ports as jack ports.
A simple jack app that translates jack_midi events into audio rate signals.