Digigurdy-baz
Loading...
Searching...
No Matches
tuning_screens.h
Go to the documentation of this file.
1#ifndef TUNING_SCREENS_H
2#define TUNING_SCREENS_H
3
4#include "common.h"
5#include "notes.h"
6
7extern int use_solfege;
8
9bool tuning();
10
11void tuning_hi_melody();
13void tuning_drone();
14void tuning_tromp();
15
17void tune_string_screen(GurdyString *this_string);
18
19void volume_screen();
20void change_volume_screen(GurdyString *this_string);
21
22void cool_kids_screen();
23#endif
Definition: gurdystring.h:24
void tune_string_screen(GurdyString *this_string)
Prompts the user to manually tune the given string.
Definition: tuning_screens.cpp:285
bool tuning()
Prompts the user to choose between the primary tunining options: guided tuinings, manual tunings,...
Definition: tuning_screens.cpp:10
void manual_tuning_screen()
Prompts the user to choose a string to adjust the tuning of manually.
Definition: tuning_screens.cpp:239
void tuning_drone()
Prompts the user to choose between drone string tunings based off the current high melody string tuni...
Definition: tuning_screens.cpp:206
void tuning_tromp()
Prompts the user to choose between trompette string tunings based off the current high melody string ...
Definition: tuning_screens.cpp:161
void tuning_hi_melody()
Prompts the user to choose beween high melody string choices. Part of the guided tuining menu tree.
Definition: tuning_screens.cpp:84
void volume_screen()
Promts the user to choose a string to adjust the volume of manually.
Definition: tuning_screens.cpp:327
void change_volume_screen(GurdyString *this_string)
Prompts the user to adjust the volume of the given string.
Definition: tuning_screens.cpp:377
void tuning_low_melody()
Prompts the user to choose between low melody string tunings based off the high melody tuning....
Definition: tuning_screens.cpp:128
void cool_kids_screen()
Prompts the user to add additional tones to each string (and buzz).
Definition: tuning_screens.cpp:418
int use_solfege
Definition: digigurdy-baz.ino:146