|
Digigurdy-baz
|
Go to the source code of this file.
Functions | |
| void | cycle_mel_mute () |
| Cycles through muting the melody strings. More... | |
| void | cycle_drone_tromp_mute () |
| Cycles through muting the drone and trompette strings. More... | |
| void | cycle_drone_mute () |
| Toggles muting the drone string. More... | |
| void | cycle_tromp_mute () |
| Toggles muting the trompette string. More... | |
| void | turn_volume_down () |
| Turns the volume down by 10 if possible on all strings. More... | |
| void | turn_volume_up () |
| Turns the volume up by 10 if possible on all strings. More... | |
| void | ex_cycle_capo (bool playing) |
| Cycles the capo, and adjusts any playing notes. More... | |
| void | ex_tpose_up (bool playing) |
| Increases the transpose by 1 semitone, and adjusts any playing notes. More... | |
| void | ex_tpose_down (bool playing) |
| Decreases the transpose by 1 semitone, and adjusts any playing notes. More... | |
| void | ex_tpose_toggle (bool playing, int steps) |
| Toggles the transpose up or down a number of steps. More... | |
| void | ex_sec_out_toggle () |
| Cycles through the secondary audio output options. More... | |