change the use of "SMPTE" to "Timecode" to reflect the global economy and the end...
[ardour.git] / libs / ardour / ardour / session_configuration_vars.h
1 /*
2     Copyright (C) 2009 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 CONFIG_VARIABLE (CrossfadeModel, xfade_model, "xfade-model", FullCrossfade)
21 CONFIG_VARIABLE (bool, auto_xfade, "auto-xfade", true)
22 CONFIG_VARIABLE (float, short_xfade_seconds, "short-xfade-seconds", 0.015)
23 CONFIG_VARIABLE (bool, xfades_active, "xfades-active", true)
24 CONFIG_VARIABLE (bool, xfades_visible, "xfades-visible", true)
25 CONFIG_VARIABLE (uint32_t, destructive_xfade_msecs,  "destructive-xfade-msecs", 2)
26 CONFIG_VARIABLE (bool, use_region_fades, "use-region-fades", true)
27 CONFIG_VARIABLE (bool, show_region_fades, "show-region-fades", true)
28 CONFIG_VARIABLE (SampleFormat, native_file_data_format,  "native-file-data-format", ARDOUR::FormatFloat)
29 CONFIG_VARIABLE (HeaderFormat, native_file_header_format,  "native-file-header-format", ARDOUR::WAVE)
30 CONFIG_VARIABLE (bool, auto_play, "auto-play", false)
31 CONFIG_VARIABLE (bool, auto_return, "auto-return", false)
32 CONFIG_VARIABLE (bool, auto_input, "auto-input", true)
33 CONFIG_VARIABLE (bool, punch_in, "punch-in", false)
34 CONFIG_VARIABLE (bool, punch_out, "punch-out", false)
35 CONFIG_VARIABLE (uint32_t, subframes_per_frame, "subframes-per-frame", 100)
36 CONFIG_VARIABLE (SmpteFormat, timecode_format, "timecode-format", timecode_30)
37 CONFIG_VARIABLE_SPECIAL(Glib::ustring, raid_path, "raid-path", "", path_expand)
38 CONFIG_VARIABLE (std::string, bwf_country_code, "bwf-country-code", "US")
39 CONFIG_VARIABLE (std::string, bwf_organization_code, "bwf-organization-code", "US")
40 CONFIG_VARIABLE (bool, end_marker_is_free, "end-marker-is-free", true)
41 CONFIG_VARIABLE (LayerModel, layer_model, "layer-model", MoveAddHigher)
42 CONFIG_VARIABLE (std::string, auditioner_output_left, "auditioner-output-left", "default")
43 CONFIG_VARIABLE (std::string, auditioner_output_right, "auditioner-output-right", "default")
44 CONFIG_VARIABLE (bool, timecode_source_is_synced, "timecode-source-is-synced", true)
45 CONFIG_VARIABLE (bool, jack_time_master, "jack-time-master", true)
46 CONFIG_VARIABLE (bool, use_video_sync, "use-video-sync", false)
47 CONFIG_VARIABLE (float, video_pullup, "video-pullup", 0.0f)
48 CONFIG_VARIABLE (bool, show_summary, "show-summary", true)
49 CONFIG_VARIABLE (bool, show_group_tabs, "show-group-tabs", true)