Fix ExportFormatSpecification copy-c'tor
[ardour.git] / gtk2_ardour / ui_config_vars.h
1 /*
2     Copyright (C) 2012 Paul Davis
3
4     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.
8
9     This program is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18 */
19
20 UI_CONFIG_VARIABLE (std::string, icon_set, "icon-set", "default")
21 UI_CONFIG_VARIABLE (std::string, ui_rc_file, "ui-rc-file", "clearlooks.rc")
22 UI_CONFIG_VARIABLE (std::string, color_file, "color-file", "dark")
23 UI_CONFIG_VARIABLE (bool, flat_buttons, "flat-buttons", false)
24 UI_CONFIG_VARIABLE (bool, boxy_buttons, "boxy-buttons", false)
25 UI_CONFIG_VARIABLE (bool, blink_rec_arm, "blink-rec-arm", false)
26 UI_CONFIG_VARIABLE (bool, blink_alert_indicators, "blink-alert-indicators", true)
27 UI_CONFIG_VARIABLE (float, waveform_gradient_depth, "waveform-gradient-depth", 0)
28 UI_CONFIG_VARIABLE (float, timeline_item_gradient_depth, "timeline-item-gradient-depth", 0.5)
29 UI_CONFIG_VARIABLE (bool, all_floating_windows_are_dialogs, "all-floating-windows-are-dialogs", false)
30 UI_CONFIG_VARIABLE (bool, floating_monitor_section, "floating-monitor-section", false)
31 UI_CONFIG_VARIABLE (bool, transients_follow_front, "transients-follow-front", false)
32 UI_CONFIG_VARIABLE (bool, color_regions_using_track_color, "color-regions-using-track-color", false)
33 UI_CONFIG_VARIABLE (bool, show_waveform_clipping, "show-waveform-clipping", true)
34 UI_CONFIG_VARIABLE (uint32_t, lock_gui_after_seconds, "lock-gui-after-seconds", 0)
35 UI_CONFIG_VARIABLE (bool, draggable_playhead, "draggable-playhead", true)
36 UI_CONFIG_VARIABLE (float, draggable_playhead_speed, "draggable-playhead-speed", 1.0)
37 UI_CONFIG_VARIABLE (float, extra_ui_extents_time, "extra-ui-extents-time", 1.0)
38 UI_CONFIG_VARIABLE (bool, new_automation_points_on_lane, "new-automation-points-on-lane", false)
39 UI_CONFIG_VARIABLE (std::string, keyboard_layout, "keyboard-layout", "ansi")
40 UI_CONFIG_VARIABLE (std::string, keyboard_layout_name, "keyboard-layout-name", "ansi")
41 UI_CONFIG_VARIABLE (std::string, default_bindings, "default-bindings", "ardour")
42 UI_CONFIG_VARIABLE (bool, only_copy_imported_files, "only-copy-imported-files", false)
43 UI_CONFIG_VARIABLE (bool, autoplay_files, "autoplay-files", false)
44 UI_CONFIG_VARIABLE (bool, default_narrow_ms, "default-narrow_ms", false)
45 UI_CONFIG_VARIABLE (bool, name_new_markers, "name-new-markers", false)
46 UI_CONFIG_VARIABLE (bool, rubberbanding_snaps_to_grid, "rubberbanding-snaps-to-grid", false)
47 UI_CONFIG_VARIABLE (int32_t, font_scale, "font-scale", 102400)
48 UI_CONFIG_VARIABLE (bool, show_waveforms, "show-waveforms", true)
49 UI_CONFIG_VARIABLE (bool, show_waveforms_while_recording, "show-waveforms-while-recording", true)
50 UI_CONFIG_VARIABLE (ARDOUR::WaveformScale, waveform_scale, "waveform-scale", Linear)
51 UI_CONFIG_VARIABLE (ARDOUR::WaveformShape, waveform_shape, "waveform-shape", Traditional)
52 UI_CONFIG_VARIABLE (bool, update_editor_during_summary_drag, "update-editor-during-summary-drag", true)
53 UI_CONFIG_VARIABLE (bool, never_display_periodic_midi, "never-display-periodic-midi", true)
54 UI_CONFIG_VARIABLE (bool, sound_midi_notes, "sound-midi-notes", false)
55 UI_CONFIG_VARIABLE (bool, show_plugin_scan_window, "show-plugin-scan-window", false)
56 UI_CONFIG_VARIABLE (bool, show_zoom_tools, "show-zoom-tools", true)
57 UI_CONFIG_VARIABLE (bool, use_mouse_position_as_zoom_focus_on_scroll, "use-mouse-position-as-zoom-focus-on-scroll", true)
58 UI_CONFIG_VARIABLE (bool, use_time_rulers_to_zoom_with_vertical_drag, "use-time-rulers-to-zoom-with-vertical-drag", false)
59 UI_CONFIG_VARIABLE (bool, use_double_click_to_zoom_to_selection, "use-double-click-to-zoom-to-selection", false)
60 UI_CONFIG_VARIABLE (bool, widget_prelight, "widget-prelight", true)
61 UI_CONFIG_VARIABLE (bool, use_tooltips, "use-tooltips", true)
62 UI_CONFIG_VARIABLE (std::string, mixer_strip_visibility, "mixer-element-visibility", "Input,PhaseInvert,RecMon,SoloIsoLock,Output,Comments")
63 UI_CONFIG_VARIABLE (bool, allow_non_quarter_pulse, "allow-non-quarter-pulse", false)
64 UI_CONFIG_VARIABLE (bool, show_region_gain, "show-region-gain", false)
65 UI_CONFIG_VARIABLE (bool, show_name_highlight, "show-name-highlight", false)
66 UI_CONFIG_VARIABLE (ARDOUR::ClockDeltaMode, primary_clock_delta_mode, "primary-clock-delta-mode", NoDelta)
67 UI_CONFIG_VARIABLE (ARDOUR::ClockDeltaMode, secondary_clock_delta_mode, "secondary-clock-delta-mode", NoDelta)
68 UI_CONFIG_VARIABLE (uint64_t, clock_display_limit, "clock-display-limit", 2592000) /* seconds; default 30days (720h), 0 = unlimited */
69 UI_CONFIG_VARIABLE (bool, show_track_meters, "show-track-meters", true)
70 UI_CONFIG_VARIABLE (bool, editor_stereo_only_meters, "editor-stereo-only-meters", false)
71 UI_CONFIG_VARIABLE (bool, follow_edits, "follow-edits", false)
72 UI_CONFIG_VARIABLE (bool, super_rapid_clock_update, "super-rapid-clock-update", false)
73 UI_CONFIG_VARIABLE (bool, autoscroll_editor, "autoscroll-editor", true)
74 UI_CONFIG_VARIABLE (bool, link_region_and_track_selection, "link-region-and-track-selection", false)  // DEPRECATED
75 UI_CONFIG_VARIABLE (float, meter_hold, "meter-hold", 100.0f)
76 UI_CONFIG_VARIABLE (ARDOUR::VUMeterStandard, meter_vu_standard, "meter-vu-standard", ARDOUR::MeteringVUstandard)
77 UI_CONFIG_VARIABLE (ARDOUR::MeterLineUp, meter_line_up_level, "meter-line-up-level", ARDOUR::MeteringLineUp18)
78 UI_CONFIG_VARIABLE (ARDOUR::MeterLineUp, meter_line_up_din, "meter-line-up-din", ARDOUR::MeteringLineUp15)
79 UI_CONFIG_VARIABLE (float, meter_peak, "meter-peak", 0.0f)
80 UI_CONFIG_VARIABLE (bool, meter_style_led, "meter-style-led", false)
81 UI_CONFIG_VARIABLE (bool, show_editor_meter, "show-editor-meter", true)
82 UI_CONFIG_VARIABLE (bool, show_toolbar_recpunch, "show-toolbar-recpunch", true)
83 UI_CONFIG_VARIABLE (bool, show_toolbar_monitoring, "show-toolbar-monitoring", false)
84 UI_CONFIG_VARIABLE (bool, show_toolbar_selclock, "show-toolbar-selclock", false)
85 UI_CONFIG_VARIABLE (bool, show_mini_timeline, "show-mini-timeline", true)
86 UI_CONFIG_VARIABLE (bool, show_secondary_clock, "show-secondary-clock", true)
87 UI_CONFIG_VARIABLE (double, waveform_clip_level, "waveform-clip-level", -0.0933967) /* units of dB */
88 UI_CONFIG_VARIABLE (bool, hiding_groups_deactivates_groups, "hiding-groups-deactivates-groups", true)
89 UI_CONFIG_VARIABLE (bool, no_new_session_dialog, "no-new-session-dialog", false)
90 UI_CONFIG_VARIABLE (bool, buggy_gradients, "buggy-gradients", false)
91 UI_CONFIG_VARIABLE (bool, cairo_image_surface, "cairo-image-surface", false)
92 UI_CONFIG_VARIABLE (uint64_t, waveform_cache_size, "waveform-cache-size", 100) /* units of megagbytes */
93 UI_CONFIG_VARIABLE (int32_t, recent_session_sort, "recent-session-sort", 0)
94 UI_CONFIG_VARIABLE (bool, save_export_analysis_image, "save-export-analysis-image", false)
95 UI_CONFIG_VARIABLE (bool, open_gui_after_adding_plugin, "open-gui-after-adding-plugin", true)
96 UI_CONFIG_VARIABLE (bool, show_inline_display_by_default, "show-inline-display-by-default", true)
97 UI_CONFIG_VARIABLE (bool, prefer_inline_over_gui, "prefer-inline-over-gui", true)
98 UI_CONFIG_VARIABLE (uint32_t, max_inline_controls, "max-inline-controls", 32) /* per processor */
99 UI_CONFIG_VARIABLE (uint32_t, action_table_columns, "action-table-columns", 0)
100 UI_CONFIG_VARIABLE (bool, use_wm_visibility, "use-wm-visibility", true)
101 UI_CONFIG_VARIABLE (std::string, stripable_color_palette, "stripable-color-palette", "#AA3939:#FFAAAA:#D46A6A:#801515:#550000:#AA8E39:#FFEAAA:#D4BA6A:#806515:#554000:#343477:#8080B3:#565695:#1A1A59:#09093B:#2D882D:#88CC88:#55AA55:#116611:#004400")  /* Gtk::ColorSelection::palette_to_string */
102 UI_CONFIG_VARIABLE (bool, use_note_bars_for_velocity, "use-note-bars-for-velocity", true)
103 UI_CONFIG_VARIABLE (bool, use_note_color_for_velocity, "use-note-color-for-velocity", true)
104 UI_CONFIG_VARIABLE (bool, show_snapped_cursor, "show-snapped-cursor", true)
105 UI_CONFIG_VARIABLE (uint32_t, snap_threshold, "snap-threshold", 25)
106 UI_CONFIG_VARIABLE (bool, snap_to_marks, "snap-to-marks", true)
107 UI_CONFIG_VARIABLE (bool, snap_to_region_sync, "snap-to-region-sync", true)
108 UI_CONFIG_VARIABLE (bool, snap_to_region_start, "snap-to-region-start", true)
109 UI_CONFIG_VARIABLE (bool, snap_to_region_end, "snap-to-region-end", true)
110 UI_CONFIG_VARIABLE (bool, snap_to_grid, "snap-to-grid", true)
111 UI_CONFIG_VARIABLE (bool, show_grids_ruler, "show-grids-ruler", true)
112 UI_CONFIG_VARIABLE (bool, rulers_follow_grid, "rulers-follow-grid", false)
113 UI_CONFIG_VARIABLE (bool, grid_follows_internal, "grid-follows-internal", false)  //this feature is deprecated, default it FALSE for now; remove it in v6