Hi all,
for those of you living in the Netherlands: This year's DEAF Festival exhibits an interactive Sound/Video Installation from Sher Doruff, Johannes Birringer and me (Called "East by West"), which relies to a big part on pd. The exhibition is from Feb. 25th through March 9th.
Information at: www.v2.nl
DEAF is a biennial Electronic Arts exhibition, comparable to the Ars Electronica and there are lots of cool things to see.
-- Orm
Subject: [PD] DEAF Festival
Date: lun, feb 24, 2003 at 11:25:16 +0100
Quoting Orm Finnendahl (finnendahl@folkwang-hochschule.de):
for those of you living in the Netherlands: This year's DEAF Festival exhibits an interactive Sound/Video Installation from Sher Doruff, Johannes Birringer and me (Called "East by West"), which relies to a big part on pd. The exhibition is from Feb. 25th through March 9th.
Hi Orm & PDers. Geert Mul's "100.000 straten" also uses PD as its artist-friendly user interface. Can be found at the Las Palmas building, 2nd floor. Look for the array of 6x4 big TV monitors.
Carlo
Hi list,
I noticed some of you out there also have an m-audio quattro.
just curious, how do you get pd to recognize all 4 channels at once. every combination of "pd -channels 4" recognizes just 2 channels and spits out: snd_pcm_hw_params_set_channels (input): Invalid argument snd_pcm_hw_params_set_channels (output): Invalid argument
however, I can get pd to play out on the two seperate pcm's with:
pd -alsa -alsadev "hw:0,0"
&
pd -alsa -alsadev "hw:0,1"
I can't however do this to get 4 channels: pd -alsa -alsadev "hw:0,0" -alsadev "hw:0,1" -channels 4
with oss emulation, its the same (only it doesn't spit out any error messages).
anyone got a successful combination ?
thanks - august.
Do you have your .asoundrc configured? I use the one directly off the alsa site at http://www.alsa-project.org/alsa-doc/doc-php/template.php3?company=Midiman&a...
(see bottom of the page.) If you have that, then you can do:
pd -alsadev quattro
...and not worry about actual hw: names. This should give you all four channels by default.
A question as well:
Does anyone else with a quattro get a lot of noise on the input lines in PD? I get all sorts of noise on input that sounds for all the world like I'm getting an 8-bit stream from the ins. Any ideas?
-Daniel
august wrote:
Hi list,
I noticed some of you out there also have an m-audio quattro.
just curious, how do you get pd to recognize all 4 channels at once. every combination of "pd -channels 4" recognizes just 2 channels and spits out: snd_pcm_hw_params_set_channels (input): Invalid argument snd_pcm_hw_params_set_channels (output): Invalid argument
however, I can get pd to play out on the two seperate pcm's with:
pd -alsa -alsadev "hw:0,0" & pd -alsa -alsadev "hw:0,1"
I can't however do this to get 4 channels: pd -alsa -alsadev "hw:0,0" -alsadev "hw:0,1" -channels 4
with oss emulation, its the same (only it doesn't spit out any error messages).
anyone got a successful combination ?
thanks - august.
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Hallo, Daniel Hawthorn hat gesagt: // Daniel Hawthorn wrote:
(see bottom of the page.) If you have that, then you can do:
pd -alsadev quattro
...and not worry about actual hw: names. This should give you all four channels by default.
Cool. I'm considering buying a Quattro now (hi Josh, you got me ;), as my Edirol UA-20 gives me mostly trouble, midi not working and stuff.
Does the Quattro need the firmware for Midi like the Midisport devices?
Frank Barknecht _ ______footils.org__
The Quattro doesn't need any firmware, so provided Alsa is set up correctly there's really nothing else to do.
-Daniel
Frank Barknecht wrote:
Cool. I'm considering buying a Quattro now (hi Josh, you got me ;), as my Edirol UA-20 gives me mostly trouble, midi not working and stuff.
Does the Quattro need the firmware for Midi like the Midisport devices?
ciao