View presets #125
Closed
curtistornade
started this conversation in
General
Replies: 2 comments
-
|
VST plugins store their preset data by themselves. So only the plugin itself understands it. However, many VST plugins still use the old FXP format which does store the preset name in a standardised way:
If it fails to parse you are out of luck and you need to reverse-engineer the plugin preset format. It might be JSON, XML or some propreitary binary format. Some plugins don't even save the preset name inside their project file / preset data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Okay thank you very much |
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.
-
Hi !
I was wondering if it would be possible to see the preset name of a VST plugin with PyFLP ?
Beta Was this translation helpful? Give feedback.
All reactions