Csound Csound-dev Csound-tekno Search About

[Cs-dev] i() problems...

Date2014-06-09 20:20
FromRory Walsh
Subject[Cs-dev] i() problems...
The following code worked a few months ago(7th of April) but no longer
does(pulled from git dev today):

iLoop1 = i(abs(kLoopTime1))

error:  Use of i() with expression not permitted on line 862

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-06-09 20:25
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] i() problems...
AttachmentsNone  

Date2014-06-09 20:33
FromRory Walsh
SubjectRe: [Cs-dev] i() problems...
Thanks John. The lack of policing is most likely why my code has these
problems. I'll have to be more careful in future!

On 9 June 2014 20:25,   wrote:
>
> Quoting Rory Walsh :
>
>> The following code worked a few months ago(7th of April) but no longer
>> does(pulled from git dev today):
>>
>> iLoop1 = i(abs(kLoopTime1))
>>
>> error:  Use of i() with expression not permitted on line 862
>>
>
> The argument to i() must be a variable not an expression. This has
> always been the case but it was not policed.
>
> Try iLoop1 = abs(i(kLoopTime1))
>
> Should work
>
>
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-06-09 20:51
FromVictor Lazzarini
SubjectRe: [Cs-dev] i() problems...
yes, that’s not allowed.
========================
Dr Victor Lazzarini
Senior Lecturer
NUI Maynooth, Ireland
victor dot lazzarini at nuim dot ie




On 9 Jun 2014, at 20:20, Rory Walsh  wrote:

> The following code worked a few months ago(7th of April) but no longer
> does(pulled from git dev today):
> 
> iLoop1 = i(abs(kLoopTime1))
> 
> error:  Use of i() with expression not permitted on line 862
> 
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net