<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ed Baskerville &#187; LilyPad</title>
	<atom:link href="http://edbaskerville.com/category/lilypad/feed/" rel="self" type="application/rss+xml" />
	<link>http://edbaskerville.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 03:06:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>MIDI reimplemented</title>
		<link>http://edbaskerville.com/2006/05/29/midi-reimplemented/</link>
		<comments>http://edbaskerville.com/2006/05/29/midi-reimplemented/#comments</comments>
		<pubDate>Mon, 29 May 2006 18:48:52 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[LilyPad]]></category>

		<guid isPermaLink="false">http://code.edbaskerville.com/2006/05/29/midi-reimplemented/</guid>
		<description><![CDATA[Last night I reimplemented MIDI support in LilyPad. It turned out to be really easy to use the AudioToolbox framework’s MusicSequence and MusicPlayer classesopaque C data types + functions. One bug to be fixed: if a new preview happens while &#8230; <a href="http://edbaskerville.com/2006/05/29/midi-reimplemented/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last night I reimplemented MIDI support in LilyPad. It turned out to be really easy to use the AudioToolbox framework’s MusicSequence and MusicPlayer <del>classes</del>opaque C data types + functions. One bug to be fixed: if a new preview happens while you&#8217;re playing, the old sequence continues to play. This can be comical, but not useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://edbaskerville.com/2006/05/29/midi-reimplemented/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LilyPad today</title>
		<link>http://edbaskerville.com/2006/05/22/lilypad-today/</link>
		<comments>http://edbaskerville.com/2006/05/22/lilypad-today/#comments</comments>
		<pubDate>Tue, 23 May 2006 06:39:23 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[LilyPad]]></category>

		<guid isPermaLink="false">http://code.edbaskerville.com/2006/05/22/lilypad-today/</guid>
		<description><![CDATA[I made a few fixes in LilyPad today to take care of two bugs: ID 9, Auto-preview behavior is a little annoying ID 8, Keyboard shortcuts for indentation aren&#8217;t internationally friendly ID 9 Regarding auto-preview, Henning Ramm had written: It&#8217;s &#8230; <a href="http://edbaskerville.com/2006/05/22/lilypad-today/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I made a few fixes in LilyPad today to take care of two bugs:</p>
<ul>
<li>ID 9, <a href="http://code.edbaskerville.com/mantis/view.php?id=9">Auto-preview behavior is a little annoying</a></li>
<li>ID 8, <a href="http://code.edbaskerville.com/mantis/view.php?id=8">Keyboard shortcuts for indentation aren&#8217;t internationally friendly</a></li>
</ul>
<h3>ID 9</h3>
<p>Regarding auto-preview, Henning Ramm had written:</p>
<blockquote><p>
It&#8217;s really a nice feature, but doesn&#8217;t yet behave &#8220;just right&#8221;. I&#8217;d like to start it with every &#8220;save&#8221; (or after the delay) and then run through (but stoppable), regardless what I type in the meantime. For it&#8217;s not possible to just preview the part I work at, that would show my progress better than if I must stop typing to see anything. Perhaps you can make that behaviour configurable, too.
</p></blockquote>
<p>Done. I didn&#8217;t bother to make it configurable—if somebody complains about the default behavior, I can do that.</p>
<h3>ID 8</h3>
<p>Also a request from Henning:</p>
<blockquote><p>
- increase/decrease indent of marked lines using tab/shift-tab (the actual keys don&#8217;t work on every int&#8217;l keyboard)
</p></blockquote>
<p>Also done. I was previously of the opinion that doing this would violate standard OS X behavior. But this is how Eclipse does it, and I like it. So I&#8217;m going with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://edbaskerville.com/2006/05/22/lilypad-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LilyPad development today</title>
		<link>http://edbaskerville.com/2006/05/15/lilypad-development-today/</link>
		<comments>http://edbaskerville.com/2006/05/15/lilypad-development-today/#comments</comments>
		<pubDate>Tue, 16 May 2006 04:27:07 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[LilyPad]]></category>

		<guid isPermaLink="false">http://code.edbaskerville.com/2006/05/15/lilypad-development-today/</guid>
		<description><![CDATA[I finished setting up the Mantis bug-tracker and brought in bugs from my old Bugzilla. First completed off the to-do list: Some strings are not localizable Previewing causes LilyPond 2.8 to open file in Preview Cannot open or save]]></description>
			<content:encoded><![CDATA[<p>I finished setting up the Mantis bug-tracker and brought in bugs from my old Bugzilla.</p>
<p>First completed off the to-do list:</p>
<ul>
<li>
<a href="http://code.edbaskerville.com/mantis/view.php?id=12">Some strings are not localizable</a>
</li>
<li>
<a href="http://code.edbaskerville.com/mantis/view.php?id=3">Previewing causes LilyPond 2.8 to open file in Preview</a>
</li>
<li>
<a href="http://code.edbaskerville.com/mantis/view.php?id=16"> Cannot open or save </a>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://edbaskerville.com/2006/05/15/lilypad-development-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebSVN up</title>
		<link>http://edbaskerville.com/2006/05/09/websvn-up/</link>
		<comments>http://edbaskerville.com/2006/05/09/websvn-up/#comments</comments>
		<pubDate>Wed, 10 May 2006 06:08:50 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[EcoGillespie]]></category>
		<category><![CDATA[LilyPad]]></category>

		<guid isPermaLink="false">http://code.edbaskerville.com/2006/05/09/websvn-up/</guid>
		<description><![CDATA[You can now browse the repositories for the two available projects (EcoGillespie and LilyPad) using WebSVN: EcoGillespie LilyPad]]></description>
			<content:encoded><![CDATA[<p>You can now browse the repositories for the two available projects (EcoGillespie and LilyPad) using WebSVN:</p>
<ul>
<li><a href="http://code.edbaskerville.com/websvn/listing.php?repname=EcoGillespie">EcoGillespie</a></li>
<li><a href="http://code.edbaskerville.com/websvn/listing.php?repname=LilyPad">LilyPad</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://edbaskerville.com/2006/05/09/websvn-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LilyPad source now public</title>
		<link>http://edbaskerville.com/2006/04/26/lilypad-source-now-public/</link>
		<comments>http://edbaskerville.com/2006/04/26/lilypad-source-now-public/#comments</comments>
		<pubDate>Wed, 26 Apr 2006 20:46:38 +0000</pubDate>
		<dc:creator>ed</dc:creator>
				<category><![CDATA[LilyPad]]></category>

		<guid isPermaLink="false">http://code.edbaskerville.com/2006/04/26/lilypad-source-now-public/</guid>
		<description><![CDATA[I did a little cleanup on the source code for LilyPad and put it into a public Subversion repository. The code is available for (really rudimentary) online viewing here. I still haven’t implemented most of the things I was going &#8230; <a href="http://edbaskerville.com/2006/04/26/lilypad-source-now-public/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I did a little cleanup on the source code for <a href="http://edbaskerville.com/software/lilypad/">LilyPad</a> and put it into a public Subversion repository. The code is available for (really rudimentary) online viewing <a href="http://code.edbaskerville.com/svn/lilypad">here</a>.</p>
<p>I still haven’t implemented most of the things I was going to have implemented by now–other things (e.g., the Summer of Code proposal) have taken over, as they always seem to do. But there are a few changes since the last preview version:</p>
<ul>
<li>It’s building as a Universal Binary—full speed ahead on Intel Macs. This actually makes some sense now that LilyPond itself is Intel-native.</li>
<li>Rudimentary proof-of-concept parenthesis matching. Doesn’t actually match LilyPond syntax quite right yet, but it’s a start.</li>
<li>The elimination of any way to play MIDI. With the intention, of course, of rewriting it in CoreMIDI&#8230;but that hasn’t happened yet. So I’ve actually removed a feature.</li>
<li>Now handling textedit:// URLs as LilyPond.app does. When you run LilyPad, it makes itself the default handler for those URLs.</li>
</ul>
<p>One known bug off the top of my head: I’m using the python LilyPond script embedded in LilyPond.app, which likes to open up the file in Preview after it’s done being generated. This is beyond annoying.</p>
]]></content:encoded>
			<wfw:commentRss>http://edbaskerville.com/2006/04/26/lilypad-source-now-public/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

