<?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: Minim: An Audio Library for Processing</title>
	<atom:link href="http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/</link>
	<description>Prototypes and Other Bits of Code</description>
	<lastBuildDate>Sun, 14 Mar 2010 02:58:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Processing links &#124; BLOG.KAZAH</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-1756</link>
		<dc:creator>Processing links &#124; BLOG.KAZAH</dc:creator>
		<pubDate>Sun, 07 Feb 2010 08:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-1756</guid>
		<description>[...] Code Log » Blog Archive » Minim: An Audio Library for Processing [...]</description>
		<content:encoded><![CDATA[<p>[...] Code Log » Blog Archive » Minim: An Audio Library for Processing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arduino: Basic Theremin meets Processing! &#171; Lucky Larry&#8217;s</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-1196</link>
		<dc:creator>Arduino: Basic Theremin meets Processing! &#171; Lucky Larry&#8217;s</dc:creator>
		<pubDate>Sun, 08 Nov 2009 01:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-1196</guid>
		<description>[...] The only thing that I’m doing here that is really new is using the minim libary for processing, built by this chap (thankyou). What this allows us is to assign a sound file to a variable in processing and then gives us [...]</description>
		<content:encoded><![CDATA[<p>[...] The only thing that I’m doing here that is really new is using the minim libary for processing, built by this chap (thankyou). What this allows us is to assign a sound file to a variable in processing and then gives us [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arduino: Basic Theremin meets Processing! &#124; Lucky Larry</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-1194</link>
		<dc:creator>Arduino: Basic Theremin meets Processing! &#124; Lucky Larry</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-1194</guid>
		<description>[...] only thing that I&#8217;m doing here that is really new is using the minim libary for processing, built by this chap (thankyou). What this allows us is to assign a sound file to a variable in processing and then gives us [...]</description>
		<content:encoded><![CDATA[<p>[...] only thing that I&#8217;m doing here that is really new is using the minim libary for processing, built by this chap (thankyou). What this allows us is to assign a sound file to a variable in processing and then gives us [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-1146</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Sun, 25 Oct 2009 22:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-1146</guid>
		<description>As a follow-up: I discovered that this is a common problem for people on OS X 1.5 running Java apps. The only suggested fix (changing the sample rate for output device to 44.1 KHz in MIDI Settings) doesn&#039;t work for me as it produces an awful screech as soon as I change the setting. Thanks!</description>
		<content:encoded><![CDATA[<p>As a follow-up: I discovered that this is a common problem for people on OS X 1.5 running Java apps. The only suggested fix (changing the sample rate for output device to 44.1 KHz in MIDI Settings) doesn&#8217;t work for me as it produces an awful screech as soon as I change the setting. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-1145</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Sun, 25 Oct 2009 22:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-1145</guid>
		<description>Hi ddf,

Thanks for creating a great library. I got set up within a matter of minutes. However, I get terrible distortion when playing back my audio file. I tried many formats (wav, mp3, aif) of the same tune and different settings (44.1 KHz, 22.05 KHz, stereo, mono) but the result is the same. I then checked all of the online examples that use the library to make sure it wasn&#039;t my tune and the distortion was present in all of the online examples I saw. I am running OS X 10.5.8 and Processing 1.0.9 and Java is up to date. Please help!</description>
		<content:encoded><![CDATA[<p>Hi ddf,</p>
<p>Thanks for creating a great library. I got set up within a matter of minutes. However, I get terrible distortion when playing back my audio file. I tried many formats (wav, mp3, aif) of the same tune and different settings (44.1 KHz, 22.05 KHz, stereo, mono) but the result is the same. I then checked all of the online examples that use the library to make sure it wasn&#8217;t my tune and the distortion was present in all of the online examples I saw. I am running OS X 10.5.8 and Processing 1.0.9 and Java is up to date. Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep Source Code</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-904</link>
		<dc:creator>Deep Source Code</dc:creator>
		<pubDate>Tue, 18 Aug 2009 09:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-904</guid>
		<description>[...] Easing, Minim, Vitamin, NVidia CG [...]</description>
		<content:encoded><![CDATA[<p>[...] Easing, Minim, Vitamin, NVidia CG [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bluecube's me2DAY</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-889</link>
		<dc:creator>bluecube's me2DAY</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-889</guid>
		<description>&lt;strong&gt;EJ? ??...&lt;/strong&gt;

Code Log · Minim: An Audio Library for Processing...</description>
		<content:encoded><![CDATA[<p><strong>EJ? ??&#8230;</strong></p>
<p>Code Log · Minim: An Audio Library for Processing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-881</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Mon, 11 May 2009 07:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-881</guid>
		<description>Hi ddf,
I think I have the same problem about playing multiple mp3, say 16, at the same time.

First, i found that there is some noise after i pause them and replay them, 
Second, it is about the sometimes they are not on-beat, they are not in syn even i started them at the same time. (i try to increase to max memory for processing in a certain high level already)

Since i read the manual that, the audio snipplet run faster than audio player for looping, I use snipplet for the looping purpose. But the problem still exist.

condition: using 16 audio snipplet to play 16 mp3s VBR 320bps with 4 seconds

THanks !</description>
		<content:encoded><![CDATA[<p>Hi ddf,<br />
I think I have the same problem about playing multiple mp3, say 16, at the same time.</p>
<p>First, i found that there is some noise after i pause them and replay them,<br />
Second, it is about the sometimes they are not on-beat, they are not in syn even i started them at the same time. (i try to increase to max memory for processing in a certain high level already)</p>
<p>Since i read the manual that, the audio snipplet run faster than audio player for looping, I use snipplet for the looping purpose. But the problem still exist.</p>
<p>condition: using 16 audio snipplet to play 16 mp3s VBR 320bps with 4 seconds</p>
<p>THanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alien</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-813</link>
		<dc:creator>Alien</dc:creator>
		<pubDate>Sun, 03 May 2009 17:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-813</guid>
		<description>Hi, great job at this! I made a question a few days but still trying hard about it without success :( I need to play (or trig) a short audio (a drop) when I turn a blue LED on for tracking porpoises. The issue is I can&#039;t find how to (if possible) change the sample rate according to LED position... so, I need: play a sound full once every time an ellipse is created; to change the sample rate according to LED position.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, great job at this! I made a question a few days but still trying hard about it without success <img src='http://code.compartmental.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I need to play (or trig) a short audio (a drop) when I turn a blue LED on for tracking porpoises. The issue is I can&#8217;t find how to (if possible) change the sample rate according to LED position&#8230; so, I need: play a sound full once every time an ellipse is created; to change the sample rate according to LED position.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddf</title>
		<link>http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/comment-page-1/#comment-764</link>
		<dc:creator>ddf</dc:creator>
		<pubDate>Thu, 23 Apr 2009 00:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/2007/03/27/minim-an-audio-library-for-processing/#comment-764</guid>
		<description>It is probably just a bug.</description>
		<content:encoded><![CDATA[<p>It is probably just a bug.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
