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

..17-Apr-2021-

MOD/H17-Apr-2021-338306

dsp/H17-Apr-2021-1,3111,166

gui/H03-May-2022-1,087824

plugin/H17-Apr-2021-603456

LICENSEH A D17-Apr-202134.3 KiB675553

MakefileH A D03-May-20223.3 KiB11492

README.mdH A D17-Apr-20211.7 KiB5839

README.md

1# GxUltraCab.lv2
2Cabinet simulator Lv2 stereo plugin
3
4![](https://github.com/brummer10/GxUltraCab.lv2/workflows/build/badge.svg)
5
6
7![GxUltraCab](https://raw.githubusercontent.com/brummer10/GxUltraCab.lv2/master/GxUltraCab.png)
8
9## Keyboard shortcuts
10
11|   Command       |     |   Action                      |
12|-----------------|:---:|-------------------------------|
13|TAB              |==   |make next controller active    |
14|SHIFT+TAB        |==   |make previous controller active|
15|UP or RIGHT      |==   |increase controller value      |
16|DOWN or LEFT     |==   |decrease controller value      |
17|HOME (pos1)      |==   |set min controller value       |
18|END              |==   |set max controller value       |
19|INSERT           |==   |set standard value             |
20
21## Numpad shortcuts
22
23|   Command       |     |   Action                      |
24|-----------------|:---:|-------------------------------|
25|+                |==   |make next controller active    |
26|-                |==   |make previous controller active|
27|UP or RIGHT      |==   |increase controller value      |
28|DOWN or LEFT     |==   |decrease controller value      |
29|HOME (pos1)      |==   |set min controller value       |
30|END              |==   |set max controller value       |
31|INSERT           |==   |set standard value             |
32
33
34###### BUILD DEPENDENCY’S
35
36the following packages are needed to build GxUltraCab:
37
38- libc6-dev
39- libcairo2-dev
40- libx11-dev
41- x11proto-dev
42- lv2-dev
43
44note that those packages could have different, but similar names
45on different distributions. There is no configure script,
46make will simply fail when one of those packages isn't found.
47
48## BUILD
49
50$ make install
51
52will install into ~/.lv2
53
54$ sudo make install
55
56will install into /usr/lib/lv2
57
58