25 lines
767 B
Markdown
25 lines
767 B
Markdown
## Install GxPlugins.lv2 v1.0
|
|
|
|
GxPlugins.lv2 is a set of extra standalone lv2 plugins designed to compliment the Guitarix project.
|
|
|
|
To install GxPlugins.lv2 on Raspberry Pi OS, Ubuntu or Debian (arm64), download the following file:
|
|
|
|
* [GxPlugins.lv2 v1.0 (arm64)](https://github.com/rerdavies/pipedal/releases/download/gxplugins_1.0/gxplugins_1.0_arm64.deb)
|
|
|
|
Run the following command:
|
|
|
|
```
|
|
cd ~/Downloads
|
|
sudo apt-get install ./gxplugins_1.0_arm64.deb
|
|
```
|
|
----
|
|
|
|
gxplugins_1.0_arm64.deb is provided under the terms of the [GNU General Public License v3.0](GPLv3.md).
|
|
|
|
© 2017-2023 Hermann Meyer <brummer@web.de>
|
|
© 2019 Olivier Humbert <trebmuh@tuxfamily.org>
|
|
© GxPlugins contributors.
|
|
|
|
Compiled from source at https://github.com/brummer10/GxPlugins.lv2
|
|
|