patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.72k stars 350 forks source link

OSC messages can pile up #367

Open capital-G opened 4 days ago

capital-G commented 4 days ago

Hi,

I noticed that sending multiple OSC messages per frame will build up a queue over time which will eventually lead to a delay (e.g. after I stopped sending messages I still had 30 seconds of OSC messages left). I think it would be nice to give at least the option to not pile up OSC messages.