Describe the feature
When I try to change position or length of an audio clip in the Playlist, with that code
tracks = [track for track in project.arrangements.current.tracks]
tracks[2].__getitem__(0).position = 100
I have this error
pyflp.exceptions.PropertyCannotBeSet: Event(s) () was / were not found
It will be interesting to be able to change the position, the length and the offset of an audio clip

What version of PyFLP are you using?
last commit (27th oct 22)
Screenshots, Additional info
No response
Code of Conduct
Describe the feature
When I try to change position or length of an audio clip in the Playlist, with that code
I have this error
pyflp.exceptions.PropertyCannotBeSet: Event(s) () was / were not foundIt will be interesting to be able to change the position, the length and the offset of an audio clip
What version of PyFLP are you using?
last commit (27th oct 22)
Screenshots, Additional info
No response
Code of Conduct