Csound Csound-dev Csound-tekno Search About

[Cs-dev] Maximum output channels

Date2014-06-11 11:54
FromMichael Gogins
Subject[Cs-dev] Maximum output channels
AttachmentsNone  None  
What is the maximum number of output channels for the "out" opcode?

What is the maximum number of output channels for the "fout" opcode?

Regards,
Mike

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com

Date2014-06-11 12:52
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Maximum output channels
AttachmentsNone  

Date2014-06-11 18:00
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] Maximum output channels
AttachmentsNone  

Date2014-06-11 22:05
FromMichael Gogins
SubjectRe: [Cs-dev] Maximum output channels
AttachmentsNone  None  
Thanks!

Best,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Wed, Jun 11, 2014 at 1:00 PM, <jpff@cs.bath.ac.uk> wrote:
Bit more awake now so looked at the code.


Max number of output channels in out is 1999, or unlimited if in an array
For fout the number is 1997, or unlimited if in an array

==John ff

Quoting jpff@cs.bath.ac.uk:

> Quoting Michael Gogins <michael.gogins@gmail.com>:
>
>> What is the maximum number of output channels for the "out" opcode?
>>
>
> Limited by the nu,mber of arguments to an opcode, which i forget
> outch and the array format have no limit (except space and int size)
>
>> What is the maximum number of output channels for the "fout" opcode?
>>
>
> I suspect opcode arg limit.  I think we have no foutch opode.  Did we
> have an array version of fout?
>
> Too early to look up the code -- perhaps when I am awake
>
> ==John ff
>
>> Regards,
>> Mike
>>
>> -----------------------------------------------------
>> Michael Gogins
>> Irreducible Productions
>> http://michaelgogins.tumblr.com
>> Michael dot Gogins at gmail dot com
>
>
>
>
> ------------------------------------------------------------------------------
> 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
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2014-06-11 22:24
Fromjoachim heintz
SubjectRe: [Cs-dev] Maximum output channels
well, these are numbers we can work with ... =)
thanks!
	joachim


Am 11.06.2014 19:00, schrieb jpff@cs.bath.ac.uk:
> Bit more awake now so looked at the code.
>
>
> Max number of output channels in out is 1999, or unlimited if in an array
> For fout the number is 1997, or unlimited if in an array
>
> ==John ff
>
> Quoting jpff@cs.bath.ac.uk:
>
>> Quoting Michael Gogins :
>>
>>> What is the maximum number of output channels for the "out" opcode?
>>>
>>
>> Limited by the nu,mber of arguments to an opcode, which i forget
>> outch and the array format have no limit (except space and int size)
>>
>>> What is the maximum number of output channels for the "fout" opcode?
>>>
>>
>> I suspect opcode arg limit.  I think we have no foutch opode.  Did we
>> have an array version of fout?
>>
>> Too early to look up the code -- perhaps when I am awake
>>
>> ==John ff
>>
>>> Regards,
>>> Mike
>>>
>>> -----------------------------------------------------
>>> Michael Gogins
>>> Irreducible Productions
>>> http://michaelgogins.tumblr.com
>>> Michael dot Gogins at gmail dot com
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> 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
> 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-11 22:27
FromVictor Lazzarini
SubjectRe: [Cs-dev] Maximum output channels
A good application for supercomputing? One million channels.

On 11 Jun 2014, at 22:24, joachim heintz wrote:

> well, these are numbers we can work with ... =)
> thanks!
> 	joachim
> 
> 
> Am 11.06.2014 19:00, schrieb jpff@cs.bath.ac.uk:
>> Bit more awake now so looked at the code.
>> 
>> 
>> Max number of output channels in out is 1999, or unlimited if in an array
>> For fout the number is 1997, or unlimited if in an array
>> 
>> ==John ff
>> 
>> Quoting jpff@cs.bath.ac.uk:
>> 
>>> Quoting Michael Gogins :
>>> 
>>>> What is the maximum number of output channels for the "out" opcode?
>>>> 
>>> 
>>> Limited by the nu,mber of arguments to an opcode, which i forget
>>> outch and the array format have no limit (except space and int size)
>>> 
>>>> What is the maximum number of output channels for the "fout" opcode?
>>>> 
>>> 
>>> I suspect opcode arg limit.  I think we have no foutch opode.  Did we
>>> have an array version of fout?
>>> 
>>> Too early to look up the code -- perhaps when I am awake
>>> 
>>> ==John ff
>>> 
>>>> Regards,
>>>> Mike
>>>> 
>>>> -----------------------------------------------------
>>>> Michael Gogins
>>>> Irreducible Productions
>>>> http://michaelgogins.tumblr.com
>>>> Michael dot Gogins at gmail dot com
>>> 
>>> 
>>> 
>>> 
>>> ------------------------------------------------------------------------------
>>> 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
>> 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
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
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