What color(s) are you thinking? What kind of a pulse, all pixels together or a rolling type of pulse? Do they go completely black or just dim?
The larger pixel array (blade) should be a yellow color. The other blades will be red. I think I could adjust it after for the other font or if it needs to be tweaked.
I think all at once. The blade will be a mix of a large pixel ring and a single in the middle.
Completely off.
OK, do you want the colors editable (Edit Mode/Workbench, using BASE_COLOR_ARG) or you’ll just mod the code yourself?
I will mod the code. I haven’t used edit mode or workbench much, so I am unfamiliar.
Here, give these a try, see the comments on the first style for the sounds it’s expecting, for the control layer to work you’ll need to use my prop. Let me know if you need info on the prop.
Style 1 (for main - this has the control layer, only one style per preset can contain a control layer)
/* copyright Fett263 Custom Pulse with Idle Sound (Primary Blade) OS7 Style
NOTE: This style includes Control Layer. Only one Control Layer should be used per preset.
--Effects Included--
Blast Effect: Fast Pulse (Use blst.wav sounds for button press sound)
Clash Effect: Use clsh.wav sounds for "scream"
Swing Effect: Use tr00.wav or tr/000/000.wav for alternative "scream"
Idle/Off Sound: Uses trloop00.wav or trloop/000/000.wav (idle sounds looped)
On Sounds: Use hum.wav sounds while on
*/
StylePtr<Layers<Pulsing<Yellow,Black,2000>,TransitionEffectL<TrConcat<TrExtend<1000,TrInstant>,Pulsing<Yellow,Black,1000>,TrFade<600>>,EFFECT_BLAST>,TransitionPulseL<TrDoEffect<TrInstant,EFFECT_TRANSITION_SOUND,0>,ThresholdPulseF<SwingSpeed<200>,Int<30000>>>,InOutTrL<TrFade<400>,TrFade<800>>,TransitionPulseL<TrDoEffectAlways<TrInstant,EFFECT_SOUND_LOOP,0>,ThresholdPulseF<Sum<EffectPulseF<EFFECT_BOOT>,EffectPulseF<EFFECT_NEWFONT>,EffectPulseF<EFFECT_RETRACTION>,EffectPulseF<EFFECT_IGNITION>>,Int<30000>>>>>(),
Style 2 (for accents, no control layer)
/* copyright Fett263 Custom Pulse (Accent LEDs) OS7 Style
--Effects Included--
Blast Effect: Fast Pulse
*/
StylePtr<Layers<Pulsing<Red,Black,2000>,TransitionEffectL<TrConcat<TrExtend<1000,TrInstant>,Pulsing<Red,Black,1000>,TrFade<600>>,EFFECT_BLAST>,InOutTrL<TrFade<400>,TrFade<800>>>>(),
Finally tried it tonight, and it works well overall, but i would like to tweak some things.
Is the faster flashing just based on time, miliseconds? Can it be as long as sound is playing? If that is too complicated, then can you point me to which ones to change and I will just make them longer to more closely match the sound lengths.
Can I adjust the pixel “on” led brightness and speed? If so what part is that?
Again - thank you for your help!