are there objects available for recording what is done in pd.I have aproject nearly finished , it is an application where people can play music together over a network, but I want to be able to record the music played, it is all midi notes. But I also have some effects being used like reverb, is this possible?
Hallo, Adrian deCleir hat gesagt: // Adrian deCleir wrote:
are there objects available for recording what is done in pd.I have aproject nearly finished , it is an application where people can play music together over a network, but I want to be able to record the music played, it is all midi notes. But I also have some effects being used like reverb, is this possible?
You can record lists of things using the qlist object. Attached is a simple abstracition intended to be placed inside you patch, which will record pairs of midi note/velocity and puts them into a qlist file, each one prepended with "note". Just connect your midi input (notein) to qrec and play along.
Frank Barknecht _ ______footils.org__
Frank Barknecht wrote:
Hallo, Adrian deCleir hat gesagt: // Adrian deCleir wrote:
are there objects available for recording what is done in pd.I have aproject nearly finished , it is an application where people can play music together over a network, but I want to be able to record the music played, it is all midi notes. But I also have some effects being used like reverb, is this possible?
speaking of "recording everything" it might be really cool, if we could record all internal pd-events, to make automatic pd-presentations (e.g.: mouse moving from here to there and creating objects bla bla)
mfg.asdr
IOhannes
a quickrecord a la msp would be awesome...
On Monday, March 1, 2004, at 01:05 PM, IOhannes m zmoelnig wrote:
Frank Barknecht wrote:
Hallo, Adrian deCleir hat gesagt: // Adrian deCleir wrote:
are there objects available for recording what is done in pd.I have aproject nearly finished , it is an application where people can play music together over a network, but I want to be able to record the music played, it is all midi notes. But I also have some effects being used like reverb, is this possible?
speaking of "recording everything" it might be really cool, if we could record all internal pd-events, to make automatic pd-presentations (e.g.: mouse moving from here to there and creating objects bla bla)
mfg.asdr
IOhannes
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Patrick Pagano,B.S. M.F.A candidate http://www.digitalworlds.ufl.edu http://www.screwmusicforever.com/SHREESWIFT
hi IO,
tot's third outlet is meant for that purpose exactly (needs some care to work reliably). For on-line tricks it is to be given the "capture 1" message. For time-stamped recording into a qlist, the message is "capture 1 <playback-destination>". Capturing stops after "capture 0". There are some other tot's messages, documented very poorly, though.
K
IOhannes m zmoelnig wrote: ...
speaking of "recording everything" it might be really cool, if we could record all internal pd-events, to make automatic pd-presentations (e.g.: mouse moving from here to there and creating objects bla bla)