Csound Csound-dev Csound-tekno Search About

[Cs-dev] multiple

Date2012-04-13 11:17
FromTito Latini
Subject[Cs-dev] multiple
AttachmentsNone  

Date2012-04-13 13:42
FromMichael Gogins
SubjectRe: [Cs-dev] multiple
Sounds like a good idea to me for 5 and 6.

Regards,
Mike

On Fri, Apr 13, 2012 at 6:17 AM, Tito Latini  wrote:
> I have written some line of code to allow multiple  sections
> in a csd file. It is useful to merge normal CsScore and
>  sections. It is possible here:
>
>  
>  ...
>  
>
>  
>  ...
>  
>
>  
>  ...
>  
>
>  
>  ...
>  
>
>  ...
>  
>
>
> The sections are read in sequence, and an e-statement in a section is
> enough to bypass those following. Therefore I have removed "e\n" in
> csbeats, not a problem because it is added in `scsortstr'.
>
> Other possibilities, we can define macros with if-then in a bin=...
> section and use them in a following normal CsScore section.
>
> It is simple, all the CsScore sections in memory, sorting, etc.
>
> Let me know if I can apply the change in csound6 and if it is
> good also for csound5.
>
> tito
>
> ------------------------------------------------------------------------------
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel



-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-13 13:59
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] multiple
I have a number of reservations... will try to articulate this afternoon
==John ff

> Sounds like a good idea to me for 5 and 6.
>
> Regards,
> Mike
>
> On Fri, Apr 13, 2012 at 6:17 AM, Tito Latini 
> wrote:
>> I have written some line of code to allow multiple  sections
>> in a csd file. It is useful to merge normal CsScore and
>>  sections. It is possible here:
>>
>>  
>>  ...
>>  
>>
>>  
>>  ...
>>  
>>
>>  
>>  ...
>>  
>>
>>  
>>  ...
>>  
>>
>>  ...
>>  
>>
>>
>> The sections are read in sequence, and an e-statement in a section is
>> enough to bypass those following. Therefore I have removed "e\n" in
>> csbeats, not a problem because it is added in `scsortstr'.
>>
>> Other possibilities, we can define macros with if-then in a bin=...
>> section and use them in a following normal CsScore section.
>>
>> It is simple, all the CsScore sections in memory, sorting, etc.
>>
>> Let me know if I can apply the change in csound6 and if it is
>> good also for csound5.
>>
>> tito
>>
>> ------------------------------------------------------------------------------
>> For Developers, A Lot Can Happen In A Second.
>> Boundary is the first to Know...and Tell You.
>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
>> http://p.sf.net/sfu/Boundary-d2dvs2
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
> --
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-04-13 14:49
FromTito Latini
SubjectRe: [Cs-dev] multiple
AttachmentsNone