| I found this on comp.music.misc
==John
------------------------------------------------------------------------
From: Keith Nelson
Subject: csound compilation errors
Newsgroups: comp.music.misc
Date: Sun, 14 Dec 1997 04:23:11 -0800
Organization: University of Washington
Xref: bath.ac.uk comp.music.misc:7107
Path: bath.ac.uk!bris.ac.uk!server4.netnews.ja.net!newsfeed.cableol.net!btnet-peer!btnet!newsfeed.direct.ca!news.uoregon.edu!news.u.washington.edu!dante05.u.washington.edu!analog
Lines: 155
Message-ID:
NNTP-Posting-Host: dante05.u.washington.edu
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Trace: nntp6.u.washington.edu 882102194 23760 (None) 140.142.64.6
X-Complaints-To: help@cac.washington.edu
NNTP-Posting-User: analog
anyone know why I would get this compilation error in CSound?
Thanks,
Keith
snip---
Csound Version 3.46 (Jul 29 1997)
orchname: dtmf.orc
scorename: dtmf.sco
sorting score ...
... done
orch compiler:
83 lines read
instr 1
MIT Csound: 3.46 (Jul 29 1997)
orch now loaded
graphics not supported on this terminal, ascii substituted
audio buffered in 1024 sample-frame blocks
writing 2048-byte blks of shorts to /Music401/nelson/SND/dtmf.aiff
SECTION 1:
ftable 1:
ftable 1: 4096 points, scalemax 1.000
.-''''''-._
_-' '.
_- '.
- '_
.' -
- '_
_' .
. -
- '_
_'_____________________________________._______________________________________
-
-
'_
.
- -
'. _'
-_ -
-_ .'
-_ _.'
'-._____..'
new alloc for instr 1:
INIT ERROR: oscili: not initialized
--------
.sco file
f1 0 4096 10 1
i1 0 .5 16 1
i1 .6 .5 16 2
i1 1.15 .4 17 3
i1 1.6 .4 17 4
i1 2 .4 17 5
i1 2.5 .4 17 6
i1 3 .4 17 7
i1 3.5 .4 17 8
i1 4 .4 17 9
i1 4.5 .4 17 10
i1 5 .4 17 11
-----------
.orc file
sr=22050
kr=2205
ksmps=10
nchnls=1
instr 1
idur = p3
iamp = p4 * 1000
ibut = p5
kpit linenr iamp, 0.1, idur-0.2, 0.1
if ibut == 0 igoto dzero
if ibut == 1 igoto done
if ibut == 2 igoto dtwo
if ibut == 3 igoto dthree
if ibut == 4 igoto dfour
if ibut == 5 igoto dfive
if ibut == 6 igoto dsix
if ibut == 7 igoto dseven
if ibut == 8 igoto deight
if ibut == 9 igoto dnine
if ibut == 10 igoto dpound
if ibut == 11 igoto dstar
dzero:
atop oscili kpit, 1336, 1
abot oscili kpit, 941, 1
igoto dend
done:
atop oscili kpit, 1209, 1
abot oscili kpit, 697, 1
igoto dend
dtwo:
atop oscili kpit, 1336, 1
abot oscili kpit, 697, 1
igoto dend
dthree:
atop oscili kpit, 1477, 1
abot oscili kpit, 697, 1
igoto dend
dfour:
atop oscili kpit, 1209, 1
abot oscili kpit, 770, 1
igoto dend
dfive:
atop oscili kpit, 1336, 1
abot oscili kpit, 770, 1
igoto dend
dsix:
atop oscili kpit, 1477, 1
abot oscili kpit, 770, 1
igoto dend
dseven:
atop oscili kpit, 1209, 1
abot oscili kpit, 852, 1
igoto dend
deight:
atop oscili kpit, 1336, 1
abot oscili kpit, 852, 1
igoto dend
dnine:
atop oscili kpit, 1477, 1
abot oscili kpit, 852, 1
igoto dend
dpound:
atop oscili kpit, 1477, 1
abot oscili kpit, 941, 1
igoto dend
dstar:
atop oscili kpit, 1209, 1
abot oscili kpit, 941, 1
dend:
out atop+abot
endin
|