Arttu Mahlakaarto
Arttu Mahlakaarto
Here is a quick snipet for using the new updateTriggers ``` TimerUpdateTrigger TimerTrigger = new TimerUpdateTrigger(); TimerTrigger.UpdateFrequency = 0.05; RGBSurface.Instance.RegisterUpdateTrigger(TimerTrigger); TimerTrigger.Start(); ```
Also if there is any help needed, I would be more than happy to help
Would the api update require massive overhaul on components currently being worked on? If I were to start updating to the api and somehow succeed, would it be possible to...
@davidmroth how far have you gotten on the v2 branch? is it ready for testing?
I would also like to know if this is possible, as it pollutes the output sometimes