[PD] midi synch strategy

Martin Peach martin.peach at sympatico.ca
Tue Sep 26 00:06:09 CEST 2006


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





More information about the Pd-list mailing list