<?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: Manual: Playable</title>
	<atom:link href="http://code.compartmental.net/tools/minim/manual-playable/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.compartmental.net</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 06:21:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: thomas</title>
		<link>http://code.compartmental.net/tools/minim/manual-playable/comment-page-1/#comment-2246</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Sat, 08 May 2010 09:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audiobuffer/#comment-2246</guid>
		<description>if(waarde3 &lt; 20){
      
      player2.setGain(+1);
    player2.play();
}</description>
		<content:encoded><![CDATA[<p>if(waarde3 &lt; 20){</p>
<p>      player2.setGain(+1);<br />
    player2.play();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomas</title>
		<link>http://code.compartmental.net/tools/minim/manual-playable/comment-page-1/#comment-2245</link>
		<dc:creator>thomas</dc:creator>
		<pubDate>Sat, 08 May 2010 09:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audiobuffer/#comment-2245</guid>
		<description>I would like to play a small mp3 file once depending on a variable threshold. However when i run the following code it plays the file several times then stops.

if(value3  40){
       player2.rewind();
    }</description>
		<content:encoded><![CDATA[<p>I would like to play a small mp3 file once depending on a variable threshold. However when i run the following code it plays the file several times then stops.</p>
<p>if(value3  40){<br />
       player2.rewind();<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ddf</title>
		<link>http://code.compartmental.net/tools/minim/manual-playable/comment-page-1/#comment-1598</link>
		<dc:creator>ddf</dc:creator>
		<pubDate>Sat, 16 Jan 2010 17:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audiobuffer/#comment-1598</guid>
		<description>That just means it encountered some error when trying to rewind your file. Something to do with the format of the file, I imagine. However, this does highlight the fact that I should probably include the text from the exception in this error message. Gonna do it right now!</description>
		<content:encoded><![CDATA[<p>That just means it encountered some error when trying to rewind your file. Something to do with the format of the file, I imagine. However, this does highlight the fact that I should probably include the text from the exception in this error message. Gonna do it right now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Andino</title>
		<link>http://code.compartmental.net/tools/minim/manual-playable/comment-page-1/#comment-1068</link>
		<dc:creator>James Andino</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audiobuffer/#comment-1068</guid>
		<description>I am trying to make a short wav file loop infinitely over and over again. When I run this code 

//----------------------------------------------------------------

import ddf.minim.*;
import ddf.minim.signals.*;
import ddf.minim.analysis.*;
import ddf.minim.effects.*;

Minim minim;
AudioPlayer player;

minim = new Minim(this);
player = minim.loadFile(&quot;A.WAV&quot;, 2048);

player.loop();
//----------------------------------------------------------------------------

I keep receiving the error

==== JavaSound Minim Error ====
==== Couldn&#039;t rewind!</description>
		<content:encoded><![CDATA[<p>I am trying to make a short wav file loop infinitely over and over again. When I run this code </p>
<p>//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>import ddf.minim.*;<br />
import ddf.minim.signals.*;<br />
import ddf.minim.analysis.*;<br />
import ddf.minim.effects.*;</p>
<p>Minim minim;<br />
AudioPlayer player;</p>
<p>minim = new Minim(this);<br />
player = minim.loadFile(&#8220;A.WAV&#8221;, 2048);</p>
<p>player.loop();<br />
//&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I keep receiving the error</p>
<p>==== JavaSound Minim Error ====<br />
==== Couldn&#8217;t rewind!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C:Art:Media testsite &#183; automatic bai chans</title>
		<link>http://code.compartmental.net/tools/minim/manual-playable/comment-page-1/#comment-715</link>
		<dc:creator>C:Art:Media testsite &#183; automatic bai chans</dc:creator>
		<pubDate>Tue, 13 Jan 2009 09:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://code.compartmental.net/tools/minim/manual-audiobuffer/#comment-715</guid>
		<description>[...] used the position method within the minim library of Processing to be able to extract the time values from the audio [...]</description>
		<content:encoded><![CDATA[<p>[...] used the position method within the minim library of Processing to be able to extract the time values from the audio [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
