jdachtera / node-rtpmidi

A node js implementation of Apples Network Midi Protocol.
92 stars 17 forks source link

clock messages under 90 bpm not received #27

Open whips-bwb opened 3 years ago

whips-bwb commented 3 years ago

Hello ! First of all a great "bravo" for your great work ! I'm using it with arduino/raspi midi controllers and working very fine ... The one issue I'm facing is concerning Midi Clock (tick or PPQN) sended by running channels via the clock message (decimal 248, hex 0xF8) Everything is fine when tempo from session DAW is over 90 bpm, no message clock is received when bpm is under 90 ...

The session is emitting it, I've checked via midi monitoring whatever tempo was chosen, I guess maybe the message detection is failing over a certain time amount ? But It's not coherent as messages are send less rapidly with decreasing tempo, They should be detected more easely ... Not understanding what's happening ...

Thanks for your reply and keep well !

whips@musinux.com