X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsession_configuration_vars.h;h=6c4bc3fb545b242ab4b7fda5ae82f7585fc7e035;hb=74a604d261b1ecb0f20ee0c69aef7648da3a1d86;hp=823cf5fe073653eb30d284e8fcd0c985ff8ccc63;hpb=5d41ab698337c188623ad6100e59ecfbfb492416;p=ardour.git diff --git a/libs/ardour/ardour/session_configuration_vars.h b/libs/ardour/ardour/session_configuration_vars.h index 823cf5fe07..6c4bc3fb54 100644 --- a/libs/ardour/ardour/session_configuration_vars.h +++ b/libs/ardour/ardour/session_configuration_vars.h @@ -27,6 +27,8 @@ CONFIG_VARIABLE (uint32_t, destructive_xfade_msecs, "destructive-xfade-msecs", 2) CONFIG_VARIABLE (bool, use_region_fades, "use-region-fades", true) +CONFIG_VARIABLE (bool, use_transport_fades, "use-transport-fades", true) +CONFIG_VARIABLE (bool, use_monitor_fades, "use-monitor-fades", true) CONFIG_VARIABLE (SampleFormat, native_file_data_format, "native-file-data-format", ARDOUR::FormatFloat) CONFIG_VARIABLE (HeaderFormat, native_file_header_format, "native-file-header-format", ARDOUR::WAVE) CONFIG_VARIABLE (bool, auto_play, "auto-play", false) @@ -54,6 +56,14 @@ CONFIG_VARIABLE (std::string, timecode_generator_offset, "timecode-generator-off CONFIG_VARIABLE (bool, glue_new_markers_to_bars_and_beats, "glue-new-markers-to-bars-and-beats", false) CONFIG_VARIABLE (bool, midi_copy_is_fork, "midi-copy-is-fork", false) CONFIG_VARIABLE (bool, glue_new_regions_to_bars_and_beats, "glue-new-regions-to-bars-and-beats", false) +CONFIG_VARIABLE (bool, realtime_export, "realtime-export", false) + +/* Video-settings are saved with the session and belong to the session. + * headless ardour could remote control xjadeo for example. + */ +CONFIG_VARIABLE (bool, use_video_file_fps, "use-video-file-fps", false) +CONFIG_VARIABLE (bool, videotimeline_pullup, "videotimeline-pullup", true) + /* These are GUI-only properties and should not be present in this * context. There needs to be a new GUI-level session-scoped configuration * variable header. @@ -63,8 +73,6 @@ CONFIG_VARIABLE (uint16_t, wave_zoom_factor, "wave-zoom-factor", 2) CONFIG_VARIABLE (bool, show_summary, "show-summary", true) CONFIG_VARIABLE (bool, show_group_tabs, "show-group-tabs", true) CONFIG_VARIABLE (bool, show_region_fades, "show-region-fades", true) -CONFIG_VARIABLE (bool, use_video_file_fps, "use-video-file-fps", false) -CONFIG_VARIABLE (bool, videotimeline_pullup, "videotimeline-pullup", true) CONFIG_VARIABLE (bool, show_busses_on_meterbridge, "show-busses-on-meterbridge", false) CONFIG_VARIABLE (bool, show_master_on_meterbridge, "show-master-on-meterbridge", true) CONFIG_VARIABLE (bool, show_midi_on_meterbridge, "show-midi-on-meterbridge", true) @@ -79,7 +87,7 @@ CONFIG_VARIABLE (uint32_t, meterbridge_label_height, "meterbridge-label-height" /* This variable was not discussed with Ardour developers and is considered weakly conceived. It is also poorly named, since we have "groups" already present in libardour but this variable has nothing to do with it. There - should have been more discussion about what was required and the best + should have been more discussion about what was required and the best way to accomplish it. */ CONFIG_VARIABLE (bool, enable_group_edit, "enable-group-edit", false)