mirror of
https://github.com/nodiscc/awesome-linuxaudio.git
synced 2026-03-09 07:12:21 -05:00
[PR #46] [MERGED] Add 'go-dsp-guitar'. #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/nodiscc/awesome-linuxaudio/pull/46
Author: @andrepxx
Created: 1/10/2019
Status: ✅ Merged
Merged: 3/11/2019
Merged by: @nodiscc
Base:
master← Head:master📝 Commits (1)
05e7e37Add 'go-dsp-guitar'.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Add my own open-source project go-dsp-guitar to the list.
It provides a cross-platform (Windows, Linux, x86-64, ARM, ...) multi-effects processor for either real-time use with JACK, or, alternatively, standalone operation for processing RIFF WAVE / RF64 files.
Given the fact that Rakarrack and Guitarix are already listed, this seems like a natural addition (though I admit that the project ain't nearly that mature).
The main point that sets the project I suggest apart from the "competitors" is that it can be entirely remote-controlled by a web interface, enabling the "DSP machine" to operate in headless mode and control it from another machine (PC or mobile device) over the network. This enables an artist, say, to operate the "DSP" backstage and control it from a tablet on stage.
Since the web interface communicates with the actual DSP process by exchanging JSON messages, one could also relatively easily write bindings, which translate, say, MIDI events (or GPIO events on a Raspberry Pi) into parameter changes or bypass on/off actions, etc. so that parameters can be changed or effects could be bypassed / enabled via a footswitch controller (either MIDI controller or some buttons attached to GPIO lines), etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.