Hi,
I’ve tried to figure this out, but I’m just not quite getting it. I have created a bladestyle (using early access library) that I want to re-use for several presets but with a different default color, for example, a Luke 1(green), a Luke2(blue) and a Mace Windu(purple), etc.
I’m building this for a quad-blade-which needs to repeat the style multiple times.
Here is my draft config work-in-progress:
#ifdef CONFIG_TOP #include “proffieboard_config.h” #define BLADE_DETECT_PIN - Pastebin.com
To cut to the quick, here is a section I’d like to edit:
{ "Luke;common", "tracks/Luke.wav",
StylePtr<ControlMainRotoscopeSubtleBaseColor>()
StylePtr<ControlMainRotoscopeSubtleBaseColor>()
StylePtr<ControlMainRotoscopeSubtleBaseColor>()
StylePtr<ControlMainRotoscopeSubtleBaseColor>()
StylePtr<ControlMainRotoscopeSubtleBaseColor>()},
{ "Luke4;common", "tracks/Luke5.wav",
StylePtr<ControlMainRotoscopeSubtleBaseColor>()
StylePtr<ControlMainRotoscopeSubtleBaseColor>()
StylePtr<ControlMainRotoscopeSubtleBaseColor>()
StylePtr<ControlMainRotoscopeSubtleBaseColor>()
StylePtr<ControlMainRotoscopeSubtleBaseColor>()},
How could I change the second style to have a different base color?
I don’t suppose it could be as simple as:
StylePtr(BASE_COLOR_ARG = GREEN)},
thanks…
Js