31 UI_CONFIG_VARIABLE (
float, timeline_item_gradient_depth, "timeline-item-gradient-depth", 0.4)
32 UI_CONFIG_VARIABLE (
bool, all_floating_windows_are_dialogs, "all-floating-windows-are-dialogs", false)
35 UI_CONFIG_VARIABLE (
bool, allow_to_resize_engine_dialog, "allow-to-resize-engine-dialog", false)
39 UI_CONFIG_VARIABLE (
bool, editor_stereo_only_meters, "editor-stereo-only-meters", true)
47 UI_CONFIG_VARIABLE (
bool, automation_edit_cancels_auto_hide, "automation-edit-cancels-auto-hide", false)
55 UI_CONFIG_VARIABLE (
bool, highlight_auditioned_clips, "highlight-auditioned-clips", true)
58 UI_CONFIG_VARIABLE (
bool, rubberbanding_snaps_to_grid, "rubberbanding-snaps-to-grid", false)
61 UI_CONFIG_VARIABLE (
bool, show_waveforms_while_recording, "show-waveforms-while-recording", true)
64 UI_CONFIG_VARIABLE (
bool, update_editor_during_summary_drag, "update-editor-during-summary-drag", true)
65 UI_CONFIG_VARIABLE (
bool, never_display_periodic_midi, "never-display-periodic-midi", true)
67 UI_CONFIG_VARIABLE (
bool, select_last_drawn_note_only, "select-last-drawn-note-only", true)
69 UI_CONFIG_VARIABLE (
bool, show_manager_if_plugins_are_missing, "show-manager-if-plugins-are-missing", true)
72 UI_CONFIG_VARIABLE (
bool, use_time_rulers_to_zoom_with_vertical_drag, "use-time-rulers-to-zoom-with-vertical-drag", false)
77 UI_CONFIG_VARIABLE (std::
string, mixer_strip_visibility, "mixer-element-visibility", "Input,PhaseInvert,RecMon,SoloIsoLock,Output,Comments")
118 UI_CONFIG_VARIABLE (
bool, open_gui_after_adding_plugin, "open-gui-after-adding-plugin", true)
120 UI_CONFIG_VARIABLE (
bool, show_inline_display_by_default, "show-inline-display-by-default", true)
129 UI_CONFIG_VARIABLE (
bool, use_palette_for_new_track, "use-palette-for-new-track", true)
132 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 */
133 UI_CONFIG_VARIABLE (bool, use_note_bars_for_velocity, "use-note-bars-for-velocity", true)
134 UI_CONFIG_VARIABLE (bool, use_note_color_for_velocity, "use-note-color-for-velocity", true)
135 UI_CONFIG_VARIABLE (bool, show_snapped_cursor, "show-snapped-cursor", true)
136 UI_CONFIG_VARIABLE (uint32_t, snap_threshold, "snap-threshold", 25)
137 UI_CONFIG_VARIABLE (uint32_t, ruler_granularity, "ruler-granularity", 25)
138 UI_CONFIG_VARIABLE (ARDOUR::SnapTarget, snap_target, "snap-target", ARDOUR::SnapTargetGrid)
139 UI_CONFIG_VARIABLE (bool, snap_to_marks, "snap-to-marks", true)
140 UI_CONFIG_VARIABLE (bool, snap_to_playhead, "snap-to-playhead", true)
141 UI_CONFIG_VARIABLE (bool, snap_to_region_sync, "snap-to-region-sync", true)
142 UI_CONFIG_VARIABLE (bool, snap_to_region_start, "snap-to-region-start", true)
143 UI_CONFIG_VARIABLE (bool, snap_to_region_end, "snap-to-region-end", true)
144 UI_CONFIG_VARIABLE (bool, show_selection_marker, "show-selection-marker", true)
145 UI_CONFIG_VARIABLE (bool, show_grids_ruler, "show-grids-ruler", true)
146 UI_CONFIG_VARIABLE (bool, rulers_follow_grid, "rulers-follow-grid", false)
147 UI_CONFIG_VARIABLE (bool, grid_follows_internal, "grid-follows-internal", false) //this feature is deprecated, default it FALSE for now; remove it in v6
148 UI_CONFIG_VARIABLE (bool, show_region_name, "show-region-name", true)
149 UI_CONFIG_VARIABLE (int, time_axis_name_ellipsize_mode, "time-axis-name-ellipsize-mode", 0)
150 UI_CONFIG_VARIABLE (bool, one_plugin_window_only, "one-plugin-window-only", false)
151 UI_CONFIG_VARIABLE (int, default_lower_midi_note, "default-lower-midi-note", 60)
152 UI_CONFIG_VARIABLE (int, default_upper_midi_note, "default-upper-midi-note", 71)
153 UI_CONFIG_VARIABLE (bool, ask_before_closing_last_window, "ask-before-closing-last-window", true)
154 UI_CONFIG_VARIABLE (bool, ask_cut_copy_section_tempo_map, "ask-cut-copy-section-tempo-map", true)
155 UI_CONFIG_VARIABLE (std::string, freesound_dir, "freesound-dir", "")
156 UI_CONFIG_VARIABLE (int, max_note_height, "max-note-height", 20)
157 UI_CONFIG_VARIABLE (bool, prefer_tap_tempo, "prefer-tap-tempo", false)
158 UI_CONFIG_VARIABLE (bool, sandbox_all_lua_scripts, "sandbox-all-lua-scripts", false)
159 UI_CONFIG_VARIABLE (bool, update_action_scripts, "update-action-scripts", true)
160 UI_CONFIG_VARIABLE (bool, use_cocoa_invalidation, "use-cocoa-invalidation", true)
162 /* these are visibility-type selections in the New Track dialog that we should make persistent for the user's choices */
163 UI_CONFIG_VARIABLE (bool, show_on_cue_page, "show-on-cue-page", true)
164 UI_CONFIG_VARIABLE (uint32_t, insert_at_position, "insert-at-position", 3)
165 UI_CONFIG_VARIABLE (Editing::NoteNameDisplay, note_name_display, "note-name-display", Editing::Always)
166 UI_CONFIG_VARIABLE (bool, scroll_velocity_editing, "scroll-velocity-editing", true)
167 UI_CONFIG_VARIABLE (bool, no_strobe, "no-strobe", false)
GtkImageIconNameData name
GtkImageIconSetData icon_set
void session(lua_State *L)
PBD::PropertyDescriptor< gain_t > gain
PBD::PropertyDescriptor< bool > regions
PBD::PropertyDescriptor< uint32_t > color
PBD::PropertyDescriptor< bool > region
TimeSelectionAfterSectionPaste
@ SectionSelectRetainAndMovePlayhead
@ MeteringVUstandard
0VU = +4dBu
Temporal::samplecnt_t samplecnt_t
void save(const std::string &filename)
link region and track false waveform clip level
link region and track selection
UI_CONFIG_VARIABLE(ARDOUR::samplecnt_t, clock_display_limit, "clock-display-limit", 359999) UI_CONFIG_VARIABLE(bool
link region and track false waveform clip max_inline_controls
link_region_and_track_selection
link region and track false waveform_clip_level
link region and track false waveform clip max inline controls