rasta
rasta copied to clipboard
guitar/bass effects unit
Rasta
Guitar/bass effect unit.
Example audio
Getting started
- Run a JACK server and set appropriate sample rate to achieve low enough latency.
- On Ubuntu install
libjack-devor equivalent for other system - Load supplied patchbay definition
cargo run --release- Type:
c in outto 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