Describe the issue
I created an audio channel with an audio track.
This channel is correctly count with "project.channel_count"
But when I try to access to this channel, nothing happens
import pyflp
import os
# Get the current directory on Windows
current_dir = os.path.dirname(os.path.realpath(__file__)) + "\\"
# Open the FLP project
project = pyflp.parse(current_dir + "test.flp")
print("Channel count: " + str(project.channel_count))
print("start")
for chan in project.channels:
print(chan)
print("end")
What version of PyFLP are you using?
last commit (26th oct 22)
What code caused this issue?
Screenshots, Additional info


PyFLP test 2.zip
Code of Conduct
Describe the issue
I created an audio channel with an audio track.
This channel is correctly count with "project.channel_count"
But when I try to access to this channel, nothing happens
What version of PyFLP are you using?
last commit (26th oct 22)
What code caused this issue?
Screenshots, Additional info
PyFLP test 2.zip
Code of Conduct