Csound Csound-dev Csound-tekno Search About

[Cs-dev] Typed Identifiers

Date2014-09-11 00:06
FromSteven Yi
Subject[Cs-dev] Typed Identifiers
Hi All,

Happy to report that the parser3 branch now works with typed
identifiers, such that varname:type now works. The test I used that is
now part of the commandline tests is pasted below. (There may to be
cases that might not work, but I think that will be for ones using the
new typed identifiers, and not older files. Please do report any
issues if you try this out and find them.)

:)

steven



;
;
; ==============================================


sr    =    44100
ksmps    =    1
nchnls    =    2
0dbfs    =    1

instr 1

sigLeft:a vco2 0.5, 440
sigRight:a = vco2(0.5, 660)

signals:a[] init 4
signals[0] = sigLeft
signals[1] = sigRight
signals[2] = signals[0]
signals[3] = signals[1]
outs signals[2], signals[3]

endin


; ==============================================


i1 0 .5




------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-09-11 05:24
FromVictor Lazzarini
SubjectRe: [Cs-dev] Typed Identifiers
That looks really nice.
========================
Dr Victor Lazzarini
Dean of Arts, Philosophy and Celtic Studies,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 








On 11 Sep 2014, at 00:06, Steven Yi  wrote:

> Hi All,
> 
> Happy to report that the parser3 branch now works with typed
> identifiers, such that varname:type now works. The test I used that is
> now part of the commandline tests is pasted below. (There may to be
> cases that might not work, but I think that will be for ones using the
> new typed identifiers, and not older files. Please do report any
> issues if you try this out and find them.)
> 
> :)
> 
> steven
> 
> 
> 
> ;
> ;
> ; ==============================================
> 
> 
> sr    =    44100
> ksmps    =    1
> nchnls    =    2
> 0dbfs    =    1
> 
> instr 1
> 
> sigLeft:a vco2 0.5, 440
> sigRight:a = vco2(0.5, 660)
> 
> signals:a[] init 4
> signals[0] = sigLeft
> signals[1] = sigRight
> signals[2] = signals[0]
> signals[3] = signals[1]
> outs signals[2], signals[3]
> 
> endin
> 
> 
> ; ==============================================
> 
> 
> i1 0 .5
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce
> Perforce version control. Predictably reliable.
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2014-09-18 22:16
Fromjoachim heintz
SubjectRe: [Cs-dev] Typed Identifiers
exciting, yes.

how can i checkout this branch? when i do a pull, i find only these 
branches:
* develop
   feature/udo_type_system
   master

best -
	joachim

Am 11.09.2014 um 06:24 schrieb Victor Lazzarini:
> That looks really nice.
> ========================
> Dr Victor Lazzarini
> Dean of Arts, Philosophy and Celtic Studies,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952
>
>
>
>
>
>
>
>
> On 11 Sep 2014, at 00:06, Steven Yi  wrote:
>
>> Hi All,
>>
>> Happy to report that the parser3 branch now works with typed
>> identifiers, such that varname:type now works. The test I used that is
>> now part of the commandline tests is pasted below. (There may to be
>> cases that might not work, but I think that will be for ones using the
>> new typed identifiers, and not older files. Please do report any
>> issues if you try this out and find them.)
>>
>> :)
>>
>> steven
>>
>>
>> 
>> ;
>> ;
>> ; ==============================================
>> 
>>
>> sr    =    44100
>> ksmps    =    1
>> nchnls    =    2
>> 0dbfs    =    1
>>
>> instr 1
>>
>> sigLeft:a vco2 0.5, 440
>> sigRight:a = vco2(0.5, 660)
>>
>> signals:a[] init 4
>> signals[0] = sigLeft
>> signals[1] = sigRight
>> signals[2] = signals[0]
>> signals[3] = signals[1]
>> outs signals[2], signals[3]
>>
>> endin
>>
>> 
>> ; ==============================================
>> 
>>
>> i1 0 .5
>>
>> 
>> 
>>
>> ------------------------------------------------------------------------------
>> Want excitement?
>> Manually upgrade your production database.
>> When you want reliability, choose Perforce
>> Perforce version control. Predictably reliable.
>> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ------------------------------------------------------------------------------
> Want excitement?
> Manually upgrade your production database.
> When you want reliability, choose Perforce
> Perforce version control. Predictably reliable.
> http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net