Skip to content

🐞 TrackID.Name events are grouped incorrectly #96

@jubabrut

Description

@jubabrut

Describe the issue

I created this FLP file

image

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions