I was hoping someone may be able to help me understand how event processing works in this scenario. I'm having a little play with Core, just trying to understand how event processing/signal flow works. I've built a very simple cell here, trying to route the signal to either the top or bottom lamps depending on whether the value is above or below 0.5.
This works perfectly fine if I set a constant at the upper input of the compare module, but if using a changing value from an LFO or a knob outside of the cell, it does not. I would assume that the LFO changing the value would send a new event to the Compare module and update the lamps accordingly, but it's clear I must be misunderstanding how these events work in this circumstance. Is anyone able to enlighten me? Apologies in advance if this is a really simple solution and I'm just being silly lol