Csound Csound-dev Csound-tekno Search About

[Cs-dev] PMAX and similar

Date2009-08-25 10:02
Fromjpff
Subject[Cs-dev] PMAX and similar
I have a possible patch but really would like a simple example of an
f-table requiring more that 200 arguments.
  And, any suggestions as to a realistic maximum for p-fields in i
statements?  At present I have this at 200 but I suspect less that
that makes more sense, say 150?  Actually I cannot really imagine more
that 80.
==John ffitch

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-08-25 22:59
FromJacob Joaquin
SubjectRe: [Cs-dev] PMAX and similar
I suppose a possibility would be emulating some of the bit shift registers in
the Atari 2600.  I think two of the registers are 465 bits long.  So to
properly emulate in an f-table, f statements would require more than double
the 200 limit.

f 1 0 -465 2 0 0 1 0 (omitted bits) 0 0 0 0

Using an external file would certainly make more sense, though I know there
are those who prefer to keep everything contained into a single CSD.

Best,
Jake


jpff wrote:
> 
> I have a possible patch but really would like a simple example of an
> f-table requiring more that 200 arguments.
>   And, any suggestions as to a realistic maximum for p-fields in i
> statements?  At present I have this at 200 but I suspect less that
> that makes more sense, say 150?  Actually I cannot really imagine more
> that 80.
> ==John ffitch
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day 
> trial. Simplify your report design, integration and deployment - and focus
> on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 

-- 
View this message in context: http://www.nabble.com/PMAX-and-similar-tp25130828p25142935.html
Sent from the Csound - Dev mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-08-26 01:18
FromRory Walsh
SubjectRe: [Cs-dev] PMAX and similar
I believe, although I could be wrong,  that you can embed files into a
csd thus illuminating the need for external files. I've never done it
though...

2009/8/25 Jacob Joaquin :
>
> I suppose a possibility would be emulating some of the bit shift registers in
> the Atari 2600.  I think two of the registers are 465 bits long.  So to
> properly emulate in an f-table, f statements would require more than double
> the 200 limit.
>
> f 1 0 -465 2 0 0 1 0 (omitted bits) 0 0 0 0
>
> Using an external file would certainly make more sense, though I know there
> are those who prefer to keep everything contained into a single CSD.
>
> Best,
> Jake
>
>
> jpff wrote:
>>
>> I have a possible patch but really would like a simple example of an
>> f-table requiring more that 200 arguments.
>>   And, any suggestions as to a realistic maximum for p-fields in i
>> statements?  At present I have this at 200 but I suspect less that
>> that makes more sense, say 150?  Actually I cannot really imagine more
>> that 80.
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>
> --
> View this message in context: http://www.nabble.com/PMAX-and-similar-tp25130828p25142935.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-08-26 07:53
Fromvictor
SubjectRe: [Cs-dev] PMAX and similar
Do you mean 'eliminating'?

Victor
----- Original Message ----- 
From: "Rory Walsh" 
To: "Developer discussions" 
Sent: Wednesday, August 26, 2009 1:18 AM
Subject: Re: [Cs-dev] PMAX and similar


I believe, although I could be wrong,  that you can embed files into a
csd thus illuminating the need for external files. I've never done it
though...

2009/8/25 Jacob Joaquin :
>
> I suppose a possibility would be emulating some of the bit shift registers 
> in
> the Atari 2600. I think two of the registers are 465 bits long. So to
> properly emulate in an f-table, f statements would require more than 
> double
> the 200 limit.
>
> f 1 0 -465 2 0 0 1 0 (omitted bits) 0 0 0 0
>
> Using an external file would certainly make more sense, though I know 
> there
> are those who prefer to keep everything contained into a single CSD.
>
> Best,
> Jake
>
>
> jpff wrote:
>>
>> I have a possible patch but really would like a simple example of an
>> f-table requiring more that 200 arguments.
>> And, any suggestions as to a realistic maximum for p-fields in i
>> statements? At present I have this at 200 but I suspect less that
>> that makes more sense, say 150? Actually I cannot really imagine more
>> that 80.
>> ==John ffitch
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and 
>> focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now. http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/PMAX-and-similar-tp25130828p25142935.html
> Sent from the Csound - Dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus 
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus 
on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net