Csound Csound-dev Csound-tekno Search About

Re: New bug generator opcode

Date1999-08-30 22:14
Fromjpff@maths.bath.ac.uk
SubjectRe: New bug generator opcode
Message written at 30 Aug 1999 21:03:23 +0100

Thank you Rasmus (he said between clenched teeth).  I have a fixed
version where there is no variable constants.
  As I said in private message to him, this reminds me of the Fortran
system I used as a student which allows constants to be changed
       SUBROUTINE FOO(IX, IY)
       IX = 1
       IY = 2
       RETURN
       END

       CALL FOO(0,10)
       WRITE(10,100) 0, 10
100    FORMAT(" 0 is now ", I3, " and 10 is now ", I3)
       END

would print
0 is now   1 and 10 is now   2

It seems years since i wrote FORTRAN!  Hope I remembered the syntax
correctly,  

Anyway, I have a Csound which does not have that lovely bug.  Will be
in 3.59

BTW, I wonder if anyone noticed 3.58?