Skip to content

✨ Possible to change length, position and offset of an audio sample #97

@jubabrut

Description

@jubabrut

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

image

What version of PyFLP are you using?

last commit (27th oct 22)

Screenshots, Additional info

No response

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