Csound 프로그램 WinXoundPro 에서 *.aif 파일이 안열려리는데
어떻게 해야 할 지 몰라서 이렇게 질문을 드립니다.
The Csound Book 의 Tutorial 01번중 106번의 loscil에 관한 예젠데요.
예제는 다음과 같아요.
………………………………………………………
ORC :
sr = 44100
kr = 4410
ksmps = 10
nchnls =
instr 106
a1 loscil 10000, 440, 4 ; SAMPLE-BASED LOOPING OSCILLATOR
out a1
endin
………………………………………………….
SCO:
f 4 0 0 1 “sing.aif” 0 4 0
;INST START DURATION
i 106 0 2.3
…………………………………………………..
위 예제를 실행시키면
다음과 같은 메세지가 나오는데…
……………………………………………………
Csound Version 4.19 (Apr 20 2002)
orchname: D:CsoundsMytest 1.boulangerintroinstr106.orc
scorename: D:CsoundsMytest 1.boulangerintroinstr106.sco
sorting score …
… done
orch compiler:
9 lines read
instr 106
Csound Version 4.19 (Apr 20 2002)
graphics not supported on this terminal, ascii substituted
orch now loaded
audio buffered in 800 sample-frame blocks
SFDIR undefined. using current directory
writing 1600-byte blks of shorts to test
(IRCAM)
SECTION 1:
ftable 4:
deferred alloc
cannot open sing.aif. Not in cur dir, SSDIR or SFDIR as defined
………………………………………………………
여기서 SSDIR과 SFDIR의 경로를 지정해 주어야 하는것 같은데…
이걸 어디서 어떻게 지정해 주어야 하는지..
그런데 Set Environment paths 에서 SFDIR, SADIR, SSDIR 의 경로를 지정해
줄 수 있는것 같더군요. 그래서 여기서 지정해 주면 이상하게 또 다음과 같은
메세지가 나온답니다.
………………………………………………………..
New Csound session started…
Could need some seconds to be activated
Csound Version 4.19 (Apr 20 2002)
orchname: D:CsoundsMytest 1.boulangerintroinstr106.orc
scorename: D:CsoundsMytest 1.boulangerintroinstr106.sco
sorting score …
… done
orch compiler:
9 lines read
instr 106
Csound Version 4.19 (Apr 20 2002)
graphics not supported on this terminal, ascii substituted
orch now loaded
audio buffered in 800 sample-frame blocks
sfinit: cannot open D:CsoundMytest 1.Boulangerlntrolnstr/test
Current Csound session terminated…
Click “Start” to restart a new session with the same command-line arguments
——————————————–
어떻게 하면 .aif를 불러드릴 수 있을까요?
참고로 winsound 라는 프로그램으로 위의 106번 예제를 실행시키면 아무 문제
없이 실행된답니다. 이상하죠? ㅎㅎㅎ
제 컴퓨터의 운영체제는 win XP 입니다.
운영자님, 또는 고수님들의 친절한 답변을 기다리겠습니다.
꾸벅~