Csound Csound-dev Csound-tekno Search About

[Cs-dev] fsigs now added to UDO types

Date2011-10-18 23:23
FromVictor Lazzarini
Subject[Cs-dev] fsigs now added to UDO types
Hi everyone,

just a quick note to say that fsigs have now been added as types for  
UDOs. I think this is working properly now so I have committed the  
changes to GIT.
Thanks to Steven for showing the missing bits I needed to consider in  
order to do this.

This works with the old parser at the moment, but I guess it should  
not be difficult to add to the new parser, now that the internals are  
done.

Regards

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




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-19 09:30
Fromjoachim heintz
SubjectRe: [Cs-dev] fsigs now added to UDO types
wow victor - these are really great news!!!
thanks so much -
	joachim



Am 19.10.2011 00:23, schrieb Victor Lazzarini:
> Hi everyone,
> 
> just a quick note to say that fsigs have now been added as types for  
> UDOs. I think this is working properly now so I have committed the  
> changes to GIT.
> Thanks to Steven for showing the missing bits I needed to consider in  
> order to do this.
> 
> This works with the old parser at the moment, but I guess it should  
> not be difficult to add to the new parser, now that the internals are  
> done.
> 
> Regards
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-19 10:25
FromVictor Lazzarini
SubjectRe: [Cs-dev] fsigs now added to UDO types
Thanks; I've started adding it to the new parser now, but there is  
something else there to do to allow
fsigs as UDO types which I haven't located yet (I modified  
parse_opcode_args() in symbtab.c, but
it still needs something else). I've committed my changes. Maybe  
Steven or John will be able to give
me a hint on where to look, so I can get past the parsing error:

error: syntax error, unexpected T_IDENT_F, expecting T_UDO_ANS (token  
"f") line 7: opcode ftest,f,f

Victor
On 19 Oct 2011, at 09:30, joachim heintz wrote:

> wow victor - these are really great news!!!
> thanks so much -
> 	joachim
>
>
>
> Am 19.10.2011 00:23, schrieb Victor Lazzarini:
>> Hi everyone,
>>
>> just a quick note to say that fsigs have now been added as types for
>> UDOs. I think this is working properly now so I have committed the
>> changes to GIT.
>> Thanks to Steven for showing the missing bits I needed to consider in
>> order to do this.
>>
>> This works with the old parser at the moment, but I guess it should
>> not be difficult to add to the new parser, now that the internals are
>> done.
>>
>> Regards
>>
>> Dr Victor Lazzarini
>> Senior Lecturer
>> Dept. of Music
>> NUI Maynooth Ireland
>> tel.: +353 1 708 3545
>> Victor dot Lazzarini AT nuim dot ie
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure  
>> contains a
>> definitive record of customers, application performance, security
>> threats, fraudulent activity and more. Splunk takes this data and  
>> makes
>> sense of it. Business sense. IT sense. Common sense.
>> http://p.sf.net/sfu/splunk-d2d-oct
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure  
> contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and  
> makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> 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




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-19 10:31
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] fsigs now added to UDO types
 victor: did you solve the parsing of UDOs?  [10:26]
 The answer is on line 224 and 23 of Engine/symtab.c   [10:31]


> Thanks; I've started adding it to the new parser now, but there is
> something else there to do to allow
> fsigs as UDO types which I haven't located yet (I modified
> parse_opcode_args() in symbtab.c, but
> it still needs something else). I've committed my changes. Maybe
> Steven or John will be able to give
> me a hint on where to look, so I can get past the parsing error:
>
> error: syntax error, unexpected T_IDENT_F, expecting T_UDO_ANS (token
> "f") line 7: opcode ftest,f,f
>
> Victor
> On 19 Oct 2011, at 09:30, joachim heintz wrote:
>
>> wow victor - these are really great news!!!
>> thanks so much -
>> 	joachim
>>
>>
>>
>> Am 19.10.2011 00:23, schrieb Victor Lazzarini:
>>> Hi everyone,
>>>
>>> just a quick note to say that fsigs have now been added as types for
>>> UDOs. I think this is working properly now so I have committed the
>>> changes to GIT.
>>> Thanks to Steven for showing the missing bits I needed to consider in
>>> order to do this.
>>>
>>> This works with the old parser at the moment, but I guess it should
>>> not be difficult to add to the new parser, now that the internals are
>>> done.
>>>
>>> Regards
>>>
>>> Dr Victor Lazzarini
>>> Senior Lecturer
>>> Dept. of Music
>>> NUI Maynooth Ireland
>>> tel.: +353 1 708 3545
>>> Victor dot Lazzarini AT nuim dot ie
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> All the data continuously generated in your IT infrastructure
>>> contains a
>>> definitive record of customers, application performance, security
>>> threats, fraudulent activity and more. Splunk takes this data and
>>> makes
>>> sense of it. Business sense. IT sense. Common sense.
>>> http://p.sf.net/sfu/splunk-d2d-oct
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> All the data continuously generated in your IT infrastructure
>> contains a
>> definitive record of customers, application performance, security
>> threats, fraudulent activity and more. Splunk takes this data and
>> makes
>> sense of it. Business sense. IT sense. Common sense.
>> http://p.sf.net/sfu/splunk-d2d-oct
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-19 10:41
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] fsigs now added to UDO types
>  victor: did you solve the parsing of UDOs?  [10:26]
>  The answer is on line 224 and 23 of Engine/symtab.c   [10:31]

Sorry -- typo lines 224 and 238, change i sto add f to the string



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-19 10:50
FromVictor Lazzarini
SubjectRe: [Cs-dev] fsigs now added to UDO types
yes, I see it thanks. Are you on #csound? I don't see you there.
On 19 Oct 2011, at 10:41, jpff@cs.bath.ac.uk wrote:

>>  victor: did you solve the parsing of UDOs?  [10:26]
>>  The answer is on line 224 and 23 of Engine/symtab.c   [10:31]
>
> Sorry -- typo lines 224 and 238, change i sto add f to the string
>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure  
> contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and  
> makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> 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




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-19 10:52
FromVictor Lazzarini
SubjectRe: [Cs-dev] fsigs now added to UDO types
Done, in GIT now.
On 19 Oct 2011, at 10:41, jpff@cs.bath.ac.uk wrote:

>>  victor: did you solve the parsing of UDOs?  [10:26]
>>  The answer is on line 224 and 23 of Engine/symtab.c   [10:31]
>
> Sorry -- typo lines 224 and 238, change i sto add f to the string
>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure  
> contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and  
> makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> 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




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-19 10:52
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] fsigs now added to UDO types
> yes, I see it thanks. Are you on #csound? I don't see you there.
> On 19 Oct 2011, at 10:41, jpff@cs.bath.ac.uk wrote:

yes -- but my broadband is flacky this morning



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2011-10-19 11:07
Frompeiman khosravi
SubjectRe: [Cs-dev] fsigs now added to UDO types
this is very very useful, thanks indeed.

P

On 18 October 2011 23:23, Victor Lazzarini  wrote:
> Hi everyone,
>
> just a quick note to say that fsigs have now been added as types for
> UDOs. I think this is working properly now so I have committed the
> changes to GIT.
> Thanks to Steven for showing the missing bits I needed to consider in
> order to do this.
>
> This works with the old parser at the moment, but I guess it should
> not be difficult to add to the new parser, now that the internals are
> done.
>
> Regards
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure contains a
> definitive record of customers, application performance, security
> threats, fraudulent activity and more. Splunk takes this data and makes
> sense of it. Business sense. IT sense. Common sense.
> http://p.sf.net/sfu/splunk-d2d-oct
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net