Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b707d9a4ee443103660a75ccb6e51334 > files > 409

csound-doc-5.19.01-10.mga5.noarch.rpm

<CsoundSynthesizer>
<CsOptions>
</CsOptions>

<CsInstruments>
/* pvs bus interface example, works with pvsbus.c
   Copies a fsig to the pvs out bus and retrieves
   it in the pvs in bus.
*/
sr = 44100
ksmps=100
nchnls=2

instr 1                                                                               
asig oscili 16000, 100,1 
fsig pvsanal  asig,1024,10,1024,1               
aa pvsynth fsig
;     pvsout fsig, 0
;fbus pvsin  0                                     ;

;aleft  pvsynth fbus
;aright pvsynth fsig
; outs aleft,aright     

endin
</CsInstruments>

<CsScore>
f1 0 1024 10 1
i1 0 10
</CsScore>
</CsoundSynthesizer>