yokemura / Magical8bitPlug2

GNU General Public License v3.0
304 stars 19 forks source link

[FEATURE] Save color scheme so the new instance can use it as default #30

Open yokemura opened 2 years ago

yokemura commented 2 years ago

Is your feature request related to a problem? Please describe. The color scheme should be consistent once you set it by your intension. The current version always chooses the color scheme of value 0 ("YMCK" color) as default.

Describe the solution you'd like Save the color scheme selection to a shared storage which can be accessed across any plugin instances, and when a instance is launched without saved settings use that value as default.

sjfricke commented 2 years ago

in Reaper you can save the preset as "default" and I can just change the color and then make that my default

Screenshot from 2022-06-05 22-54-38

Since colorScheme is using a juce::AudioProcessorParameter I would imagine other DAW's would work the same way