• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

gui/H09-Apr-2021-1,4991,313

img/H03-May-2022-

lv2ttl/H09-Apr-2021-591566

robtk/H09-Apr-2021-

src/H09-Apr-2021-846664

.gitmodulesH A D09-Apr-202172 43

COPYINGH A D09-Apr-202117.7 KiB340281

MakefileH A D03-May-20229.3 KiB297218

README.mdH A D09-Apr-20211.2 KiB4333

git2lv2.mkH A D09-Apr-20211.4 KiB4429

x42-mixtri.1H A D09-Apr-20211.7 KiB6159

README.md

1MixTri(x)
2=========
3
4mixtri.lv2 is a matrix mixer and trigger processor intended to be used
5with http://x42.github.io/sisco.lv2/
6
7This project is in its early development stages, stay tuned.
8
9Install
10-------
11
12Compiling this plugin requires the LV2 SDK, gnu-make, a c-compiler, libltc,
13gtk+2.0, libpango, libcairo and openGL (sometimes called: glu, glx, mesa).
14
15```bash
16  git clone git://github.com/x42/mixtri.lv2
17  cd mixtri.lv2
18  make submodules
19  make
20  sudo make install PREFIX=/usr
21```
22
23Note to packagers: The Makefile honors `PREFIX` and `DESTDIR` variables as well
24as `CFLAGS`, `LDFLAGS` and `OPTIMIZATIONS` (additions to `CFLAGS`), also
25see the first 10 lines of the Makefile.
26You really want to package the superset of [x42-plugins](https://github.com/x42/x42-plugins).
27
28Usage
29-------
30```bash
31# Just run the stand-alone app
32x42-mixtri
33# Some info
34man x42-mixtri
35```
36
37Screenshots
38-----------
39
40![screenshot](https://raw.github.com/x42/mixtri.lv2/master/img/mixtrix.png "MixTri Window")
41![screenshot](https://raw.github.com/x42/mixtri.lv2/master/img/mixtri.png "LTC example")
42![screenshot](https://raw.github.com/x42/mixtri.lv2/master/img/trigger_modes3.png "Trigger Modes")
43