Hello,
After learning about PD for the past 6 months, I've had fun building PD patches and using them in live performance settings. Now I want to get a little more precise with my sequencing, but I seem to be stuck. It would be a dream to automate PD with Cubase or a similar DAW, but I don't know how this can be done.
I read here on this list that the 0.37 version might make it easier to make PD into a VST. Until then, is there anything else that can be done to automate PD?
Thanks, Marcus www.the-jamais-vu.com
use a midi loopback device like midiyoke (check google) ... then send midi from your sequencer out one of the virtual ports, have pd listening on that port and do what you will with the data.
Marcus Estes wrote:
Hello,
After learning about PD for the past 6 months, I've had fun building PD patches and using them in live performance settings. Now I want to get a little more precise with my sequencing, but I seem to be stuck. It would be a dream to automate PD with Cubase or a similar DAW, but I don't know how this can be done.
I read here on this list that the 0.37 version might make it easier to make PD into a VST. Until then, is there anything else that can be done to automate PD?
Thanks, Marcus www.the-jamais-vu.com http://www.the-jamais-vu.com
It's a bit of a hack, but you might consider using either:
or
to get MIDI and audio in and out of Pd and your sequencer. There are some latency issues, but i've been able to trigger Pd with an external sequencer AND send/receive audio using these tools.
I haven't been able to get Logic to send midi using Jaltoh's vst, though. Any ideas?
Also, what is everyone else using for event sequencing? Qlists? MIDI sequencers? Trackers? Anyone using Pd's experimental structs?
There's gotta be more than just piano rolls and rows of [toggle]s, anyone like to share their weird sequencer ideas?
--eric
Josh Steiner wrote:
use a midi loopback device like midiyoke (check google) ... then send midi from your sequencer out one of the virtual ports, have pd listening on that port and do what you will with the data.
Marcus Estes wrote:
Hello,
After learning about PD for the past 6 months, I've had fun building PD patches and using them in live performance settings. Now I want to get a little more precise with my sequencing, but I seem to be stuck. It would be a dream to automate PD with Cubase or a similar DAW, but I don't know how this can be done.
I read here on this list that the 0.37 version might make it easier to make PD into a VST. Until then, is there anything else that can be done to automate PD?
Thanks, Marcus www.the-jamais-vu.com http://www.the-jamais-vu.com
------ http://USFamily.Net/info - Unlimited Internet - From $8.99/mo! ------
On Tuesday 22 July 2003 5:39 pm, e skogen wrote: ...
Also, what is everyone else using for event sequencing? Qlists? MIDI sequencers? Trackers? Anyone using Pd's experimental structs?
There's gotta be more than just piano rolls and rows of [toggle]s, anyone like to share their weird sequencer ideas?
I'm currently using an external I wrote to suit my weird sequencing preferences.. it reads in a text file that contains multiple tracker-like patterns, the right inlet sets the current pattern, and sending a number to the left inlet outputs that row of the current pattern. It's good for live pattern changes, but pretty clunky for sequencing an entire song. I'll publish it if anyone is interested.
Ben
I am interested. Please publish!
Regards,
Chris.
On Tue, Jul 22, 2003 at 11:00:22PM -0800, Ben Saylor wrote:
On Tuesday 22 July 2003 5:39 pm, e skogen wrote: ...
Also, what is everyone else using for event sequencing? Qlists? MIDI sequencers? Trackers? Anyone using Pd's experimental structs?
There's gotta be more than just piano rolls and rows of [toggle]s, anyone like to share their weird sequencer ideas?
I'm currently using an external I wrote to suit my weird sequencing preferences.. it reads in a text file that contains multiple tracker-like patterns, the right inlet sets the current pattern, and sending a number to the left inlet outputs that row of the current pattern. It's good for live pattern changes, but pretty clunky for sequencing an entire song. I'll publish it if anyone is interested.
Ben
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
(grr, it's hard to remember which addresses I use for which lists)
Ok, here it is :)
http://www.arctic.net/~bsaylor/seqbox-0.1.tar.gz
Ben
On Tuesday 22 July 2003 11:17 pm, Chris McCormick wrote:
I am interested. Please publish!
Regards,
Chris.
On Tue, Jul 22, 2003 at 11:00:22PM -0800, Ben Saylor wrote:
On Tuesday 22 July 2003 5:39 pm, e skogen wrote: ...
Also, what is everyone else using for event sequencing? Qlists? MIDI sequencers? Trackers? Anyone using Pd's experimental structs?
There's gotta be more than just piano rolls and rows of [toggle]s, anyone like to share their weird sequencer ideas?
I'm currently using an external I wrote to suit my weird sequencing preferences.. it reads in a text file that contains multiple tracker-like patterns, the right inlet sets the current pattern, and sending a number to the left inlet outputs that row of the current pattern. It's good for live pattern changes, but pretty clunky for sequencing an entire song. I'll publish it if anyone is interested.
Ben
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hallo, Ben Saylor hat gesagt: // Ben Saylor wrote:
On Tuesday 22 July 2003 5:39 pm, e skogen wrote: ...
Also, what is everyone else using for event sequencing? Qlists? MIDI sequencers? Trackers? Anyone using Pd's experimental structs?
There's gotta be more than just piano rolls and rows of [toggle]s, anyone like to share their weird sequencer ideas?
I'm currently using an external I wrote to suit my weird sequencing preferences.. it reads in a text file that contains multiple tracker-like patterns, the right inlet sets the current pattern, and sending a number to the left inlet outputs that row of the current pattern. It's good for live pattern changes, but pretty clunky for sequencing an entire song. I'll publish it if anyone is interested.
I'd be interested, too. As some here know, I intensively use rows of sliders that save into arrays, but I'm currently exploring the use of texfile as a persistance system. Attached is this work in progress. Start with the testit.pd patch.
Frank Barknecht _ ______footils.org__
Hi,
you could try steppi from nemosomen.sourceforge.net sequencer with dynamic size, dynamic trackcount, independent speeds, load/save functionality
hf michl
Marcus Estes wrote:
Hello,
After learning about PD for the past 6 months, I've had fun building PD patches and using them in live performance settings. Now I want to get a little more precise with my sequencing, but I seem to be stuck. It would be a dream to automate PD with Cubase or a similar DAW, but I don't know how this can be done.
I read here on this list that the 0.37 version might make it easier to make PD into a VST. Until then, is there anything else that can be done to automate PD?
Thanks, Marcus www.the-jamais-vu.com http://www.the-jamais-vu.com