surge-synthesizer / shortcircuit-xt

Will be a sampler when its done!
GNU General Public License v3.0
244 stars 27 forks source link

Macro Engine -> Serialization -> UI on automation #1115

Closed baconpaul closed 4 weeks ago

baconpaul commented 4 weeks ago

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.