1#ifndef TUNING_SCREENS_H
2#define TUNING_SCREENS_H
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