<?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"
	>

<channel>
	<title>Red Sweater Blog &#187; Clarion</title>
	<atom:link href="http://www.red-sweater.com/blog/category/red-sweater-news/clarion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.red-sweater.com/blog</link>
	<description>Mac &#38; Technology Writings by Daniel Jalkut</description>
	<pubDate>Fri, 05 Sep 2008 04:09:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Filling The Gaps</title>
		<link>http://www.red-sweater.com/blog/441/filling-the-gaps</link>
		<comments>http://www.red-sweater.com/blog/441/filling-the-gaps#comments</comments>
		<pubDate>Mon, 10 Dec 2007 18:01:23 +0000</pubDate>
		<dc:creator>Daniel Jalkut</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Clarion]]></category>

		<category><![CDATA[Cocoa]]></category>

		<category><![CDATA[FastScripts]]></category>

		<category><![CDATA[MarsEdit]]></category>

		<guid isPermaLink="false">http://www.red-sweater.com/blog/441/filling-the-gaps</guid>
		<description><![CDATA[When Leopard was released over a month ago, I proudly announced that Red Sweater&#8217;s applications were Leopard ready. Well, it was true, but as I suspect is the case for most software developers, little wrinkles in behavior have slowly shown up as more and more users upgrade to the latest cat.

Today I released two updates [...]]]></description>
			<content:encoded><![CDATA[<p>When Leopard was released over a month ago, I proudly announced that Red Sweater&#8217;s applications were <a href="http://www.red-sweater.com/blog/423/red-sweater-is-leopard-ready">Leopard ready</a>. Well, it was true, but as I suspect is the case for most software developers, little wrinkles in behavior have slowly shown up as more and more users upgrade to the latest cat.</p>
<p>
Today I released two updates to applications that get a bit less attention, but which nonetheless have passionate fans: <a href="http://www.red-sweater.com/fastscripts/">FastScripts</a> and <a href="http://www.red-sweater.com/clarion/">Clarion</a>. It was thanks to these fans that I discovered and was able to fix a few Leopard-specific issues that they noticed.
</p>
<p>
FastScripts had a problem with running automator routines. Like, at all. I guess that shows how often I run automator routines myself!  From a developer perspective, running Automator Workflows in Leopard is a lot easier than it was in Tiger, and is officially supported by a new AMWorkflow class for Cocoa programmers. Unfortunately, while providing a new and sanctioned method for running these workflows, they simultaneously broke the old technique that I was using for Tiger. Fixed in FastScripts 2.3.6!
</p>
<p>
Another issue with FastScripts had to do with the order of presentation for the user&#8217;s &#8220;personal scripts&#8221; compared with Apple&#8217;s standard scripts (from /Library/Scripts). It&#8217;s only natural that users would prefer to see their own scripts appear higher in the menu, since those are probably the ones they&#8217;re accessing more frequently. Well, it turns out the placement of these items has just sort of magically fallen the &#8220;desired&#8221; way for the past 3 major operating system releases. In Leopard, the order of the randomness flip-flopped, and I needed to explicitly ensure that the user&#8217;s scripts take priority. Also fixed in FastScripts 2.3.6!
</p>
<p>
Clarion is an application for studying and drilling yourself on musical interval recognition. It&#8217;s a pretty niche market, but it has a pretty nifty live piano keyboard view that I&#8217;m pretty proud of. While you&#8217;re contemplating the sounds of the pitches you are being quizzed on, you can tinker around on the piano keyboard to give yourself visual and audio clues as to what the interval might be. Unfortunately, some changes in CoreAudio on Leopard revealed a bug in my code for playing these notes. The end result? On Leopard any key you pressed would keep playing the sound even after you release the key. Nightmare! Fixed in Clarion 2.0.1.
</p>
<p>
If you&#8217;re running Leopard and noticing any glitches in my products, please let me know so I can get to the bottom of them. Right now I have only one outstanding issue, which is a text-rendering problem in MarsEdit, when opening existing posts for editing. Unfortunately I can&#8217;t find anything wrong with my behavior, so I&#8217;m also sort of quietly hoping for a fix from Apple in 10.5.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-sweater.com/blog/441/filling-the-gaps/feed</wfw:commentRss>
		</item>
		<item>
		<title>Universal Appeal</title>
		<link>http://www.red-sweater.com/blog/93/universal-appeal</link>
		<comments>http://www.red-sweater.com/blog/93/universal-appeal#comments</comments>
		<pubDate>Sat, 28 Jan 2006 02:11:50 +0000</pubDate>
		<dc:creator>Daniel Jalkut</dc:creator>
		
		<category><![CDATA[Clarion]]></category>

		<category><![CDATA[FastScripts]]></category>

		<category><![CDATA[Intel]]></category>

		<category><![CDATA[Red Sweater News]]></category>

		<guid isPermaLink="false">http://www.red-sweater.com/blog/93/universal-appeal</guid>
		<description><![CDATA[Today I&#8217;m posting two updates: a minor revision to FastScripts, and a major version upgrade to Clarion.

In addition to more tangible features, both FastScripts and Clarion are now Universal - tested on a Core Duo iMac. To Apple&#8217;s credit, I spent more time getting to the iMac (I don&#8217;t own one yet - waiting impatiently [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m posting two updates: a minor revision to FastScripts, and a major version upgrade to Clarion.</p>
<p>
In addition to more tangible features, both FastScripts and Clarion are now Universal - tested on a Core Duo iMac. To Apple&#8217;s credit, I spent more time getting to the iMac (I don&#8217;t own one yet - waiting impatiently for the MacBook Pro) than I did testing or fixing bugs. The only issue encountered turned out not to be an Intel issue at all, but rather a gcc 4.0 bug fix that causes a <a href="http://www.red-sweater.com/blog/88/intel-impatience">serious incompatibility</a> with some gcc 3.3 code. Everything else &#8220;just worked.&#8221; Go Apple!
</p>
<p>
<img align="left" src="http://www.red-sweater.com/images/ClarionIcon64.jpg"/></p>
<div style="margin-left:70px;">
<span style="font-size:1.3em;"><a href="http://www.red-sweater.com/clarion/">Clarion 2.0</a></span><br />
This long-awaited update brings a new icon and a massive overhaul of the preferences system. With the addition of named settings, you can easily switch between dramatically different setups from the main quiz window. By defining custom configurations, your practice time can be used to focus on the specific timbres and tonalities you need the most help with.
</div>
</p>
<p><img align="left" src="http://www.red-sweater.com/images/FastScriptIcon64.jpg" /></p>
<div style="margin-left:70px;">
<span style="font-size:1.3em;"><a href="http://www.red-sweater.com/fastscripts/index.html">FastScripts 2.2.8</a></span><br />
           FastScripts (and FastScripts Lite!) received a couple usability improvements:</p>
<ul style="padding:0em; margin-left:1.4em; text-indent:">
<li>The &#8220;merged folders&#8221; behavior of the script menu can now be disabled. This can be helpful for keeping the system-installed scripts visually separate from user scripts.</li>
<p><li>Selecting a folder from the script menu now opens that folder in the Finder (or Path Finder).
</li>
</p>
</ul>
</div>
<p>
Though I don&#8217;t have my Intel MacBook Pro yet, I&#8217;m sure that once I do I&#8217;ll start resenting developers who haven&#8217;t &#8220;gone native&#8221; very quickly. Here&#8217;s to hoping I haven&#8217;t gained any Intel-owning enemies over the past few weeks!  The next beta release of <a href="http://www.red-sweater.com/flextime/">FlexTime</a> will also ship as a universal binary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-sweater.com/blog/93/universal-appeal/feed</wfw:commentRss>
		</item>
		<item>
		<title>Clarion 2.0 Beta</title>
		<link>http://www.red-sweater.com/blog/75/clarion-20-beta</link>
		<comments>http://www.red-sweater.com/blog/75/clarion-20-beta#comments</comments>
		<pubDate>Thu, 29 Dec 2005 21:01:28 +0000</pubDate>
		<dc:creator>Daniel Jalkut</dc:creator>
		
		<category><![CDATA[Clarion]]></category>

		<guid isPermaLink="false">http://www.red-sweater.com/blog/?p=75</guid>
		<description><![CDATA[My oft-neglected utility for mastering musical intervals,  Clarion, received a bit of renewed attention recently. I have been planning a fairly major revision to this application for more than a year, but various other responsibilities have repeatedly put it on the back burner.

Motivated in part by a desire to show off the spiffy new [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.red-sweater.com/images/ClarionIcon64.jpg" hspace="6"/>My oft-neglected utility for mastering musical intervals,  <a href="http://www.red-sweater.com/clarion/">Clarion</a>, received a bit of renewed attention recently. I have been planning a fairly major revision to this application for more than a year, but various other responsibilities have repeatedly put it on the back burner.</p>
<p>
Motivated in part by a desire to show off the spiffy new icon, pictured here and designed by <a href="http://interfacelift.com/forhire/details.php?id=335">Steven Ansell</a>, I have finally put in the lion&#8217;s share of finishing touches on Clarion 2.0.
</p>
<p>
For those of you familiar with Clarion 1.4, the major change in 2.0 (aside from the icon) is a complete redesign of the Preferences interface and underlying structure. Prior to 2.0, Clarion offered users the ability to define and save custom &#8220;interval sets&#8221; (like a scale), but other settings such as interval direction, consonance, instrument, etc., all had to be changed by hand if you wanted to mix up your practice. In Clarion 2.0, all of these preferences are contained in a new &#8220;Configuration,&#8221; any number of which can be defined and easily switched between by the user in the main quiz window.
</p>
<p>
Clarion, like my other main product, <a href="http://www.red-sweater.com/fastscripts/">FastScripts</a> appeals to a niche audience. Some of you are wondering what the heck a music interval even is. Although the niche products don&#8217;t make anybody zillions of dollars, they are perhaps more appreciated than others because they connect so directly with the user&#8217;s specific interests and needs.
</p>
<p>
So if you need to learn your intervals, or you just want to brush up, give the <a href="http://www.red-sweater.com/clarion/beta.html">Clarion 2.0 Beta</a> a try. This sucker is dang-near done (he says with dangerous confidence), so if you&#8217;ve got feedback, be sure to let me know ASAP!
</p>
<p>
A special note for developers: if you have been putting off investing in a professional icon designer, wait no longer! I put it off for years, partly thinking that one day I&#8217;d just &#8220;get good at it,&#8221; or afraid that the costs would be unmanageable.  Steven Ansell makes it easy and affordable to add panache to your technical creations. In addition to designing the Clarion icon for me, he also gave the FastScripts icon a modest makeover, and designed a third icon for an as yet unreleased product. Take advantage of his generously reasonable rates while the getting is good! And thanks again, Steven.</p>
<p><strong>Update</strong> I accidentally posted a release of Clarion with artificially strict &#8220;trial period&#8221; controls in place. If you happened to download within the first 5 minutes of this post appearing, please download again to see the more generous side of the Clarion trial period :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.red-sweater.com/blog/75/clarion-20-beta/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.344 seconds -->
