node-midi
node-midi copied to clipboard
Delay when recording in daw
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?
@khusseini I have ;(
I have a use case that needs to receive midi information to build a bpm tap. It seems that the events deltaTime is somehow rounded