GUI: add pattern label customization settings
This commit is contained in:
parent
ee16d20047
commit
bb5cee4a66
8 changed files with 106 additions and 35 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "actionUtil.h"
|
||||
|
||||
const char* noteNameNormal(short note, short octave) {
|
||||
const char* FurnaceGUI::noteNameNormal(short note, short octave) {
|
||||
if (note==100) { // note cut
|
||||
return "OFF";
|
||||
} else if (note==101) { // note off and envelope release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue