-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
From my observations, the MixerParamsEvent.channel_data property stores a type field. This is the scope of the of parameter target, where 0 is a channel param, 1 is a mixer param, and 2 is a global project param. I've only worked with encoding them, so the function to encode is as follows (you'll have to adapt it for decoding):
(((insertId & 0x7f) << 6) | (slotId & 0x3f) | (type << 13))
I used this for my OnlineSequencer.net to FLP converter, which I can provide if you want it (it also has encoders for several plugins, but it's written in JS as to integrate as a userscript).
What version of PyFLP are you using?
Latest source (v2.2.1+)
Screenshots, Additional info
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request