node-midi icon indicating copy to clipboard operation
node-midi copied to clipboard

Delay when recording in daw

Open khusseini opened this issue 6 years ago • 2 comments

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 avatar Feb 14 '19 01:02 khusseini

@khusseini I have ;(

cyberdude avatar Jul 02 '20 22:07 cyberdude

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

julia-otran avatar Jan 24 '23 05:01 julia-otran