aiberlin / NTMI

http://www.airborneinstruments.eu/
GNU General Public License v3.0
15 stars 1 forks source link

MainFX tweaks should be storable #24

Open adcxyz opened 3 years ago

adcxyz commented 3 years ago

Currently, there is no convenient way to save the current settings of MainFX as a new (or modified) MainFX preset. should modified preset go to userPool dir, and not to quark POOL dir?

storing should be nested settings : MainFX should know which slotsToStore (and which not) When storing, keep: name of MainFX preset, all active slotNames, for each slot, param names and values when switching: add the active slotsToStore, remove unused slotsToStore

adcxyz commented 3 years ago

Missing: ProxyChainPresetGui class

adcxyz commented 11 months ago

ProxyChainPresetGui class exists now