SGuitar

What is it?

Simple guitar rompler, constructed in form of LV2-plugin. It plays audio samples which stored internally and can not be changed. There are two types of sound - clean and driven. You will need a LV2-host to use it, such as Qtractor, Ardour or Jalv (note: Qt5 UI available from version 1.6.0).

Version 0.3 released

Changes:

Requirements

Download

sguitar.lv2-0.3

Installation

  1. Change to source directory and configure with cmake ./
  2. make
  3. sudo make install
You can also build RPM package:
  1. cmake ./
  2. make package
  3. Install with your packet manager