[Flashcoders] is there a dsp lib with analysis using zero crossing in as3

2011-05-11 Thread Anthony Pace
Hello list, I have been doing some experiments, but although my stuff is working, it isn't optimized at all, and I would to try a reliable lib that uses zero crossings for analysis, if one exists. Any suggestions? I am really just interested in pitch analysis with very small sample chunks.

[Flashcoders] How do I create a CDATA node using AS2?

2011-05-11 Thread Jim Lafser
Anyone know how to create a CDATA node when writing XML in AS2?I tried Google. I looked in the books I've got.I tried extending XMLNode.I've had no success. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] How do I create a CDATA node using AS2?

2011-05-11 Thread Karl DeSaulniers
![CDATA[hello]] On May 11, 2011, at 6:45 PM, Jim Lafser wrote: Anyone know how to create a CDATA node when writing XML in AS2?I tried Google. I looked in the books I've got.I tried extending XMLNode.I've had no success. ___ Flashcoders mailing

Re: [Flashcoders] How do I create a CDATA node using AS2?

2011-05-11 Thread jimlaf...@yahoo.com
I am using an xml object and need to have a cdata node written out when I use toString() on the XML object On May 11, 2011, at 7:50 PM, Karl DeSaulniers k...@designdrumm.com wrote: ![CDATA[hello]] On May 11, 2011, at 6:45 PM, Jim Lafser wrote: Anyone know how to create a CDATA node when

Re: [Flashcoders] How do I create a CDATA node using AS2?

2011-05-11 Thread Karl DeSaulniers
In the xml node itself, the nodes content wrapped CDATA in the XML or the result of that node wrapped in CDATA in flash? xmlnode id=![CDATA[nodename]] xmlnode or xmlnode id=nodename ![CDATA[noderesult]] xmlnode or var result = ![CDATA[+this.xmlNode.firstchild.childNodes

Re: [Flashcoders] How do I create a CDATA node using AS2?

2011-05-11 Thread Dave Watts
In the xml node itself, the nodes content wrapped CDATA in the XML or the result of that node wrapped in CDATA in flash? xmlnode id=![CDATA[nodename]] xmlnode CDATA is not valid for XML attribute values. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/

Re: [Flashcoders] How do I create a CDATA node using AS2?

2011-05-11 Thread Karl DeSaulniers
Ooops, sorry. Minus that one then. :) Karl On May 11, 2011, at 9:35 PM, Dave Watts wrote: In the xml node itself, the nodes content wrapped CDATA in the XML or the result of that node wrapped in CDATA in flash? xmlnode id=![CDATA[nodename]] xmlnode CDATA is not valid for XML attribute

Re: [Flashcoders] is there a dsp lib with analysis using zero crossing in as3

2011-05-11 Thread Henrik Andersson
Anthony Pace skriver: Hello list, I have been doing some experiments, but although my stuff is working, it isn't optimized at all, and I would to try a reliable lib that uses zero crossings for analysis, if one exists. Any suggestions? I am really just interested in pitch analysis with very