mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 03:38:26 +02:00
default track property now use T44 instead of special and music number
This commit is contained in:
parent
341afdc3c1
commit
5d7c3d5eb0
1 changed files with 2 additions and 2 deletions
|
@ -62,5 +62,5 @@ def create_lecode_config(self):
|
|||
rctfile.write(get_rctfile_text(_course_config))
|
||||
|
||||
for _ in range(1, 4-(i%4)): # Complete cup if track are missing
|
||||
ctfile.write(f' T 13; 147; 0x00; "_"; ""; "-"\n')
|
||||
rctfile.write(f' T 13; 147; 0x00; "_"; ""; "-"\n')
|
||||
ctfile.write(f' T T44; T44; 0x00; "_"; ""; "-"\n')
|
||||
rctfile.write(f' T T44; T44; 0x00; "_"; ""; "-"\n')
|
||||
|
|
Loading…
Reference in a new issue