- Reestructuración de ficheros y directorios general
- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
16
pd-0.44-2/doc/5.reference/adc~_dac~-help.pd
Normal file
16
pd-0.44-2/doc/5.reference/adc~_dac~-help.pd
Normal file
|
@ -0,0 +1,16 @@
|
|||
#N canvas 195 155 575 293 12;
|
||||
#X obj 8 11 adc~;
|
||||
#X obj 72 11 dac~;
|
||||
#X obj 63 121 adc~ 5;
|
||||
#X text 143 121 (input from channel 5 only);
|
||||
#X obj 61 145 dac~ 1 2 5 23;
|
||||
#X text 184 145 (output to channels 1 \, 2 \, 5 \, and 23);
|
||||
#X text 16 173 The actual number of channels Pd inputs and outputs
|
||||
are set on Pd's command line. You can open patches that want to use
|
||||
more channels \, and channel numbers out of rance will be dropped (dac~)
|
||||
or appear as zero (adc~).;
|
||||
#X text 308 254 updated for Pd version 0.33;
|
||||
#X text 122 9 - audio I/O;
|
||||
#X text 8 46 Adc~ and dac~ provide real-time audio input and output
|
||||
for Pd \, respectively \, whether analog or digital. By default they
|
||||
are stereo but you can specify channel numbers as in:;
|
Loading…
Add table
Add a link
Reference in a new issue