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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 RuntimeWarning: VSTPluginEvent: Unknown marker 6 detected #116

Open
1 task done
TheAwesome98-Real opened this issue Feb 5, 2023 · 3 comments
Open
1 task done
Assignees
Labels
bug Something isn't working plugin-native FL Studio native generators and effects

Comments

@TheAwesome98-Real
Copy link

Describe the issue

when opening this file (i believe it came with certain versions of fruity loops studio but i've never owned the software so i don't know), this warning is printed:

/home/lily/.local/lib/python3.10/site-packages/pyflp/plugin.py:282: RuntimeWarning: VSTPluginEvent: Unknown marker 6 detected .Open an issue at https://github.com/demberto/PyFLP/issues if you are seeing this!
  warnings.warn(

(yes, just that, it cuts off there)

What version of PyFLP are you using?

2.0.0a7.post0

What code caused this issue?

import pyflp
project = pyflp.parse("deadmau5 - Thats Not True (dream electro mix).flp")

Screenshots, Additional info

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@TheAwesome98-Real TheAwesome98-Real added the bug Something isn't working label Feb 5, 2023
@TheAwesome98-Real
Copy link
Author

oops my bad i forgot to upload the file
deadmau5 - Thats Not True (dream electro mix).zip

@TheAwesome98-Real
Copy link
Author

never mind, i think the project is corrupted

@demberto
Copy link
Owner

demberto commented Feb 5, 2023

It looks like FL serialised the events incorrectly, so even tho no VST plugins have been used in this project, there are "Fruity Wrapper" strings. I need to find a better way to detect the plugin type ig.

@demberto demberto reopened this Feb 5, 2023
@demberto demberto self-assigned this Feb 5, 2023
@demberto demberto added the plugin-native FL Studio native generators and effects label Feb 5, 2023
@demberto demberto added this to the PyFLP 2.0.0 milestone Feb 5, 2023
@demberto demberto modified the milestones: PyFLP 2.0.0, 2.1.0 Mar 18, 2023
@demberto demberto modified the milestones: 2.1.1, 2.1.2 May 24, 2023
@demberto demberto removed this from the 2.1.2 milestone Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working plugin-native FL Studio native generators and effects
Projects
None yet
Development

No branches or pull requests

2 participants