View Single Post
Old 01-14-2018, 11:36 AM   #9
Ad0
Human being with feelings
 
Join Date: Mar 2008
Posts: 89
Default

I have generated a MIDI clock from scratch. It is simple since you just need to send some data periodically.

You need to create a thread running a loop with a variable sleep and a wall clock to have a precise enough clock. Look into C++ threads http://www.cplusplus.com/reference/thread/thread
Ad0 is offline   Reply With Quote