Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6ed14ebfd686aa32f7956e552aa2e21d > files > 2653

csound-manual-5.13.0-5.fc15.noarch.rpm

<CsoundSynthesizer>
<CsOptions>
; Select audio/midi flags here according to platform
; Audio out   Audio in    No messages
-odac           -iadc     -d   -M0     ;;;RT audio I/O, midi in
; For Non-realtime ouput leave only the line below:
; -o sflooper.wav -W ;;; for file output any platform
</CsOptions>
<CsInstruments>

sr         = 44100
ksmps = 100
nchnls = 2

isf	sfload	"/home/menno/CVS/manual/examples/07AcousticGuitar.sf2"
	sfilist		isf
	sfplist	isf
	sfpassign	0, isf

	instr 1
; play from score and midi keyboard
	mididefault		60, p3
	midinoteonkey	p4, p5
inum	init	p4
ivel	init	p5
print	ivel

ivel	init	3*(ivel/127)					; pre-amplify
kamp	linsegr	1,1,1,.1,0
kfreq	init	1						;do not change freq from sf
;                             ivel, inum, kamp          ,kfreq, ind,loopstrt,loopend,xfade, ifn
a1,a2	sflooper	ivel, inum, kamp*ivel, kfreq,  0,   0,        .3,         .5,     0
	outs	a1, a2
	
	endin
	
</CsInstruments>
<CsScore>
f0  60				; stay active for 1 minute

i1 0 1 60 100
i1 + 1 62 <
i1 + 1 65 <
i1 + 1 69 10
</CsScore>
</CsoundSynthesizer>