| Right,... forgot about that. Thanks.
-Partev
=========================================
--- jpff@codemist.co.uk wrote:
From: john ffitch
To: csound@lists.bath.ac.uk
CC: csound@lists.bath.ac.uk
Subject: Re: [Csnd] Used before defined?
Date: Wed, 7 Sep 2011 15:41:55 +0100
If you use a variable before it is initialised you should expect the
error message! Remember variables are local to an instrument unless
their name starts with a letter g
>>>>> "Partev" == Partev Barr Sarkissian writes:
Partev> "Used before defined" --- happens to me often,....
Partev> go from this---
Partev> ifreqa init 0
Partev> ifreqb init 0
these belong to instrument 0
Partev> instr 1
Partev> ifreqa = ifreqb
Partev> ifreqb = cpsoct (p4)
and these to instr 1; no connection
==John ffitch
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
_____________________________________________________________
Netscape. Just the Net You Need.
Send bugs reports to the Sourceforge bug tracker
https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
|