On Fri, Jul 31, 2009 at 10:08:37AM -0500, Josh Lawrence wrote:
Hi everyone,
Atte's recent thread about sync got me to thinking about MIDI clock.
Is there a simple app out there that will generate MIDI clock at a
tempo can can be defined? If not, would one of you
scripting/programming wizards be willing (or able, if what I'm asking
is possible) to drum something up?
midish (
http://caoua.org/midish/) transmits midi clock in
playback mode, it must be enabled using the ``dclktx''
command, example:
dnew 0 "28:0" wo # configure midi device 0
dclktx {0} # enable midi clock on device 0
t 120 # set tempo to 120 bpm
p # start playback
hth
-- Alexandre