Describe the issue
I created this FLP file

But when I parse tracks with this code
for track in project.arrangements.current.tracks:
print(track)
The name doesn't match with correct track
Track (name=Cymbal, index=1, 1 items)
Track (name=Kick, index=2, 0 items)
Track (name=Snare, index=3, 2 items)
Track (name=None, index=4, 0 items)
Track (name=None, index=5, 3 items)
What version of PyFLP are you using?
last commit (27th oct 22)
What code caused this issue?
Screenshots, Additional info
Find below FLP and PY files
PyFLP test 3.zip
Code of Conduct
Describe the issue
I created this FLP file
But when I parse tracks with this code
The name doesn't match with correct track
What version of PyFLP are you using?
last commit (27th oct 22)
What code caused this issue?
-Screenshots, Additional info
Find below FLP and PY files
PyFLP test 3.zip
Code of Conduct