Re: Re: Stupid Newbie Question ([email protected])
Ryan D Taylor <ryant-sDh8Nw2yj/[email protected]>
| Newsgroups | gmane.comp.audio.csound.tekno |
|---|---|
| Message-ID | <[email protected]> |
Thanks. That tutorial was exactly what I was looking for. I have a quick
question for you though, if y ou don't mind. I ran your first midi
tutorial using directcsound. I took out the -+P flag, because
directcsound doesn't use that (i guess it's the default). Anyway, the
problem I'm having is the f0 120 line doesn't seem to keep csound open.
It closes instantly after compiling. I appreciate any ideas you
might have. Here's the output:
C:\csound\directcsound>csound miditest.csd
8 MIDI IN ports found:
MIDI IN port #0 ->MIDI Yoke NT: 1
MIDI IN port #1 ->MIDI Yoke NT: 2
MIDI IN port #2 ->MIDI Yoke NT: 3
MIDI IN port #3 ->MIDI Yoke NT: 4
MIDI IN port #4 ->MIDI Yoke NT: 5
MIDI IN port #5 ->MIDI Yoke NT: 6
MIDI IN port #6 ->MIDI Yoke NT: 7
MIDI IN port #7 ->MIDI Yoke NT: 8
Please, type MIDI IN port number and press <RETURN>:0
--->MIDI IN DEV.#0 ENABLED ( MIDI Yoke NT: 1 )
midi channel 1 using instr 1
midi channel 2 using instr 1
midi channel 3 using instr 1
midi channel 4 using instr 1
midi channel 5 using instr 1
midi channel 6 using instr 1
midi channel 7 using instr 1
midi channel 8 using instr 1
midi channel 9 using instr 1
midi channel 10 using instr 1
midi channel 11 using instr 1
midi channel 12 using instr 1
midi channel 13 using instr 1
midi channel 14 using instr 1
midi channel 15 using instr 1
midi channel 16 using instr 1
massign: chnl 11079680 exists, ctrls now defaults
chnl 1 using instr 1
orch now loaded
graphics not supported on this terminal, ascii substituted
audio buffered in 400 sample-frame blocks
SFDIR undefined. using current directory
writing 1600-byte blks of shorts to test (IRCAM)
SECTION 1:
ftable 1:
ftable 1: 4096 points, scalemax 1.000
.-''''''-._
_-' '.
_- '.
- '_
.' -
- '_
_' .
. -
- '_
_'_____________________________________._______________________________________
-
.
-
-
'_
_'
.
.
- -
'. _'
-_ -
-_ .'
-_ _.'
'-._____..'
B 0.000 ..120.000 T120.000 TT120.000 M: 0.0 0.0
end of score. overall amps: 0.0 0.0
overall samples out of range: 0 0
0 errors in performance
13230 1600-byte soundblks of shorts written to test (IRCAM)
Total processing time: 3.205 seconds
press <RETURN> to terminate program...
C:\csound\directcsound>
Oh yeah, here's the miditest.csd code:
<CsoundSynthesizer>
<CsOptions>
-+K
</CsOptions>
<CsInstruments>
sr=44100
kr=441
ksmps=100
nchnls=2
massign 1,1
instr 1
icps cpsmidi
aout oscil 1, icps, 1
outs (aout*10000) , (aout*10000)
endin
</CsInstruments>
<CsScore>
f 1 0 4096 10 1
f 0 120
</CsScore>
</CsoundSynthesizer>
Thanks a bunch,
- Ryan T.
On Fri, 2 Jan 2004 [email protected] wrote:
_______________________________________________
csoundtekno mailing list
[email protected]
Subscribe, unsubscribe, change mailing list options:
http://plot.bek.no/mailman/listinfo/csoundtekno