You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bitwig can set a macro every 64 samples.
A ui can show a knob at around 120hz
so we should compress those messages, which we do here in the
serializatoin thread.
Closessurge-synthesizer#1115
The engine sends a serialization message on each macro set which could potentially overswhelm the serialization to ui queue.
The right thing to do is to compress these when we pull of the engine queue.
Under heavy automation this could make the UI cache miss.
The text was updated successfully, but these errors were encountered: