#include "common.h"
#include "notes.h"
Go to the source code of this file.
|
bool | tuning () |
| Prompts the user to choose between the primary tunining options: guided tuinings, manual tunings, volume control. More...
|
|
void | tuning_hi_melody () |
| Prompts the user to choose beween high melody string choices. Part of the guided tuining menu tree. More...
|
|
void | tuning_low_melody () |
| Prompts the user to choose between low melody string tunings based off the high melody tuning. Part of the guided tuning menu tree. More...
|
|
void | tuning_drone () |
| Prompts the user to choose between drone string tunings based off the current high melody string tuning. More...
|
|
void | tuning_tromp () |
| Prompts the user to choose between trompette string tunings based off the current high melody string tuning. More...
|
|
void | manual_tuning_screen () |
| Prompts the user to choose a string to adjust the tuning of manually. More...
|
|
void | tune_string_screen (GurdyString *this_string) |
| Prompts the user to manually tune the given string. More...
|
|
void | volume_screen () |
| Promts the user to choose a string to adjust the volume of manually. More...
|
|
void | change_volume_screen (GurdyString *this_string) |
| Prompts the user to adjust the volume of the given string. More...
|
|
void | cool_kids_screen () |
| Prompts the user to add additional tones to each string (and buzz). More...
|
|
◆ use_solfege