Jack2DSSI Code
Transforms any Jack client into a DSSI plugin
Status: Beta
Brought to you by:
k_amlie
Jack2DSSI v0.21, Copyright (C) 2019 Kristian Amlie, Licensed under GPLv3 Jack2DSSI is an open source DSSI plugin that allows you to load a regular Jack application into it and use it as if it were a plugin. - Prerequisites: - Jack1 development files (Jack2 will not work) - ALSA/asound development files - X11 development files - Qt4 development files - Installation: $ tar xjf jack2dssi-0.21.tar.bz2 $ cd jack2dssi-0.21 $ qmake $ make $ sudo make install