Non-Mixer-XT is a reboot of original Non-Mixer with eXTended LV2 support. LV2 support includes X11, ShowInterface and External custom UI support. In addition, MIDI support with JACK timebase support and much more. The generic parameter editor has been redesigned to accommodate larger LV2 plugins, preset support and state save and restore.
Dependencies :
- ntk
- lilv
- suil
- liblo
- liblo-dev
- lv2
- lv2-dev
- ladspa
- liblrdf
- jack2
Your distribution may have the NTK library. If not, then do the following to build and install the NTK submodule.
If you just cloned the non-mixer-xt repository or just executed git pull, then you should also run :
git submodule update --init
to pull down the latest NTK code required by Non. Git does not do this automatically.
If you don't have NTK installed system-wide (which isn't very likely yet) you MUST begin the build process by typing:
cd lib/ntk
./waf configure
./waf
Once NTK has been built you must install it system-wide before attempting to build non-mixer-xt.
To install NTK type:
sudo ./waf install
For cmake build:
mkdir build
cd build
cmake ..
make
sudo make install
To uninstall:
sudo make uninstall
For package maintainers, if you are building generic binary packages to be used on different architectures, then NativeOptimizations must be disabled:
cmake -DNativeOptimizations=OFF ..
See OSC.md