justinlatimer / node-midi

A node.js wrapper for RtMidi providing MIDI I/O
MIT License
745 stars 118 forks source link

Delay when recording in daw #133

Open khusseini opened 5 years ago

khusseini commented 5 years ago

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?

cyberdude commented 4 years ago

@khusseini I have ;(

julia-otran commented 1 year ago

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