Rename Visualizer to Paino Roll

This commit is contained in:
Wirlaburla 2023-09-13 22:59:23 -05:00
parent 5ca2e7c1c0
commit 0b2afd5b92

View File

@ -12,7 +12,7 @@
#define BUFFER_SIZE 250000 #define BUFFER_SIZE 250000
static char *note_name[] = { "C ", "C#", "D ", "D#", "E ", "F ", "F#", "G ", "G#", "A ", "A#", "B " }; static char *note_name[] = { "C ", "C#", "D ", "D#", "E ", "F ", "F#", "G ", "G#", "A ", "A#", "B " };
static char* pages[] = { "[1] Info", "[2] Pattern", "[3] Channel Bars", "[4] Visualizer", "[5] About" }; static char* pages[] = { "[1] Info", "[2] Pattern", "[3] Channel Bars", "[4] Piano Roll", "[5] About" };
static char* device = "default"; static char* device = "default";
int display = 0; int display = 0;