Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悶 Lowest version of FL Studio with Unicode (UTF16) strings #65

Closed
demberto opened this issue Sep 28, 2022 · 0 comments
Closed

馃悶 Lowest version of FL Studio with Unicode (UTF16) strings #65

demberto opened this issue Sep 28, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@demberto
Copy link
Owner

Currently, I have kept it at 12.0

PyFLP/pyflp/__init__.py

Lines 134 to 138 in 2ff2d3c

if id == ProjectID.FLVersion:
if int(value.decode("ascii").split(".")[0]) >= 12:
str_type = UnicodeEvent
else:
str_type = AsciiEvent

However, recent discoveries in plugin presets have indicated that it can be as low as 11.5

image

@demberto demberto added the bug Something isn't working label Sep 28, 2022
@demberto demberto added this to the PyFLP 2.0.0 milestone Sep 28, 2022
@demberto demberto self-assigned this Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant