Skip to content

0b01/rasta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 4, 2018
699bcb2 · Jun 4, 2018

History

16 Commits
Jun 4, 2018
Feb 2, 2018
Feb 4, 2018
Feb 4, 2018
Feb 8, 2018
Feb 3, 2018

Repository files navigation

Rasta

Guitar/bass effect unit.

Example audio

[mp3]

Getting started

  1. Run a JACK server and set appropriate sample rate to achieve low enough latency.
  2. On Ubuntu install libjack-dev or equivalent for other system
  3. Load supplied patchbay definition
  4. cargo run --release
  5. Type: c in out to chain from input to output

How to use

Command Explanation
c in delay out connect input to delay pedal then to out
c in aw out autowah
a delay2 delay add a delay effect named delay2
s delay2 delay 0.14 Set pedal "delay" parameter delay to 0.14 seconds
s delay2 feedback 0.8 Set feedback to 0.8
c in aw delay delay2 out daisy chain together
p print current graph definition
b aw bypass autowah pedal
b bypass all effects

License

MIT

Releases

No releases published

Packages

No packages published

Languages