-
Notifications
You must be signed in to change notification settings - Fork 12
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞 ChannelID.Parameters["fx.start"]
not always a LogNormal
#142
Comments
ChannelID.Parameters["fx.start"]
not always a LogNormal
It seems I need to find a better solution to such issues. In the meantime, you can fix this by changing this line Line 303 in a74fad0
to "fx.start" / c.Optional(c.Int32ul), # 137 If you are familiar with git and Python, I recommend that you fork PyFLP, clone it locally, make the edits and install it in your environment, instead of changing this manually in your existing installation. |
Thank you, will try it. |
Could you wrap it in a |
Nah it won't work that way. Its not the correct place to do it. |
I found a truly hacky solution for this, but maybe it can inspire something on your end. The following code monkey-patches a new version of
|
Describe the issue
Here is the file I tried to load:
2step1.flp.zip
Thank you!
What version of PyFLP are you using?
2.1.0
Code of Conduct
The text was updated successfully, but these errors were encountered: