Geoff Moehrke
Geoff Moehrke
Thanks for pointing that out. I’ll take a look and fix it. Geoff Moehrke ***@***.*** > On Apr 16, 2021, at 6:55 AM, Steffen ***@***.***> wrote: > > > Just...
Hi - I think the simplest way to do what you are looking for would be to override the onCycleEnd method: class FirstLightFX : public FFXBase { public: FirstLightFX(uint16_t initSize)...
Yes - Just move your variable to inside the effect class. That way it will only affect the segment in question - as follows: class FirstLightFX : public FFXBase {...
The findSegment() function takes a String reference as a parameter - I’m not sure how you are calling it, but if you’re using a constant, you should be able to...
Ok: I'll have to add a method for findSegment that handles that, in the meantime - Try: String segName = "First"; FFXSegment seg = fxctrlr.findSegment( segName );