T: prefix track-number to recorded files by default
This commit is contained in:
parent
d60e9e02ea
commit
f357a58c45
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user