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

..17-Apr-2021-

MOD/H17-Apr-2021-526478

dsp/H17-Apr-2021-660575

gui/H03-May-2022-1,096842

plugin/H17-Apr-2021-583434

LICENSEH A D17-Apr-202134.3 KiB675553

MakefileH A D03-May-20223.5 KiB11694

README.mdH A D17-Apr-2021611 3319

README.md

1# GxQuack.lv2
2envelope controlled wah pedal with some extra features
3
4![GxQuack](https://raw.githubusercontent.com/brummer10/GxQuack.lv2/master/GxQuack.png)
5
6
7###### BUILD DEPENDENCY’S
8
9the following packages are needed to build GxQuack:
10
11- libc6-dev
12- libcairo2-dev
13- libx11-dev
14- x11proto-dev
15- lv2-dev
16
17note that those packages could have different, but similar names
18on different distributions. There is no configure script,
19make will simply fail when one of those packages isn't found.
20
21## BUILD
22
23$ make
24
25$ make install
26
27will install into ~/.lv2
28
29$ sudo make install
30
31will install into /usr/lib/lv2
32
33