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

🔎 Discover remaining WrapperEvent fields #93

Open
demberto opened this issue Oct 26, 2022 · 0 comments
Open

🔎 Discover remaining WrapperEvent fields #93

demberto opened this issue Oct 26, 2022 · 0 comments
Assignees
Labels
plugin-3rdparty VST 2/3, Waves, AU plugins and Fruity Wrapper plugin-native FL Studio native generators and effects unknown Undiscovered, new or unused fields in structs

Comments

@demberto
Copy link
Owner

demberto commented Oct 26, 2022

PyFLP/pyflp/plugin.py

Lines 175 to 185 in 24b88a9

class WrapperEvent(StructEventBase):
STRUCT = c.Struct(
"_u1" / c.Optional(c.Bytes(16)), # 16
"flags" / c.Optional(StdEnum[_WrapperFlags](c.Int16ul)), # 18
"_u2" / c.Optional(c.Bytes(2)), # 20
"page" / c.Optional(StdEnum[WrapperPage](c.Int8ul)), # 21
"_u3" / c.Optional(c.Bytes(23)), # 44
"width" / c.Optional(c.Int32ul), # 48
"height" / c.Optional(c.Int32ul), # 52
"_extra" / c.GreedyBytes, # None as of 20.9.2
).compile()

@demberto demberto added plugin-3rdparty VST 2/3, Waves, AU plugins and Fruity Wrapper plugin-native FL Studio native generators and effects unknown Undiscovered, new or unused fields in structs labels Oct 26, 2022
@demberto demberto added this to the PyFLP 2.0.0 milestone Oct 26, 2022
@demberto demberto self-assigned this Oct 26, 2022
demberto added a commit that referenced this issue Oct 27, 2022
@demberto demberto modified the milestones: PyFLP 2.0.0, 2.1.0 Mar 18, 2023
@demberto demberto modified the milestones: 2.1.1, 2.2.0 May 12, 2023
@demberto demberto removed this from the 2.2.0 milestone Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin-3rdparty VST 2/3, Waves, AU plugins and Fruity Wrapper plugin-native FL Studio native generators and effects unknown Undiscovered, new or unused fields in structs
Projects
None yet
Development

No branches or pull requests

1 participant