ardour
ui_config_vars.h
Go to the documentation of this file.
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, blink_rec_arm, "blink-rec-arm", false)
25 UI_CONFIG_VARIABLE (float, waveform_gradient_depth, "waveform-gradient-depth", 0)
26 UI_CONFIG_VARIABLE (float, timeline_item_gradient_depth, "timeline-item-gradient-depth", 0.5)
27 UI_CONFIG_VARIABLE (bool, all_floating_windows_are_dialogs, "all-floating-windows-are-dialogs", false)
28 UI_CONFIG_VARIABLE (bool, transients_follow_front, "transients-follow-front", false)
29 UI_CONFIG_VARIABLE (bool, color_regions_using_track_color, "color-regions-using-track-color", false)
30 UI_CONFIG_VARIABLE (bool, show_waveform_clipping, "show-waveform-clipping", true)
31 UI_CONFIG_VARIABLE (uint32_t, lock_gui_after_seconds, "lock-gui-after-seconds", 0)
32 UI_CONFIG_VARIABLE (bool, draggable_playhead, "draggable-playhead", true)
33 UI_CONFIG_VARIABLE (std::string, keyboard_layout, "keyboard-layout", "ansi")
34 UI_CONFIG_VARIABLE (std::string, keyboard_layout_name, "keyboard-layout-name", "ansi")
35 UI_CONFIG_VARIABLE (std::string, default_bindings, "default-bindings", "ardour")
36 UI_CONFIG_VARIABLE (bool, only_copy_imported_files, "only-copy-imported-files", false)
37 UI_CONFIG_VARIABLE (bool, keep_tearoffs, "keep-tearoffs", true)
38 UI_CONFIG_VARIABLE (bool, default_narrow_ms, "default-narrow_ms", false)
39 UI_CONFIG_VARIABLE (bool, name_new_markers, "name-new-markers", false)
40 UI_CONFIG_VARIABLE (bool, rubberbanding_snaps_to_grid, "rubberbanding-snaps-to-grid", false)
41 UI_CONFIG_VARIABLE (long, font_scale, "font-scale", 102400.0)
42 UI_CONFIG_VARIABLE (bool, show_waveforms, "show-waveforms", true)
43 UI_CONFIG_VARIABLE (bool, show_waveforms_while_recording, "show-waveforms-while-recording", true)
44 UI_CONFIG_VARIABLE (ARDOUR::WaveformScale, waveform_scale, "waveform-scale", Linear)
45 UI_CONFIG_VARIABLE (ARDOUR::WaveformShape, waveform_shape, "waveform-shape", Traditional)
46 UI_CONFIG_VARIABLE (bool, update_editor_during_summary_drag, "update-editor-during-summary-drag", true)
47 UI_CONFIG_VARIABLE (bool, never_display_periodic_midi, "never-display-periodic-midi", true)
48 UI_CONFIG_VARIABLE (bool, sound_midi_notes, "sound-midi-notes", false)
49 UI_CONFIG_VARIABLE (bool, show_plugin_scan_window, "show-plugin-scan-window", false)
50 UI_CONFIG_VARIABLE (bool, show_zoom_tools, "show-zoom-tools", true)
51 UI_CONFIG_VARIABLE (bool, widget_prelight, "widget-prelight", true)
52 UI_CONFIG_VARIABLE (bool, use_tooltips, "use-tooltips", true)
53 UI_CONFIG_VARIABLE (std::string, mixer_strip_visibility, "mixer-element-visibility", "Input,PhaseInvert,RecMon,SoloIsoLock,Output,Comments")
54 UI_CONFIG_VARIABLE (bool, allow_non_quarter_pulse, "allow-non-quarter-pulse", false)
55 UI_CONFIG_VARIABLE (bool, show_region_gain, "show-region-gain", false)
56 UI_CONFIG_VARIABLE (bool, show_name_highlight, "show-name-highlight", false)
57 UI_CONFIG_VARIABLE (bool, primary_clock_delta_edit_cursor, "primary-clock-delta-edit-cursor", false)
58 UI_CONFIG_VARIABLE (bool, secondary_clock_delta_edit_cursor, "secondary-clock-delta-edit-cursor", false)
59 UI_CONFIG_VARIABLE (bool, show_track_meters, "show-track-meters", true)
60 UI_CONFIG_VARIABLE (bool, follow_edits, "follow-edits", false)
61 UI_CONFIG_VARIABLE (bool, super_rapid_clock_update, "super-rapid-clock-update", false)
62 UI_CONFIG_VARIABLE (bool, autoscroll_editor, "autoscroll-editor", true)
63 UI_CONFIG_VARIABLE (bool, link_region_and_track_selection, "link-region-and-track-selection", false) // DEPRECATED
64 UI_CONFIG_VARIABLE (float, meter_hold, "meter-hold", 100.0f)
65 UI_CONFIG_VARIABLE (ARDOUR::VUMeterStandard, meter_vu_standard, "meter-vu-standard", ARDOUR::MeteringVUstandard)
66 UI_CONFIG_VARIABLE (ARDOUR::MeterLineUp, meter_line_up_level, "meter-line-up-level", ARDOUR::MeteringLineUp18)
67 UI_CONFIG_VARIABLE (ARDOUR::MeterLineUp, meter_line_up_din, "meter-line-up-din", ARDOUR::MeteringLineUp15)
68 UI_CONFIG_VARIABLE (float, meter_peak, "meter-peak", 0.0f)
69 UI_CONFIG_VARIABLE (bool, meter_style_led, "meter-style-led", false)
70 UI_CONFIG_VARIABLE (bool, show_editor_meter, "show-editor-meter", true)
71 UI_CONFIG_VARIABLE (double, waveform_clip_level, "waveform-clip-level", -0.0933967) /* units of dB */
72 UI_CONFIG_VARIABLE (bool, hiding_groups_deactivates_groups, "hiding-groups-deactivates-groups", true)
73 UI_CONFIG_VARIABLE (bool, no_new_session_dialog, "no-new-session-dialog", false)
static ARDOUR_UI * ui
Definition: main.cc:76
waveform clip level
WaveformScale
Definition: types.h:538
tuple f
Definition: signals.py:35
Definition: Beats.hpp:239
LIBARDOUR_API PBD::PropertyDescriptor< bool > gain
Definition: route_group.cc:44
WaveformShape
Definition: types.h:543
Definition: amp.h:29
MeterLineUp
Definition: types.h:411
LIBARDOUR_API PBD::PropertyDescriptor< bool > regions
Definition: playlist.cc:51
const char * name
UI_CONFIG_VARIABLE(bool, link_region_and_track_selection,"link-region-and-track-selection", false) UI_CONFIG_VARIABLE(double
waveform_clip_level
VUMeterStandard
Definition: types.h:404
LIBARDOUR_API PBD::PropertyDescriptor< bool > color
Definition: route_group.cc:50