surge-synthesizer / shortcircuit-xt

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

Throttle engine -> serial -> ui macro update messages #1118

Closed baconpaul closed 4 weeks ago

baconpaul commented 4 weeks ago

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.

Closes #1115