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
For anyone who is interested. I built sequencer based on aiotone that is sync-master and drives my DAW. I had quite some jitter compared to other midi-sequencers. Using spin_sleep() in the main loop, there is much less jitter. Of course there is a tradeoff: higher CPU load.
sleep_resolution is platform dependent. On linux 0.001s should be a good value. I am not aware of a good way to detect sleep_resolution.
For anyone who is interested. I built sequencer based on aiotone that is sync-master and drives my DAW. I had quite some jitter compared to other midi-sequencers. Using
spin_sleep()
in the main loop, there is much less jitter. Of course there is a tradeoff: higher CPU load.sleep_resolution
is platform dependent. On linux 0.001s should be a good value. I am not aware of a good way to detectsleep_resolution
.Currently my code isn't in a state for sharing, but I will put it on github soonish.
The text was updated successfully, but these errors were encountered: