Module goxlr_profile_loader::components::megaphone
source · [−]Structs
Couple of interesting points, firstly, the UI only has 3 options with regards to the megaphone configuration, Style, ‘Amount’, and ‘Post Gain’, yet these three options ultimately translate into MANY different settings, so some investigation as to how and why these map will be necessary. I’m currently assuming that each ‘style’ is backed by several values, but still need to work out the mapping.
This is relatively static, main tag contains standard colour mapping, subtags contain various presets, we’ll use an EnumMap to define the ‘presets’ as they’ll be useful for the other various ‘types’ of presets (encoders and effects).