Hi, I'm new on this list and new to PD.
I wanna sync a PD patch to an external Sequencer via Midi. I thought about using Midi-Clock but I recognized that the sysexin-Object doesn't work under OS X. Maybe there's an external which does the same and does work with OS X?
Or do you have an Idea how I can sync without Sysex?
Thanks,
Veit
hello, I've got the same problem on windows.
so, I use a max stand-alone that receive OSC messages (localhost connection fropm pd), and send row data midi byte (sysex and other messages).
I'll be happy to know if a better solution exist, but I can send you the standalone if you wish.
cyrille
Veit Winkler wrote:
Hi, I'm new on this list and new to PD.
I wanna sync a PD patch to an external Sequencer via Midi. I thought about using Midi-Clock but I recognized that the sysexin-Object doesn't work under OS X. Maybe there's an external which does the same and does work with OS X?
Or do you have an Idea how I can sync without Sysex?
Thanks,
Veit
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list
Is Pd going to control the sequencer as the master midi clock? If so, set up a midiout object and send it the decimal commands for MIDI clock as messages:
250 will arm the external sequencer 248 should be sent 24 times per tick (generally, 24 times per quarter note) to advance the sequencer 252 will stop the external sequencer
details are here: http://www.borg.com/~jglatt/tech/midispec.htm
I haven't tried MTC or any other form of sync, but midi clock was enough to sync a drum machine to Pd at a show once with good results. The difficult part is generating a steady clock, and matching the clock to the latency of your patch.
I'll post an example at http://www.audionerd.com/projects/pd/tips/midi_clock_out
Veit Winkler wrote:
Hi, I'm new on this list and new to PD.
I wanna sync a PD patch to an external Sequencer via Midi. I thought about using Midi-Clock but I recognized that the sysexin-Object doesn't work under OS X. Maybe there's an external which does the same and does work with OS X?
Or do you have an Idea how I can sync without Sysex?
Thanks,
Veit
PD-list mailing list PD-list@iem.at to manage your subscription (including un-subscription) see http://iem.at/cgi-bin/mailman/listinfo/pd-list .