provide control over waveform image cache size from GUI
[ardour.git] / gtk2_ardour / ui_config_vars.h
index 8c6f7bff8811454d26557ac8dcae031c8aa91b1d..ae6648ab96b5a1fedcd41b9e18027c79fa6e5497 100644 (file)
@@ -71,3 +71,5 @@ UI_CONFIG_VARIABLE (bool, show_editor_meter, "show-editor-meter", true)
 UI_CONFIG_VARIABLE (double, waveform_clip_level, "waveform-clip-level", -0.0933967) /* units of dB */
 UI_CONFIG_VARIABLE (bool, hiding_groups_deactivates_groups, "hiding-groups-deactivates-groups", true)
 UI_CONFIG_VARIABLE (bool, no_new_session_dialog, "no-new-session-dialog", false)
+UI_CONFIG_VARIABLE (bool, buggy_gradients, "buggy-gradients", false)
+UI_CONFIG_VARIABLE (uint64_t, waveform_cache_size, "waveform-cache-size", 100) /* units of megagbytes */