Hi,
(Owner of Massive / FM8)
My DAW is Reaper which allows me to automate most tasks in the DAW with computer code.
I want to write a script that automatically loads new tracks with the synth patch I desire.
In order to do this I need to obtain the synth paramterers in human readable format so that I then can modify the FX (plugin instance) programmatically.
Does there exist some package or community script for converting synth patches to human readable format? Ideally, I think I want all synth parameters in just a plain list text file or similar, then I can do the work myself of parsing through the list.
Cheers,