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

..17-Apr-2021-

MOD/H17-Apr-2021-578501

dsp/H17-Apr-2021-1,6991,328

gui/H03-May-2022-914746

plugin/H17-Apr-2021-557414

LICENSEH A D17-Apr-202134.3 KiB675553

MakefileH A D03-May-20223.2 KiB11391

README.mdH A D17-Apr-20211 KiB3421

README.md

1# GxSuppaToneBender.lv2
2Analog simulation of the Vox (*) Suppa Tone Bender pedal as LV2 plugin.
3
4![GxSuppaToneBender](https://raw.githubusercontent.com/brummer10/GxSuppaToneBender.lv2/master/GxSuppaToneBender.png)
5
6###### BUILD DEPENDENCY’S
7
8the following packages are needed to build GxSuppaToneBender:
9
10- libc6-dev
11- libcairo2-dev
12- libx11-dev
13- x11proto-dev
14- lv2-dev
15
16note that those packages could have different, but similar names
17on different distributions. There is no configure script,
18make will simply fail when one of those packages isn't found.
19
20## BUILD
21
22$ make install
23
24will install into ~/.lv2
25
26$ sudo make install
27
28will install into /usr/lib/lv2
29
30
31(*) 'Other product names modeled in this software are trademarks of their respective companies that do not endorse and are not associated or affiliated with this simulation.
32Vox is trademark or trade name of other manufacturer and was used merely to identify the product whose sound was reviewed in the creation of this product.
33All other trademarks are the property of their respective holders.'
34