| Yes, I used the inch opcode.
I attached the csd.
-Luis
-odac3 -iadc4 -d ;;;RT audio I/O
;++++++++++++++++++++++++++++++++++++++++
sr = 44100
ksmps = 128
nchnls = 1
; Instruments go here.
instr 1
ain1 inch 1
ain2 inch 2
ain3 inch 3
ain4 inch 4
ain5 inch 5
ain6 inch 6
ain7 inch 7
ain8 inch 8
out ain1 + ain2 + ain3*10 + ain4 + ain5 + ain6 + ain7 + ain8
endin
;++++++++++++++++++++++++++++++++++++++++
;-----------------------------------------------
; score code goes here
i1 0 600
endin
;-----------------------------------------------
Rory Walsh schrieb:
> You can use the 'inch' opcode. You specify what channel you want to
> receive audio from.
>
> Rory.
>
>
> 2009/4/17 Luís Antunes Pena :
>> Hello,
>>
>> I'm trying to get live signal from my audio interface (motu 828) using a simple orc but it seams like I can get sound only from channels 1/2 but not from 3 to 8.
>> I'm running mac os 10.4 with csound 5.10 (float samples).
>> Does anyone knows how to get sound from the other channels?
>>
>> -Luis
>>
>>
>>
>> l u i s a n t u n e s p e n a
>> http://icem.folkwang-hochschule.de/~pena
|