mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Prefix take name (to capture file name) by default
This commit is contained in:
parent
2b2bf1d726
commit
9ae2e1044a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue