Wow, it works, now I can make PD and Ableton play nice, with either one as master. That's awesome!!!
Now I could have Ableton playing beatmatch tracks, while PD sends out crazy generative stuff to my external MIDI gear, this could be really cool.
~David
On 9/25/06, Martin Peach martin.peach@sympatico.ca wrote:
David Powers wrote:
Can someone explain again, more clearly, exactly what message(s) I should send to the [midiout], to be received as midi clocks ie:
[metro 20.833] l [???( l [midiout]
Also, is there some way to get position, start and stop, in PD? I did get [midirealtimein] working, and the zeros are indeed more or less coming in at 24 ppq.
Start is 250, stop is 252. Position would be 242 followed by two numbers each less than 128 that combine to make a 14-bit number representing the number of 16th notes: So
[242 0 0( | [midiout]
should reset the pointer.
Martin