Xmodal / autonomX

Experiment with life-like processes to generate dynamic, emergent and self-organizing patterns and output these patterns via OSC.
10 stars 4 forks source link

OSC Input Region stays lit after input value is received #373

Open jvlyndark opened 3 years ago

jvlyndark commented 3 years ago

Discovered a small bug where when an OSC Input Region (visible on the lattice) receives an external input value message, the input region lights up (as it should) but then continues to stay lit after the message has completed.

This region should instead darken again, once the message is complete (ie, lit = message currently being received, dark = message not currently being received)

I am unsure of the source of the bug - could be something to do with the osc input messages not notifying other threads or vice versa with the GUI - but it ultimately doesn't affect the functionality. The bug is purely visual.

Below is a photo: Screen Shot 2021-08-30 at 6.58.05 PM.png