Prefix take name (to capture file name) by default

This commit is contained in:
Robin Gareus 2021-07-20 23:28:04 +02:00
parent 2b2bf1d726
commit 9ae2e1044a
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -48,7 +48,7 @@ CONFIG_VARIABLE_SPECIAL(std::string, raid_path, "raid-path", "", PBD::path_expan
CONFIG_VARIABLE_SPECIAL(std::string, audio_search_path, "audio-search-path", "", PBD::search_path_expand)
CONFIG_VARIABLE_SPECIAL(std::string, midi_search_path, "midi-search-path", "", PBD::search_path_expand)
CONFIG_VARIABLE (bool, track_name_number, "track-name-number", false)
CONFIG_VARIABLE (bool, track_name_take, "track-name-take", false)
CONFIG_VARIABLE (bool, track_name_take, "track-name-take", true)
CONFIG_VARIABLE (std::string, take_name, "take-name", "Take1")
CONFIG_VARIABLE (bool, jack_time_master, "jack-time-master", true)
CONFIG_VARIABLE (bool, use_video_sync, "use-video-sync", false)