| Hi Dima,
Here's Menno's new example for the manual in git:
; 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 sfplay.wav -W ;;; for file output any platform
sr = 44100
ksmps = 100
nchnls = 2
isf sfload "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
a1,a2 sfplay ivel, inum, kamp*ivel, kfreq, 0, 0
outs a1, a2
endin
f0 60 ; stay active for 1 minute
i1 0 1 60 127
i1 + 1 62 <
i1 + 1 65 <
i1 + 1 69 10
HTH,
Andres
On Fri, Jun 17, 2011 at 7:02 PM, Dima Bak wrote:
> Hi! Can you please give me some examples of sfplay use. I try to make some
> instruments and it's no sound. Is there errors?
>
> http://pastebin.com/WqxbSdrr
>
> Here is .csd
>
> Thanks
>
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|