<?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">
	<channel>
      <title>Tagged with #javasounderror - Processing 2.x and 3.x Forum</title>
      <link>https://forum.processing.org/two/discussions/tagged/feed.rss?Tag=%23javasounderror</link>
      <pubDate>Sun, 08 Aug 2021 21:15:34 +0000</pubDate>
         <description>Tagged with #javasounderror - Processing 2.x and 3.x Forum</description>
   <language>en-CA</language>
   <atom:link href="/two/discussions/tagged%23javasounderror/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Sound Library 1.3.2 on Windows 8.1</title>
      <link>https://forum.processing.org/two/discussion/17412/sound-library-1-3-2-on-windows-8-1</link>
      <pubDate>Tue, 05 Jul 2016 09:49:59 +0000</pubDate>
      <dc:creator>srrichie</dc:creator>
      <guid isPermaLink="false">17412@/two/discussions</guid>
      <description><![CDATA[<p>I made the HUGE mistake of developing on my mac machine and testing only now on the target machine, a windows 8.1 computer.
My code doesn't work and it's clearly an error of the Sound Library (I am trying to run the examples that come with the library itself and they crash too).
"Target VM failed to initialised" if I try to run any of the example sketches.</p>

<p>Now I am confused because in the GitHub of the library it's written that it's only MacOSX and Linux, but then I find people reporting other type of errors but on Windows, as they were able to run it. Plus, on the release note of the 1.3.2 version it's clearly state they fixed some windows related problem.</p>

<p>What's the status of this library? Is it supposed to work on Processing 64-bit, and on Windows 8.1?
If not, is there any type of workaround? I am reading that maybe downgrading it to 1.2.1 could work but I wasn't able to install it.
Thanks for the support</p>
]]></description>
   </item>
   <item>
      <title>Audio</title>
      <link>https://forum.processing.org/two/discussion/12334/audio</link>
      <pubDate>Tue, 01 Sep 2015 03:08:31 +0000</pubDate>
      <dc:creator>lviensen</dc:creator>
      <guid isPermaLink="false">12334@/two/discussions</guid>
      <description><![CDATA[<p>O que faz a função groove.left.get(i)*50?</p>

<p>Posso usá-la fora do draw()?</p>

<pre><code>  for(int i = 0; i &lt; groove.bufferSize() - 1; i++)
  {     
          groove.play();
          line(i, 50  + groove.left.get(i)*50,  i+1, 50  + groove.left.get(i+1)*50);
          line(i,150 + groove.right.get(i)*50, i+1,150 + groove.right.get(i+1)*50);
  }
</code></pre>
]]></description>
   </item>
   </channel>
</rss>