13
0

T: prefix track-number to recorded files by default

This commit is contained in:
Robin Gareus 2024-05-24 22:40:47 +02:00
parent d60e9e02ea
commit f357a58c45
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -60,7 +60,11 @@ CONFIG_VARIABLE (samplecnt_t, minitimeline_span, "minitimeline-span", 120) // se
CONFIG_VARIABLE_SPECIAL(std::string, raid_path, "raid-path", "", PBD::path_expand)
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)
#ifndef LIVETRAX
CONFIG_VARIABLE (bool, track_name_number, "track-name-number", false)
#else
CONFIG_VARIABLE (bool, track_name_number, "track-name-number", true)
#endif
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)