summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config_vars.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-06-28 20:21:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-06-28 20:21:30 -0400
commitaf3056769cdc09d9ce3b21f9f8e0aa8145ed8f0e (patch)
tree287c6dcab08deaf4fb4f8ed2222532c18bb6ccbc /gtk2_ardour/ui_config_vars.h
parentaa480b833800ad943ede17c26df3d7103f5da28d (diff)
changes to waveform clipping display
* clip level is now -0.9dbFS * display of clipping is optional (see Theme Manager window) * clipping is based on disk data, unscaled by region gain
Diffstat (limited to 'gtk2_ardour/ui_config_vars.h')
-rw-r--r--gtk2_ardour/ui_config_vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h
index 84f293649f..18bda55457 100644
--- a/gtk2_ardour/ui_config_vars.h
+++ b/gtk2_ardour/ui_config_vars.h
@@ -23,4 +23,5 @@ UI_CONFIG_VARIABLE(float, waveform_gradient_depth, "waveform-gradient-depth", 0.
UI_CONFIG_VARIABLE(float, timeline_item_gradient_depth, "timeline-item-gradient-depth", 1.3)
UI_CONFIG_VARIABLE(bool, all_floating_windows_are_dialogs, "all-floating-windows-are-dialogs", false)
UI_CONFIG_VARIABLE (bool, color_regions_using_track_color, "color-regions-using-track-color", false)
+UI_CONFIG_VARIABLE (bool, show_waveform_clipping, "show-waveform-clipping", true)