🔎 FL Studio 21 `PlaylistEvent`
Open
arrangement-playlist
unknown
- Dominant language
- Python
- Stars
- 212
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
### Discussed in https://github.com/demberto/PyFLP/discussions/107
Originally posted by **YihaoChen96** December 10, 2022
Hi!
When I was trying to parse one of my flp files, I encountered the following warning:
```
D:\Anaconda3\lib\site-packages\pyflp\_events.py:477: UserWarning: Cannot parse event 233 as event size is not a multiple of struct size
f"Cannot parse event {id} as event "
```
It breaks my code, which works fine on some other FLP files.
Does anyone know what the event is that cannot be parsed and why it is the case?
Thank you!
https://github.com/demberto/PyFLP/blob/b112bd928e557bc43ca8f3011e5ecd1e60047ee3/pyflp/arrangement.py#L79-L92
Contributor guide
Assessment
This issue has not been assessed yet.