naudio / NAudio

Audio and MIDI library for .NET
MIT License
5.38k stars 1.09k forks source link

MIDI Sending Clock continuous #426

Open rliegmann opened 5 years ago

rliegmann commented 5 years ago

Hello,

Is there a way to send a MIDI clock at specified tempo over nAudio? In real time? I've tried it over a separate thread with a loop. Unfortunately, the clock drops at higher temp.

thx

markheath commented 5 years ago

sorry, I don't think there's any special way to achieve that in NAudio other than what you've already tried