<?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 for The Yale Haskell Group</title>
	<atom:link href="http://haskell.cs.yale.edu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://haskell.cs.yale.edu</link>
	<description>Finding the Fun in Functional Programming</description>
	<lastBuildDate>Mon, 04 Feb 2013 21:40:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>Comment on Welcome! by eMonden</title>
		<link>http://haskell.cs.yale.edu/hello-world/#comment-41059</link>
		<dc:creator>eMonden</dc:creator>
		<pubDate>Mon, 04 Feb 2013 21:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?p=1#comment-41059</guid>
		<description><![CDATA[Very useful article. I also wrote on a blog and I talk about art, art on music and stuff like that. Take a look on http://www.emonden.co and give me some advice !]]></description>
		<content:encoded><![CDATA[<p>Very useful article. I also wrote on a blog and I talk about art, art on music and stuff like that. Take a look on <a href="http://www.emonden.co" rel="nofollow">http://www.emonden.co</a> and give me some advice !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Euterpea by donya</title>
		<link>http://haskell.cs.yale.edu/euterpea/#comment-40444</link>
		<dc:creator>donya</dc:creator>
		<pubDate>Sat, 02 Feb 2013 17:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=103#comment-40444</guid>
		<description><![CDATA[This sounds like a MIDI problem on your machine, since Euterpea supports multi-track output. Are you able to play any other multi-track MIDI files made by other programs using timidity? Does timidity give any kind of warning or error message when you play Euterpea-made files?]]></description>
		<content:encoded><![CDATA[<p>This sounds like a MIDI problem on your machine, since Euterpea supports multi-track output. Are you able to play any other multi-track MIDI files made by other programs using timidity? Does timidity give any kind of warning or error message when you play Euterpea-made files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Euterpea by Vijay Natarajan</title>
		<link>http://haskell.cs.yale.edu/euterpea/#comment-40442</link>
		<dc:creator>Vijay Natarajan</dc:creator>
		<pubDate>Sat, 02 Feb 2013 17:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=103#comment-40442</guid>
		<description><![CDATA[Carlos, I was struggling with the same error. What worked for me is this:
I added the ccap path to my $PATH environment variable using:

$ export PATH=$PATH:~/.cabal/bin/

and then install using

$ cabal install

See if this works for you

Cheers!

Vijay]]></description>
		<content:encoded><![CDATA[<p>Carlos, I was struggling with the same error. What worked for me is this:<br />
I added the ccap path to my $PATH environment variable using:</p>
<p>$ export PATH=$PATH:~/.cabal/bin/</p>
<p>and then install using</p>
<p>$ cabal install</p>
<p>See if this works for you</p>
<p>Cheers!</p>
<p>Vijay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Euterpea by donya</title>
		<link>http://haskell.cs.yale.edu/euterpea/#comment-40440</link>
		<dc:creator>donya</dc:creator>
		<pubDate>Sat, 02 Feb 2013 17:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=103#comment-40440</guid>
		<description><![CDATA[The ccap file is an executable that comes from the CCA library. Sometimes, even though the CCA library is installed, the folder with the ccap executable isn&#039;t added to the path. Try searching your computer for the file &quot;ccap&quot; (it can be installed in some weird places on different operating systems) and then add the folder it&#039;s in to your system path.]]></description>
		<content:encoded><![CDATA[<p>The ccap file is an executable that comes from the CCA library. Sometimes, even though the CCA library is installed, the folder with the ccap executable isn&#8217;t added to the path. Try searching your computer for the file &#8220;ccap&#8221; (it can be installed in some weird places on different operating systems) and then add the folder it&#8217;s in to your system path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Euterpea by Carlo Nucera</title>
		<link>http://haskell.cs.yale.edu/euterpea/#comment-40102</link>
		<dc:creator>Carlo Nucera</dc:creator>
		<pubDate>Fri, 01 Feb 2013 11:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=103#comment-40102</guid>
		<description><![CDATA[Hi, I get the following error when trying to install Euterpea:

&lt;code&gt;setup: Preprocessor ccap not found. Please make sure the CCA library is already installed, and ccap is in your PATH environment.
cabal: Error: some packages failed to install:
Euterpea-1.0.0 failed during the building phase. The exception was:
ExitFailure 1

Could you tell me what the CCA library is and how should I install it?

Thank you!
Carlo Nucera]]></description>
		<content:encoded><![CDATA[<p>Hi, I get the following error when trying to install Euterpea:</p>
<p><code>setup: Preprocessor ccap not found. Please make sure the CCA library is already installed, and ccap is in your PATH environment.<br />
cabal: Error: some packages failed to install:<br />
Euterpea-1.0.0 failed during the building phase. The exception was:<br />
ExitFailure 1</p>
<p>Could you tell me what the CCA library is and how should I install it?</p>
<p>Thank you!<br />
Carlo Nucera</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Euterpea by Frederick</title>
		<link>http://haskell.cs.yale.edu/euterpea/#comment-35662</link>
		<dc:creator>Frederick</dc:creator>
		<pubDate>Thu, 17 Jan 2013 17:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=103#comment-35662</guid>
		<description><![CDATA[Euterpea doesn&#039;t terminate creating a midi with two or more different instruments. When i tried to play the .mid file, only perform one instrument and in a bad way.
If i try to test a music with only one instrument (can be n instruments but have to be the same type), i can hear the melody.
Why this is happening? I think is a midi problem! But why? 
Other thing i can&#039;t use is the play function. I have to test the music and open it with timidity.

Help!!

Thank you again!!]]></description>
		<content:encoded><![CDATA[<p>Euterpea doesn&#8217;t terminate creating a midi with two or more different instruments. When i tried to play the .mid file, only perform one instrument and in a bad way.<br />
If i try to test a music with only one instrument (can be n instruments but have to be the same type), i can hear the melody.<br />
Why this is happening? I think is a midi problem! But why?<br />
Other thing i can&#8217;t use is the play function. I have to test the music and open it with timidity.</p>
<p>Help!!</p>
<p>Thank you again!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Euterpea by Frederick</title>
		<link>http://haskell.cs.yale.edu/euterpea/#comment-35659</link>
		<dc:creator>Frederick</dc:creator>
		<pubDate>Thu, 17 Jan 2013 17:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=103#comment-35659</guid>
		<description><![CDATA[You could fix it? I am having the same error !!]]></description>
		<content:encoded><![CDATA[<p>You could fix it? I am having the same error !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Euterpea by Frederick</title>
		<link>http://haskell.cs.yale.edu/euterpea/#comment-35639</link>
		<dc:creator>Frederick</dc:creator>
		<pubDate>Thu, 17 Jan 2013 15:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=103#comment-35639</guid>
		<description><![CDATA[One question. Why i can&#039;t hear well multitracks midi pieces?
For example, 
test (line [Modify (Instrument AcousticGrandPiano) (c 4 4)] :+: line [Modify (Instrument AcousticGuitarSteel) (g 5 4)])

On the other side, this works: 

test (line [Modify (Instrument AcousticGrandPiano) (c 4 4)] :+: line [Modify (Instrument AcousticGrandPiano) (g 5 4)])

Euterpea doesn&#039;t admit multitracks performances, or is a Midi problem?

I play the .mid files with timidity, this way: timidity test.mid.
Thank you!]]></description>
		<content:encoded><![CDATA[<p>One question. Why i can&#8217;t hear well multitracks midi pieces?<br />
For example,<br />
test (line [Modify (Instrument AcousticGrandPiano) (c 4 4)] :+: line [Modify (Instrument AcousticGuitarSteel) (g 5 4)])</p>
<p>On the other side, this works: </p>
<p>test (line [Modify (Instrument AcousticGrandPiano) (c 4 4)] :+: line [Modify (Instrument AcousticGrandPiano) (g 5 4)])</p>
<p>Euterpea doesn&#8217;t admit multitracks performances, or is a Midi problem?</p>
<p>I play the .mid files with timidity, this way: timidity test.mid.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resources by Zura</title>
		<link>http://haskell.cs.yale.edu/cpsc-432-532/resources/#comment-24597</link>
		<dc:creator>Zura</dc:creator>
		<pubDate>Fri, 07 Dec 2012 14:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=456#comment-24597</guid>
		<description><![CDATA[Is it possible that the Times New Roman font to be replaced with something else, e.g. Arial, in The Haskell School of Music book?
With the current font, the text is extremely transparent on tablet devices, such as Kindle DX.
Also, it would be great if the source document (LaTeX?) from what the PDF was generated will be available as well.

Thank you!
Zura]]></description>
		<content:encoded><![CDATA[<p>Is it possible that the Times New Roman font to be replaced with something else, e.g. Arial, in The Haskell School of Music book?<br />
With the current font, the text is extremely transparent on tablet devices, such as Kindle DX.<br />
Also, it would be great if the source document (LaTeX?) from what the PDF was generated will be available as well.</p>
<p>Thank you!<br />
Zura</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Journey by Casey Basichis</title>
		<link>http://haskell.cs.yale.edu/people/paul-hudak/personal/the-journey/#comment-20373</link>
		<dc:creator>Casey Basichis</dc:creator>
		<pubDate>Thu, 22 Nov 2012 02:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://haskell.cs.yale.edu/?page_id=842#comment-20373</guid>
		<description><![CDATA[Hi, 

I am at chapter 10 and am totally enthralled with your HSoM book and I greatly look forward to digging in in earnest with Euterpea.

I stumbled across this page and just wanted to wish you the best with your continued recovery.]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I am at chapter 10 and am totally enthralled with your HSoM book and I greatly look forward to digging in in earnest with Euterpea.</p>
<p>I stumbled across this page and just wanted to wish you the best with your continued recovery.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
