Andre Schmidt schrieb: is there a midiclock in/out for pd ?
Hi, do you mean midi timing clock (start / stop / continue) or midi timecode (MTC)?
You could try:
[metro 10] | [251{ <--- message box | [midiout]
251 is the decimal value of 0xFB, the continue message. Start with 250 and stop with 248. 'midiout' sends plain midi data, there's no 'midiin' equivalent under Win... You might want to use 'pulse' from maxlib v0.3 instead of metro as it allows input in beats per minute. [pulse 120 1 96 0] should give the right clock for 120 bpm for example.
Olaf