Digigurdy-baz
Loading...
Searching...
No Matches
exfunctions.h
Go to the documentation of this file.
1#ifndef EXFUNCTIONS_H
2#define EXFUNCTIONS_H
3
4#include "play_screens.h"
5#include "play_functions.h"
6#include "common.h"
7#include "usb_power.h"
8
9void cycle_mel_mute();
11void cycle_drone_mute();
12void cycle_tromp_mute();
13void turn_volume_down();
14void turn_volume_up();
15void ex_cycle_capo(bool playing);
16void ex_tpose_up(bool playing);
17void ex_tpose_down(bool playing);
18void ex_tpose_toggle(bool playing,int steps);
20
21#endif
void ex_sec_out_toggle()
Cycles through the secondary audio output options.
Definition: exfunctions.cpp:207
void ex_cycle_capo(bool playing)
Cycles the capo, and adjusts any playing notes.
Definition: exfunctions.cpp:177
void cycle_drone_mute()
Toggles muting the drone string.
Definition: exfunctions.cpp:103
void ex_tpose_up(bool playing)
Increases the transpose by 1 semitone, and adjusts any playing notes.
Definition: exfunctions.cpp:183
void turn_volume_up()
Turns the volume up by 10 if possible on all strings.
Definition: exfunctions.cpp:170
void cycle_mel_mute()
Cycles through muting the melody strings.
Definition: exfunctions.cpp:13
void cycle_drone_tromp_mute()
Cycles through muting the drone and trompette strings.
Definition: exfunctions.cpp:52
void ex_tpose_toggle(bool playing, int steps)
Toggles the transpose up or down a number of steps.
Definition: exfunctions.cpp:197
void turn_volume_down()
Turns the volume down by 10 if possible on all strings.
Definition: exfunctions.cpp:163
void ex_tpose_down(bool playing)
Decreases the transpose by 1 semitone, and adjusts any playing notes.
Definition: exfunctions.cpp:189
void cycle_tromp_mute()
Toggles muting the trompette string.
Definition: exfunctions.cpp:136