Dear list,
I was trying to start to write a dynamic patch, or a patch which would contain the commands to create, change, delete, etc., objects (a good model is the console patch made by Leonard Swiezinski). I looked for the command list in the documentation, but couldn't find any. Is there a place with informations about the commands available?
João Miguel Pais
hi João,
http://dh7.free.fr/pd-msg/pd-msg_05.tar.gz is a very helpfull resource by Damien Henry. The iemGui helpfiles are also very usefull. In console is a subpatch called 'pd make_console', thats where it happens. 's pd-console' and 's pd-busX' are sendind the messages to the specific window. You'll find the messages in the 'pd build_***' - subpatches.
happy patching Leo ----- Original Message ----- From: João M Pais jmmmpl@netcabo.pt To: PD pd-list@iem.kug.ac.at Sent: Friday, August 23, 2002 2:47 AM Subject: [PD] Fw: dynamic patch
Dear list,
I was trying to start to write a dynamic patch, or a patch which would contain the commands to create, change, delete, etc., objects (a good
model
is the console patch made by Leonard Swiezinski). I looked for the command list in the documentation, but couldn't find any. Is there a place with informations about the commands available?
João Miguel Pais
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Hi folks,
So I'm trying to ween myself off windows and get my hardware running under linux.
Everything is go now, with the exception of my hammerfall dsp. The alsa driver is still a little "experimental" as the euphemism goes... but when I do get it running I can get it to make sound with aplay. However, I can't get it running with pd. I haven't been able to make much sense of the asoundrc format yet, so my asoundrc just sets up some aliases for the hdsp (which is card 1 in my system, card 0 is the built in sound).
From what I understand, the direct rme driver works only on the 9652 and
9632, not on the hammerfall dsp series, so alsa is the way to go.
I've tried pd -alsa -alsadev hw:1,0 and pd -alsa -alsadev plughw:1,0 but both fail in a blaze of errors.
pd seems to try to open lots (10?) channels even when I specify fewer with -channels.
Can anyone point me to the right solution? and for bonus points, Does anyone have a commented, non-trivial asound.rc that I could scour to help me understand that format?
Many thanks, Daniel
Hi Daniel, I've been able to successfully use my HDSP with PD using OSS emulation. I works flawlessly with all 18 channels.
Thomas