My current project allows user interaction to control 32 presets of a DSP Plugin by Neural. Each preset currently contains 33 variables that either enable or disable affect boxes or front panel knob settings. When moving from preset to preset or bank to bank I need to save those preset setting so that they can be recalled when the user recalls a preset. I can use lists or dictionaries to extract the variables and because I’ve created unique variables for the bulk of the settings they remain constant while the app is running. I need to write out those values prior to the user quitting the app in order to reload them upon the next run of the app. Is there a efficient method to address my request? It appears that both List and Dictionaries can read in data but I have not been able to make them work.
Any suggestions would be greatly appreciated.
Chris
Attachments:
You must be
logged in to view attached files.