jean-emmanuel / non-mixer-xt

Reboot of Non Mixer with eXTended LV2 support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-Mixer-XT

Screenshot

screenshot

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.

Non-Mixer-XT build instructions:

Dependencies :

  • ntk
  • lilv
  • suil
  • liblo
  • liblo-dev
  • lv2
  • lv2-dev
  • ladspa
  • liblrdf
  • jack2

Getting NTK:

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.

Building NTK:

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

Build Non-Mixer-XT:

For cmake build:

    mkdir build
    cd build
    cmake ..
    make
    sudo make install

To uninstall:

    sudo make uninstall

About

Reboot of Non Mixer with eXTended LV2 support.

License:GNU General Public License v2.0


Languages

Language:C 68.8%Language:C++ 25.7%Language:HTML 2.2%Language:mupad 1.7%Language:CMake 1.0%Language:CSS 0.5%Language:Shell 0.1%Language:Makefile 0.1%