-
Notifications
You must be signed in to change notification settings - Fork 36
how to deal with latency issues #32
Comments
quick fix might be to get rid of the really old default of background: these defaults were originally used to set the latency for alsa in the first implementation of tidal-midi. originally the with tidal 0.7 and tidal midi being implemented with portmidi, we have no more proxying for MIDI but a generic tidal stream interface (decoupled from OSC). now So if I remember correctly, the original alsa implementation used a shape latency of However since 0.8/0.9 added multichannel (which adds load) it might still be best to increase default latency to |
@telephon I read you updated superdirt to default to |
yes we should definitely consolidate this, in particular because you may want to use midi and osc in combination. It would be optimal if one could set that value at runtime. |
+1 for setting that value at runtime. |
I think tidalcycles/Tidal#133 should be resolved before working on the latency issues in tidal-midi.
For future users we should therefore make sure that:
0.1
(100ms)see #14 and #22 for background.
The text was updated successfully, but these errors were encountered: