Access to FPC/Plugin-Data in an FLP #192
Unanswered
SilverShepherd
asked this question in
Q&A
Replies: 1 comment
-
|
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am a bit new to pyflp and not to deep into programming.
(I learned programming for myself to use the FL Midi-Scripting Feature and that is the most experience I have)
PyFLP is a bit new and difficult for me to use.
I already found out how to change the Project tempo, how to rename Channels and how to set all the parameters arround a Channel-Plugin.
My Goal is now to understand the data of the FPC-Plugin in a FLP-File to create an converter from current MPC-Sample-Kits (from Akai) to FPC.
I already read the documentation several times. And now I finally found the over 28000 bytes that seem to be the raw FPC Data via FLPEdit
(I found out that Plugin Data is always in the List of "ID_Plugin_Parameters Byte Array]" and not in the List of "ID_Plugin_New Byte Array") ;)
Now the question: How can I get access to the FPC-Data (in the FLP file) I found by analyzing the FLP with FLPEdit,
via PyFLP and how can I manipulate and save it?
A little example code would be helpful.
And what I'm also wondering about:
Where are all the possible commands listet for PyFLP?
In the example are commands used which aren't written down anywhere.
I kind of understand the varibales, that are mentioned in the documentation but the commands weren't findable for me.
Beta Was this translation helpful? Give feedback.
All reactions