Csound Csound-dev Csound-tekno Search About

Re: core dumping and page faulting

Date1999-02-25 06:05
FromGabriel Maldonado
SubjectRe: core dumping and page faulting
Strings p-fields are not available yet in Csound score. So you get an error. Next version
of DirectCsound will implement this feature.

Gabriel

pete moss wrote:
> 
> well, just glancing at it, you use p5 as the input for soundin and also as a
> multiplier for channel 2 of your outs statement.  since p5 is a string, i will
> bet that csound is having problems multiplying a number by a string.  there
> could be other problems but that one caught my eye.
> 
> pete
> 
> jim altieri wrote:
> 
> > hi everybody,
> >   i'm pretty new to csound, so i might be missing something very obvious,
> > but be gentle, my intentions are good.  i'm working on this piece, fairly
> > simple, just playing sound files at various times.  the only problem is,
> > when it gets to the first instrument allocation, it dumps core in linux and
> > causes a page fault in windoze95.  here's my orc file and an example of a
> > line out of my sco file...
> >
> > ;beginning of orchestra file
> > sr=44100
> > kr=441
> > ksmps=100
> > nchnls=2
> >
> > instr 1
> >   kpan          line        (p6/100)*10000, p3, (p7/100)*10000
> >   asig1,asig2   soundin     p5
> >                 outs        asig1*p4*kpan, asig2*p5*(1-kpan)
> > endin
> > ;end of orchestra file
> >
> > ;line from score file
> > i1 19.105350 4.066000 75 "track27.aif" 29 6
> >
> > what's making this crash my machine?
> > thanx for your time.
> >
> > -jim altieri
> >
> > ________________________________________________
> >
> > join the effort.
> > http://www.distributed.net
> >
> > jim.altieri@oberlin.edu
> > http://www.oberlin.edu/~jaltieri
> > ocmr 76
> > oberlin, oh 44074
> > (440) 775-6243

-- 
Gabriel Maldonado

Date1999-02-25 14:24
Fromjpff@maths.bath.ac.uk
SubjectRe: core dumping and page faulting
And thanks to Gabriel strings in score will be available in Bath code
-- assuming I got the edits right!  It is in my private sources now.