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

..17-Apr-2021-

MOD/H17-Apr-2021-439377

dsp/H17-Apr-2021-370287

gui/H03-May-2022-1,018775

plugin/H17-Apr-2021-510366

LICENSEH A D17-Apr-202134.3 KiB675553

MakefileH A D03-May-20223.4 KiB11593

README.mdH A D17-Apr-2021705 3118

README.md

1# GxLiquidDrive.lv2
2Liquid Drive provides a tonal response with a warm mild to aggressive overdrive, which can do anything from Blues to Hard Rock
3
4![GxLiquidDrive](https://raw.githubusercontent.com/brummer10/GxLiquidDrive.lv2/master/GxLiquidDrive.png)
5
6
7###### BUILD DEPENDENCY’S
8
9the following packages are needed to build GxLiquidDrive:
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 install
24
25will install into ~/.lv2
26
27$ sudo make install
28
29will install into /usr/lib/lv2
30
31