Vst ˜ : Pulling all preset values from a plugin
Jun 08 2018 | 2:19 pm
Hello,
I am working on pulling all parameter values from a plugin preset and writing it to file. The idea is , you load up a plugin and with the click of the button you would run through the entire plugin preset library and extract all parameter values.
I know that by using "params" and "pgmnames" messages you can pull out all parameter names and preset names in one list. But i was wondering if you could call single parameter names and single preset names? Similar to how you can call a single parameter values with the "get" message.
cheers
TIny