anyone got any clue what is (and how to use) the adc~ input. Any way of telling it what channel to use dynamically? cheers
hi, adc~ is the audio input. analog digital converter. you can specify the channels of your soundcard by typing adc~ 1 2 3 4 5 6 or only adc~ 3... the channels can't be changed dynamically, but you can route them inside your patch dynamically using send~/receive~ pairs or throw~ catch~. if you want to switch between channel 1 and 2, connect adc~ 1 with send~ channel1 and adc~ 2 with send~ channel2. and at the place where you want to receive the signal have receive~ channel1 and make it switchable with messages "set channel1" and "set channel2". marius.
----- Original Message ----- From: "matthew jones" M.Jones@signal.qinetiq.com To: PD-list@iem.kug.ac.at Sent: Friday, December 06, 2002 10:09 AM Subject: [PD] adc~ input (??)
anyone got any clue what is (and how to use) the adc~ input. Any way of telling it what channel to use dynamically? cheers
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Hello Mathew,
To my knowledge, the inlet on the adc~ object serves no purpose. (I believe that it is there for historical reasons and compatibility with MAX/MSP)?
Regards, Dave S ----- Original Message ----- From: "marius schebella" marius.schebella@chello.at To: "matthew jones" M.Jones@signal.qinetiq.com Cc: pd-list@iem.kug.ac.at Sent: Friday, December 06, 2002 5:51 AM Subject: Re: [PD] adc~ input (??)
hi, adc~ is the audio input. analog digital converter. you can specify the channels of your soundcard by typing adc~ 1 2 3 4 5 6 or only adc~ 3...
the
channels can't be changed dynamically, but you can route them inside your patch dynamically using send~/receive~ pairs or throw~ catch~. if you want to switch between channel 1 and 2, connect adc~ 1 with send~ channel1 and adc~ 2 with send~ channel2. and at the place where you want
to
receive the signal have receive~ channel1 and make it switchable with messages "set channel1" and "set channel2". marius.
----- Original Message ----- From: "matthew jones" M.Jones@signal.qinetiq.com To: PD-list@iem.kug.ac.at Sent: Friday, December 06, 2002 10:09 AM Subject: [PD] adc~ input (??)
anyone got any clue what is (and how to use) the adc~ input. Any way of telling it what channel to use dynamically? cheers
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list