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:
- Guitar tone can be switched between clean and driven
- New Qt5 UI
- Volume and pan controlling with MIDI messages has been disabled to avoid conflicts
with UI controls
- Fixed bug with unconnected input in Ardour (causes crashes)
Requirements
- CMake building tool
- LV2 development package
- libsndfile
- libsamplerate
- Qt5 (optional). UI will be built by default if you have installed Qt
and developer tools. You can disable it by using option -DBUILD_UI_QT=OFF
Download
sguitar.lv2-0.3
Installation
- Change to source directory and configure with cmake ./
- make
- sudo make install
You can also build RPM package:
- cmake ./
- make package
- Install with your packet manager