mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
add new config parameter controlling visibility of name highlights in regions.
This also affects region name placement.
This commit is contained in:
parent
5668eea2a3
commit
cd8aa4e304
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@ CONFIG_VARIABLE (bool, use_tooltips, "use-tooltips", true)
|
|||
CONFIG_VARIABLE (std::string, mixer_strip_visibility, "mixer-strip-visibility", "PhaseInvert,SoloSafe,SoloIsolated,Group,MeterPoint")
|
||||
CONFIG_VARIABLE (bool, allow_non_quarter_pulse, "allow-non-quarter-pulse", false)
|
||||
CONFIG_VARIABLE (bool, show_region_gain, "show-region-gain", false)
|
||||
CONFIG_VARIABLE (bool, show_name_highlight, "show-name-highlight", false)
|
||||
|
||||
/* web addresses used in the program */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue