Skip to content

djshaji/GxPlugins.lv2.Android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GxPlugins.lv2

GxPlugins.lv2 is a set of extra standalone lv2 plugins designed to compliment the Guitarix project. Each plugin exists as its own submodule under this repository.

Plugin Summary

🔌 = Includes master bypass

* = The 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. All trademarks are the property of their respective holders.

Overdrive

Fuzz/Distortion

Amplifiers

  • GxMicroAmp.lv2:electric_plug: - A simple booster
  • GxVBassPreAmp.lv2:electric_plug: - Simulation of the 1984 Vox Venue Bass 100 Pre Amp* section
  • GxSVT.lv2:electric_plug: - Based on the Ampeg SVT-CL Bass Head*
  • GxVmk2.lv2 - Based on Vox MKII* solid state preamp of the late 60s
  • GxUvox720k - Based on Univox 720k keyboard amp from 1978
  • GxCreamMachine:electric_plug: - Based on different circuits * Poweramp
  • GxEpic.lv2:electric_plug: - Based on Valve Junior*
  • GxSupersonic.lv2:electric_plug: - Based on different circuits * Poweramp
  • GxBlueAmp.lv2:electric_plug: - Single - ended head amplifier simulation inspired by late 1950s Fender “Princeton” and “Champ” amplifier designs, it delivers tight bass, clean mids and highs.
  • GxPlexi.lv2:electric_plug: - Power Amp simulation * Poweramp

Other

  • GxQuack.lv2:electric_plug: - Autowah
  • GxSlowGear.lv2 - Based on the Boss Gx SlowGear*, attack-smoothing, auto-swelling pedal of the early 80s
  • GxUltraCab.lv2:electric_plug: - Cabinet simulator pedal
Build and installation

Dependencies:

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

On Ubuntu/Debian:

sudo apt install libc6-dev libcairo2-dev libx11-dev x11proto-dev lv2-dev

NOTE: These packages may have different names on different distributions. GxPlugins.lv2 has no configure script, so make will simply fail when one of these packages isn't found.

Build

git submodule init
git submodule update
make
make install # will install into ~/.lv2 ... AND/OR....
sudo make install # will install into /usr/lib/lv2

Debian package

You can build a Debian package directly with:

dpkg-buildpackage -rfakeroot -uc -us -b

or download a prebuild Debian package here:

gxplugins_0.9_amd64.deb

Images

GxBottleRocket.lv2

GxBottleRocket

GxHotBox.lv2

GxHotBox

GxVBassPreAmp.lv2

GxVBassPreAmp

GxSuppaToneBender.lv2

GxSuppaToneBender

GxHyperion.lv2

GxHyperion

GxVoodoFuzz.lv2

GxVoodooFuzz

GxSaturator.lv2

GxSaturator

GxVintageFuzzMaster.lv2

GxVintageFuzzMaster

GxSuperFuzz.lv2

GxSuperFuzz

GxVmk2.lv2

GxVmk2

GxUVox720k.lv2

GxUVox720k

GxSlowGear.lv2

GxSlowGear

GxGuvnor.lv2

GxGuvnor

GxToneMachine.lv2

GxToneMachine

GxSD1.lv2

GxSD1

GxSD2Lead.lv2

GxSD2Lead

GxQuack.lv2

GxQuack

GxSVT.lv2

GxSVT

GxHeathkit.lv2

GxHeathkit

GxKnightFuzz.lv2

GxKnightFuzz

GxFz1b.lv2

GxFz1b

GxFz1s.lv2

GxFz1s

GxAxisFace.lv2

GxAxisFace

GxSunFace.lv2

GxSunFace

GxLiquidDrive.lv2

GxLiqidDrive

GxDOP250.lv2

GxDOP250

GxTubeDistortion.lv2

GxTubeDistortion

GxMicroAmp.lv2

GxMicroAmp

GxCreamMachine.lv2

GxCreamMachine

GxValveCaster.lv2

GxValveCaster

GxBoobTube.lv2

GxBoobTube

GxShakaTube.lv2

GxShakaTube

GxEpic.lv2

GxEpic

GxSupersonic.lv2

GxSupersonic

GxBaJaTubeDriver.lv2

GxBaJaTubeDriver

GxUltraCab.lv2

GxUltraCab

GxTimRay.lv2

GxTimRay

GxLuna.lv2

GxLuna

GxSloopyBlue.lv2

GxSloopyBlue

GxEternity.lv2

GxEternity

GxBlueAmp.lv2

GxBlueAmp

GxPlexi.lv2

GxPlexi

GxClubDrive.lv2

GxClubDrive

About

A set of extra lv2 plugins from the guitarix project (ported to Android NDK)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.1%
  • Makefile 14.9%