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
Hello there,
I have written a small tool for generating midi chords https://github.com/khusseini/livecoder based on easymidi which is just a wrapper for your library. Everything seems to be working fine when I play the midi, however when I record the midi in my daw, I get a delay of about 1/64. on 110bpm.
I have set my sequencer to render sequences of 24 ticks per 1/4 note but the note on and note off seem to be arriving at different timings to the daw. https://stackoverflow.com/questions/54680376/livecoding-nodejs-midi-delay
Has anyone else experienced this issue?
The text was updated successfully, but these errors were encountered:
Hello there,
I have written a small tool for generating midi chords https://github.com/khusseini/livecoder based on
easymidi
which is just a wrapper for your library. Everything seems to be working fine when I play the midi, however when I record the midi in my daw, I get a delay of about 1/64. on 110bpm.I have set my sequencer to render sequences of 24 ticks per 1/4 note but the note on and note off seem to be arriving at different timings to the daw.
https://stackoverflow.com/questions/54680376/livecoding-nodejs-midi-delay
Has anyone else experienced this issue?
The text was updated successfully, but these errors were encountered: