Lemur 5 midi clock
Posted: 20 Mar 2014 00:09
I've noticed that running a monitor on midi_clocks[0] doesn't yield results anymore...
I saw all of the new clock functions, but couldn't get them to spit out any data either.
I know I'm sending clock from my software out on Target 0...
i tried all to no avail:
What gives?
Reason I ask is I just built a sequencer a month or so ago, and have more pressing issues to solve with my interface so I would rather use the seq i built for the time being; though I can also imagine other folks having trouble with this as a brief RTFM didn't get me anywhere...
thanks
I saw all of the new clock functions, but couldn't get them to spit out any data either.
I know I'm sending clock from my software out on Target 0...
i tried all to no avail:
Code: Select all
clock_getbeats(0);
clock_getbeats('0');
clock_getbeats(midi_clocks[0]);
Reason I ask is I just built a sequencer a month or so ago, and have more pressing issues to solve with my interface so I would rather use the seq i built for the time being; though I can also imagine other folks having trouble with this as a brief RTFM didn't get me anywhere...
thanks