#include "display.h"
#include "note_bitmaps.h"
#include "staff_bitmaps.h"
#include "notes.h"
Go to the source code of this file.
|
void | draw_note (int note, int x_offset) |
| Draws a 64x64 ABC-style bitmap of the note being played. More...
|
|
void | draw_staff (int note, int x_offset) |
| Draws a staff bitmap and the given note on it. More...
|
|
void | print_note (String note_str, int x_offset) |
| Print as text the note being played in a large font. More...
|
|
void | draw_play_screen (int note, int screen_type, bool draw_buzz) |
| Draws the play screen in one of six ways depending on the user's chosen screen type. More...
|
|
void | print_display (int mel1, int mel2, int drone, int tromp, int tpose, int cap, int offset, bool hi_mute, bool lo_mute, bool drone_mute, bool tromp_mute) |
| Draws the screen visible when sound is not being made, the "heads-up display" screen. More...
|
|
◆ gc_or_dg