<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: music notation through JavaScript</title>
	<atom:link href="http://verens.com/2009/10/31/music-notation-through-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com/2009/10/31/music-notation-through-javascript/</link>
	<description>klog - Kae&#039;s Log</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:49:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/10/31/music-notation-through-javascript/#comment-1332</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Tue, 18 May 2010 21:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=894#comment-1332</guid>
		<description>It&#039;s only temporarily dormant while I finish off a book for Packt. I intend to get back into it when I have time to spare.

I was considering whether to use your engine or 0xfe&#039;s one - no need for me to continue on my own efforts when there are very strong alternatives already available.

As far as I can see, 0xfe&#039;s one is not yet OS (and all I&#039;ve seen so far is heavily-minimised code), so it&#039;s hard to make a proper comparison.

I /will/ be getting back into this, and it would be very interesting to see how far your engine (and ABC notation) can be pushed. It will be a month or two, though.</description>
		<content:encoded><![CDATA[<p>It&#8217;s only temporarily dormant while I finish off a book for Packt. I intend to get back into it when I have time to spare.</p>
<p>I was considering whether to use your engine or 0xfe&#8217;s one &#8211; no need for me to continue on my own efforts when there are very strong alternatives already available.</p>
<p>As far as I can see, 0xfe&#8217;s one is not yet OS (and all I&#8217;ve seen so far is heavily-minimised code), so it&#8217;s hard to make a proper comparison.</p>
<p>I /will/ be getting back into this, and it would be very interesting to see how far your engine (and ABC notation) can be pushed. It will be a month or two, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Dyke</title>
		<link>http://verens.com/2009/10/31/music-notation-through-javascript/#comment-1331</link>
		<dc:creator>Gregory Dyke</dc:creator>
		<pubDate>Sun, 16 May 2010 07:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=894#comment-1331</guid>
		<description>Thanks. If your project is not dormant, I&#039;m more than willing to help you interact with the rendering side of our engine.

(The engine is quite strongly decomposed into a parser, a &quot;parser&quot; data structure, a layouter, a &quot;layout&quot; data structure, and a renderer)

I have a similar idea to yours, involving the code from the guy behind tunepal. http://tunepal.org for recognition, rather than midi input.

Greg</description>
		<content:encoded><![CDATA[<p>Thanks. If your project is not dormant, I&#8217;m more than willing to help you interact with the rendering side of our engine.</p>
<p>(The engine is quite strongly decomposed into a parser, a &#8220;parser&#8221; data structure, a layouter, a &#8220;layout&#8221; data structure, and a renderer)</p>
<p>I have a similar idea to yours, involving the code from the guy behind tunepal. <a href="http://tunepal.org" rel="nofollow">http://tunepal.org</a> for recognition, rather than midi input.</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/10/31/music-notation-through-javascript/#comment-1330</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Sat, 15 May 2010 19:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=894#comment-1330</guid>
		<description>suprisingly, I don&#039;t think I&#039;ve seen ABC notation before! looks much easier to write than midi or musicxml.

nice engine you have there!</description>
		<content:encoded><![CDATA[<p>suprisingly, I don&#8217;t think I&#8217;ve seen ABC notation before! looks much easier to write than midi or musicxml.</p>
<p>nice engine you have there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregory Dyke</title>
		<link>http://verens.com/2009/10/31/music-notation-through-javascript/#comment-1329</link>
		<dc:creator>Gregory Dyke</dc:creator>
		<pubDate>Sat, 15 May 2010 15:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=894#comment-1329</guid>
		<description>Hi Kae

I&#039;ve spent even more time on the same thing ;)

Checkout

http://drawthedots.com/abcjs

Best regards
Greg</description>
		<content:encoded><![CDATA[<p>Hi Kae</p>
<p>I&#8217;ve spent even more time on the same thing <img src='http://verens.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Checkout</p>
<p><a href="http://drawthedots.com/abcjs" rel="nofollow">http://drawthedots.com/abcjs</a></p>
<p>Best regards<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kae Verens</title>
		<link>http://verens.com/2009/10/31/music-notation-through-javascript/#comment-1328</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Tue, 11 May 2010 21:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=894#comment-1328</guid>
		<description>you&#039;ve obviously gone further with it than I did!

I&#039;d love to dig into your code and see how you approached it. Will do that as soon as I have a moment free (two weeks behind on a book I&#039;m writing!)</description>
		<content:encoded><![CDATA[<p>you&#8217;ve obviously gone further with it than I did!</p>
<p>I&#8217;d love to dig into your code and see how you approached it. Will do that as soon as I have a moment free (two weeks behind on a book I&#8217;m writing!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 0xfe</title>
		<link>http://verens.com/2009/10/31/music-notation-through-javascript/#comment-1327</link>
		<dc:creator>0xfe</dc:creator>
		<pubDate>Tue, 11 May 2010 18:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=894#comment-1327</guid>
		<description>I spent some time on the same thing. :-)

http://0xfe.blogspot.com/2010/05/music-notation-with-html5-canvas.html</description>
		<content:encoded><![CDATA[<p>I spent some time on the same thing. <img src='http://verens.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://0xfe.blogspot.com/2010/05/music-notation-with-html5-canvas.html" rel="nofollow">http://0xfe.blogspot.com/2010/05/music-notation-with-html5-canvas.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

