acids-ircam / nn_tilde

Other
321 stars 36 forks source link

Moved set attribute to a FIFO to stop threading related crashes #44

Closed robclouth closed 1 year ago

robclouth commented 1 year ago

When setting attributes occasionally it would crash because the messages are running on different threads. I added a FIFO to stop this from happening.