Csound Csound-dev Csound-tekno Search About

[Cs-dev] more on hsboscil

Date2012-08-29 19:00
Fromjpff@cs.bath.ac.uk
Subject[Cs-dev] more on hsboscil
I improve the error message so it now says

INIT ERROR in instr 2: illegal table length 100 in table 103.000000

so it was certainly called with a non-power-of-two length, and by calling
csound->FTFind in hsboscset we have a problem.


So Tito's fix is correct -- but I repeat where else?  I probably need to
check  all calls to csound->FTFind to be safe


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-29 19:09
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] more on hsboscil
> I improve the error message so it now says
>
> INIT ERROR in instr 2: illegal table length 100 in table 103.000000
>
> so it was certainly called with a non-power-of-two length, and by calling
> csound->FTFind in hsboscset we have a problem.
>
>
> So Tito's fix is correct -- but I repeat where else?  I probably need to
> check  all calls to csound->FTFind to be safe
>

does not fix as trouble is in table opcode

As I said, I wonder howmany yhere are.



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-29 19:56
FromTito Latini
SubjectRe: [Cs-dev] more on hsboscil
AttachmentsNone  

Date2012-08-29 19:57
FromVictor
SubjectRe: [Cs-dev] more on hsboscil
I had made a list of pow two dependent opcodes here, we just need to look through the archives. All other opcodes should use ftnp2find. Sorry I cannot help much now as I do not have a machine at hand. I can look tomorrow morning, if this is not solved by then 

Victor

On 29 Aug 2012, at 19:09, jpff@cs.bath.ac.uk wrote:

>> I improve the error message so it now says
>> 
>> INIT ERROR in instr 2: illegal table length 100 in table 103.000000
>> 
>> so it was certainly called with a non-power-of-two length, and by calling
>> csound->FTFind in hsboscset we have a problem.
>> 
>> 
>> So Tito's fix is correct -- but I repeat where else?  I probably need to
>> check  all calls to csound->FTFind to be safe
>> 
> 
> does not fix as trouble is in table opcode
> 
> As I said, I wonder howmany yhere are.
> 
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-29 20:04
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] more on hsboscil
> I had made a list of pow two dependent opcodes here, we just need to look
> through the archives. All other opcodes should use ftnp2find. Sorry I
> cannot help much now as I do not have a machine at hand. I can look
> tomorrow morning, if this is not solved by then
>
> Victor

>


where?
i havre located all calls to FTFind abd there are many




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-29 20:22
FromVictor
SubjectRe: [Cs-dev] more on hsboscil
Here http://csound.1045644.n5.nabble.com/list-of-pow-two-integer-indexing-opcodes-td5161410.html



On 29 Aug 2012, at 20:04, jpff@cs.bath.ac.uk wrote:

>> I had made a list of pow two dependent opcodes here, we just need to look
>> through the archives. All other opcodes should use ftnp2find. Sorry I
>> cannot help much now as I do not have a machine at hand. I can look
>> tomorrow morning, if this is not solved by then
>> 
>> Victor
> 
>> 
> 
> 
> where?
> i havre located all calls to FTFind abd there are many
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-29 20:26
FromTito Latini
SubjectRe: [Cs-dev] more on hsboscil
AttachmentsNone  

Date2012-08-29 20:49
FromTito Latini
SubjectRe: [Cs-dev] more on hsboscil
AttachmentsNone  

Date2012-08-29 21:41
FromTito Latini
SubjectRe: [Cs-dev] more on hsboscil
AttachmentsNone  

Date2012-08-29 22:30
FromTito Latini
SubjectRe: [Cs-dev] more on hsboscil
AttachmentsNone  None  ftnp2find.patch  None  None  

Date2012-08-30 10:03
FromVictor Lazzarini
SubjectRe: [Cs-dev] more on hsboscil
Thanks. Who is applying it?  John? Tito? or Should I do it?

Victor
On 29 Aug 2012, at 22:30, Tito Latini wrote:

> Attached a patch for the files posted in the last message
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
> 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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-30 11:15
FromTito Latini
SubjectRe: [Cs-dev] more on hsboscil
AttachmentsNone  

Date2012-08-30 11:23
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] more on hsboscil
I have it here and am testing extensively
==John
>> Thanks. Who is applying it?  John? Tito? or Should I do it?
>
> I created it after a `sed'. It works with the examples of the manual.
> You can apply it but I don't know if John has the same code or other.
>
> tito
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-30 13:12
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] more on hsboscil
> I have it here and am testing extensively
> ==John

It seems to pass all the tests.  Current hope is to close this out this
afternoon UK/Irish time

==John ff


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-30 14:07
FromVictor Lazzarini
SubjectRe: [Cs-dev] more on hsboscil
OK, we just need to update some iOS/Android code and then we'll be done. 

Victor
On 30 Aug 2012, at 13:12, jpff@cs.bath.ac.uk wrote:

>> I have it here and am testing extensively
>> ==John
> 
> It seems to pass all the tests.  Current hope is to close this out this
> afternoon UK/Irish time
> 
> ==John ff
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> 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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-30 16:27
FromTito Latini
SubjectRe: [Cs-dev] more on hsboscil
AttachmentsNone  

Date2012-08-30 16:34
FromVictor Lazzarini
SubjectRe: [Cs-dev] more on hsboscil
does that mean a retag?
On 30 Aug 2012, at 16:27, Tito Latini wrote:

> I have another change for ftfind (soon)
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> 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




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-30 16:40
FromSteven Yi
SubjectRe: [Cs-dev] more on hsboscil
I've stopped building 5.18.1.  Assuming a 5.18.2 will be issued with
Tito's change.  Otherwise, Victor and I have gotten Android and iOS
updated and that's all ready to go.

On Thu, Aug 30, 2012 at 4:34 PM, Victor Lazzarini
 wrote:
> does that mean a retag?
> On 30 Aug 2012, at 16:27, Tito Latini wrote:
>
>> I have another change for ftfind (soon)
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> 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
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2012-08-30 16:48
FromTito Latini
SubjectRe: [Cs-dev] more on hsboscil
AttachmentsNone