From 0b2afd5b9274372df4f19821debb9d2d0f0effb1 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 13 Sep 2023 22:59:23 -0500 Subject: [PATCH] Rename Visualizer to Paino Roll --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 7126d85..8abf6f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,7 +12,7 @@ #define BUFFER_SIZE 250000 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"; int display = 0;