Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.68 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.68 KB

GxCreamMachine.lv2

Simulation, based on a tube power amp circuit

GxCreamMachine

Keyboard shortcuts

Command Action
TAB == make next controller active
SHIFT+TAB == make previous controller active
UP or RIGHT == increase controller value
DOWN or LEFT == decrease controller value
HOME (pos1) == set min controller value
END == set max controller value
INSERT == set standard value

Numpad shortcuts

Command Action
+ == make next controller active
- == make previous controller active
UP or RIGHT == increase controller value
DOWN or LEFT == decrease controller value
HOME (pos1) == set min controller value
END == set max controller value
INSERT == set standard value
BUILD DEPENDENCY’S

the following packages are needed to build GxCreamMachine:

  • libc6-dev
  • libcairo2-dev
  • libx11-dev
  • x11proto-dev
  • lv2-dev

note that those packages could have different, but similar names on different distributions. There is no configure script, make will simply fail when one of those packages isn't found.

BUILD

$ make install

will install into ~/.lv2

$ sudo make install

will install into /usr/lib/lv2