De: "Davide Morelli" info@davidemorelli.it Date: 2006/09/25 lun. AM 09:43:27 GMT-04:00 À: "'hard off'" hard.off@gmail.com, megalegoland@yahoo.fr Cc: pd-list@iem.at Objet: R: RE : [PD] midi synch strategy
here is what I'm trying to do without success:
|250( | [midiout]
but the second software doesn't receive any start message and
[metro] | |248( | [midiout]
but it doesn't receive any MIDI Clock message..
is this the correct way to use midiout ?
I think so. It works for me on pd 0.39_2 WinXP. I can see the LEDs blinking on both the output and the input. Unfortunately [midiin] and [midiclkin] don't receive them. But check this: [midirealtimein] will output a zero every time it receives a value between 248 and 255.
It really looks like midiout doesn't do anything: i tried connecting pd to itself (using jack) and midiin doesn't report anything..
It's midiin that doesn't handle them. It should handle notes and control messages properly though.
Martin