From b81da94fa2c901cd84347a955aed66fd5427550c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 18 Aug 2023 10:53:15 -0600 Subject: [PATCH] add UI config var for note name display --- gtk2_ardour/ui_config_vars.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h index b1997a9ab0..447e1dc24a 100644 --- a/gtk2_ardour/ui_config_vars.h +++ b/gtk2_ardour/ui_config_vars.h @@ -159,3 +159,4 @@ UI_CONFIG_VARIABLE (bool, prefer_tap_tempo, "prefer-tap-tempo", false) /* these are visibility-type selections in the New Track dialog that we should make persistent for the user's choices */ UI_CONFIG_VARIABLE (bool, show_on_cue_page, "show-on-cue-page", true) UI_CONFIG_VARIABLE (uint32_t, insert_at_position, "insert-at-position", 3) +UI_CONFIG_VARIABLE (Editing::NoteNameDisplay, note_name_display, "note-name-display", Editing::Always)