Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] Csound Locking Up

Date2007-05-06 12:22
FromVictor Lazzarini
SubjectRe: [Cs-dev] Csound Locking Up
having said that, I ran your instrument and after commenting
out
;p3 = p3 + 4            ;turn on note indefinitely

It stopped hanging. I have not examined the instrument
in detail, but that line looked suspicious from the
start.

Victor

>
> That sounds like some other problems reported here
> by Jonathan Murphy, it might be related to them.
> I had some crashes which I could not explain earlier
> on, but they seem to have stopped.
>
> Victor
>
> >
> >
> > Hi All,
> >
> > I was working with the Pinkston DX7 instruments today
> > and csound is locking up at the end of its run to the
> > point I have to use "kill -9" to kill it.  I ran with
> > "-v" and it seems that on removing the last note it
> > enters an infinite loop where I'm getting:
> >
> > removed instance of instr 1
> >
> > over and over again.  I've attached a CSD that should
> > reproduce the problem.
> >
> > I'm not quite sure what the problem but any help in
> > locating the problem would be very much appreciated!
> >
> > Thanks,
> > steven
> >
> >
> >
> >
> >
> ----------------------------------------------------------
> > --------------- This SF.net email is sponsored by DB2
> > Express Download DB2 Express C - the FREE version of DB2
> > express and take control of your XML. No limits. Just
> > data. Click to get it now.
> http://sourceforge.net/powerbar/db2/ >
> >
> > _______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> > > [Attachment: test.csd]
>
> ----------------------------------------------------------
> --------------- This SF.net email is sponsored by DB2
> Express Download DB2 Express C - the FREE version of DB2
> express and take control of your XML. No limits. Just
> data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2007-05-06 14:21
From"Steven Yi"
SubjectRe: [Cs-dev] Csound Locking Up
AttachmentsNone  

Date2007-05-06 18:18
From"Steven Yi"
SubjectRe: [Cs-dev] Csound Locking Up
AttachmentsNone  

Date2007-05-23 08:40
FromJonathan Murphy
SubjectRe: [Cs-dev] Csound Locking Up
"Steven Yi"  writes:
> So, that doesn't fix anything for
> the case of increasing p3, 

Hi Steven,

I was messing around with envelopes and remembered this thread. I
think that you could probably use xtratim. This instrument for will
play for 5 seconds rather than 1.



-d -m0



    instr 1

  ixtra	    =  4
	    xtratim   ixtra
  ktime	    timeinsts
	    printk2   ktime

    endin



i1 0 1
e



Jonathan.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net