Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rerdavies/pipedal
Browse files Browse the repository at this point in the history
  • Loading branch information
rerdavies committed Mar 10, 2022
2 parents c6d3b49 + 044665f commit 542f52c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
10 changes: 9 additions & 1 deletion docs/Configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ You may also need to choose which audio input and output channels you will use f
an audio device. Must external USB audio devices provide the guitar signal on the right channel only, so you will set the audio input chanels to "Right Only". If
your USB audio adapter has more than two input or output channels, you will be offered a list of channels to choose from..

### Installing LV2 Plugins

PiPedal uses LV2 audio plugins. There are literally thousands of freely available high-quality LV2 plugins that are suitable for use as guitar effects.

By default, PiPedal comes with a few plugins from the ToobAmp plugin collection. You will probably want to install more.

See [_Using LV2 Plugins_](UsingLv2Plugins.md) for more details, and for some concrete recommendataions.


### Activating the Wi-Fi Hotspot

Expand All @@ -55,4 +63,4 @@ If you are connecting to PiPedal with an Android device, via the Host Access Poi


--------
[<< Installing PiPedal](Installing.md) | [Choosing a USB Audio Adapter >>](ChoosingAUsbAudioAdapter.md)
[<< Installing PiPedal](Installing.md) | [Choosing a USB Audio Adapter >>](ChoosingAUsbAudioAdapter.md)
34 changes: 14 additions & 20 deletions docs/UsingLv2Plugins.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
## Using LV2 PLugins

PiPedal uses standard LV2 audio plugins for effects. There's a huge variety of LV2 guitar effect plugins, and plugins collections, many
of which are specifically intended for use as guitar effect plugins. Ubuntu Studio comes with an enormous collection of LV2 plugins preinstalled. On Rasbian, you will have to manually select and install the plugins you want to use.
PiPedal uses LV2 audio plugins. There are literally thousands of freely available high-quality LV2 plugins that are suitable for use as guitar effects.

The following LV2 Plugin collections (all recommended) are available on both Rasbian and Ubuntu.
By default, PiPedal comes with a few plugins from the ToobAmp plugin collection. You will probably want to install more.

sudo apt install guitarix-lv2 # https://guitarix.org/

sudo apt install zam-plugins # http://www.zamaudio.com/

sudo apt install mda-lv2 # http://drobilla.net/software/mda-lv2/

sudo apt install calf-plugins # http://calf-studio-gear.org/

sudo apt install fomp # http://drobilla.net/software/fomp/
Here is a brief list of particularly recommend plugin collections.

But there are many more.
| Collection | To Install | Description |
|---------------------------------|---------------------------------------|------------------|
|[Guitarix](https://guitarix.org) ★★★★☆ | sudo apt install guitarix-lv2 | A large collection of guitar amplifiers and effects. |
| [GxPlugins](https://github.com/brummer10/GxPlugins.lv2) ★★★★★ | [(manual build)](https://github.com/brummer10/GxPlugins.lv2) | Additional effects from the Guitarix collection |
| [MDA Plugins](http://drobilla.net/software/mda-lv2.html) ★★★★☆ | sudo apt install mda-lv2 | 36 high-quality plugs |
| Invadio Studio Plugins ★★★☆☆ | sudo apt install invada-studio-plugins-lv2 | Delays, distortion, filters, phaser, reverb |
|[Zam Plugins](https://zamaudio.com) ★★★☆☆ | sudo apt install zam-plugins | Filtering, EQ, and mastering effects. |
| [Calf Studio Gear](https:://calf-studio-gear.org) ★★★☆☆ | sudo apt install calf-plugins | Flanger, filters, reverb, rotary speaker &c |

Visit https://lv2plug.in/pages/projects.html for more suggestions.
The GxPlugins pack requires a manual build; but it's worth the effort. It contains some extraordinarily beautiful amp and effect emulations, many of which are superior to plugins in the main Guitarix package.

There is also a set of supplementary Gx effect plugins which did not make it into the main Guitarix distribution. You will
have to compile these plugins yourself, as they are not currently available via apt. But if you are comfortable building
packages on Raspbian, the effort is well worthwhile. The GxPlugins collection provides a number of excellent boutique amp emulations,
as well as emulations of famous distortion effect pedals that are not part of the main Guitarix distribution.
For a more complete (but still incomplete) list of LV2 audio plugins, see [here](https://lv2plug.in/pages/projects.html).

- https://github.com/brummer10/GxPlugins.lv2

--------
[<< Changing the Web Server Port](ChangingTheWebServerPort.md) | [Which LV2 Plugins Does PiPedal Support? >>](WhichLv2PluginsAreSupported.md)
[<< Changing the Web Server Port](ChangingTheWebServerPort.md) | [Which LV2 Plugins Does PiPedal Support? >>](WhichLv2PluginsAreSupported.md)

0 comments on commit 542f52c

Please sign in to comment.