<?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: The Future of Csoundo</title>
	<atom:link href="http://codehop.com/the-future-of-csoundo/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehop.com/the-future-of-csoundo/</link>
	<description>#code #art #music</description>
	<lastBuildDate>Wed, 14 Dec 2011 17:08:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Jacob Joaquin</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-455</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Sat, 14 Aug 2010 17:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-455</guid>
		<description><![CDATA[Let me know how things work out. It&#039;ll help me fix things up for future releases. And please keep in mind that Csoundo is still highly unstable as this is an ALPHA release.  :)]]></description>
		<content:encoded><![CDATA[<p>Let me know how things work out. It&#8217;ll help me fix things up for future releases. And please keep in mind that Csoundo is still highly unstable as this is an ALPHA release.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Muller</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-454</link>
		<dc:creator><![CDATA[Grant Muller]]></dc:creator>
		<pubDate>Sat, 14 Aug 2010 17:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-454</guid>
		<description><![CDATA[I&#039;ll mess with the CsOptions and get back to you. Doesn&#039;t look like a processing/java problem, seems to be embedded somewhere in the csd. I&#039;ve been using SuperCollider for everything lately so it&#039;ll take a little bit for me to get used to Csound again, but it will be nice to come back...]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll mess with the CsOptions and get back to you. Doesn&#8217;t look like a processing/java problem, seems to be embedded somewhere in the csd. I&#8217;ve been using SuperCollider for everything lately so it&#8217;ll take a little bit for me to get used to Csound again, but it will be nice to come back&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Joaquin</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-453</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Sat, 14 Aug 2010 16:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-453</guid>
		<description><![CDATA[Floats is what you need, as Doubles isn&#039;t supported yet.  But yeah, it does sound like a commandline issue. There&#039;s a way to temporarily fix this by changing the CsOptions in the synth.csd files.  

&lt;CsoundSynthesizer&gt;
&lt;CsOptions&gt;
; your command-line settings here.
&lt;/CsOptions&gt;

Unfortunately, I don&#039;t know what will work on windows. You might know already, and if you do, please do share.

The Java exit error is a bug I&#039;m aware of. I&#039;ll hopefully have it fixed by next release. I think I know what the solution will be.]]></description>
		<content:encoded><![CDATA[<p>Floats is what you need, as Doubles isn&#8217;t supported yet.  But yeah, it does sound like a commandline issue. There&#8217;s a way to temporarily fix this by changing the CsOptions in the synth.csd files.  </p>
<p>&lt;CsoundSynthesizer&gt;<br />
&lt;CsOptions&gt;<br />
; your command-line settings here.<br />
&lt;/CsOptions&gt;</p>
<p>Unfortunately, I don&#8217;t know what will work on windows. You might know already, and if you do, please do share.</p>
<p>The Java exit error is a bug I&#8217;m aware of. I&#8217;ll hopefully have it fixed by next release. I think I know what the solution will be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Muller</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-452</link>
		<dc:creator><![CDATA[Grant Muller]]></dc:creator>
		<pubDate>Sat, 14 Aug 2010 16:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-452</guid>
		<description><![CDATA[I&#039;m running floats, that might be my problem. I tried to run the experiment_1 csd file directly in Csound on the commandline and it wasn&#039;t happy with me :)

The chInOut works flawlessly. The drawTables works, but when I close out it will throw a java error, should be easy to figure it out if I load up in Eclipse with a proper debugger. Experiment loads then dies before making any sound.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m running floats, that might be my problem. I tried to run the experiment_1 csd file directly in Csound on the commandline and it wasn&#8217;t happy with me :)</p>
<p>The chInOut works flawlessly. The drawTables works, but when I close out it will throw a java error, should be easy to figure it out if I load up in Eclipse with a proper debugger. Experiment loads then dies before making any sound.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Joaquin</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-451</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Sat, 14 Aug 2010 16:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-451</guid>
		<description><![CDATA[@Grant Muller:
Thanks to taking a look. Which example works? Are you running Csound floats or doubles?

You can check to see if you are running floats or doubles in the console output. It&#039;s printed near the top like this:

PortMIDI real time MIDI plugin for Csound
PortAudio real-time audio module for Csound
virtual_keyboard real time MIDI plugin for Csound
0dBFS level = 32768.0
Csound version 5.12 (&lt;strong&gt;float samples&lt;/strong&gt;) Jun  4 2010]]></description>
		<content:encoded><![CDATA[<p>@Grant Muller:<br />
Thanks to taking a look. Which example works? Are you running Csound floats or doubles?</p>
<p>You can check to see if you are running floats or doubles in the console output. It&#8217;s printed near the top like this:</p>
<p>PortMIDI real time MIDI plugin for Csound<br />
PortAudio real-time audio module for Csound<br />
virtual_keyboard real time MIDI plugin for Csound<br />
0dBFS level = 32768.0<br />
Csound version 5.12 (<strong>float samples</strong>) Jun  4 2010</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Muller</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-450</link>
		<dc:creator><![CDATA[Grant Muller]]></dc:creator>
		<pubDate>Sat, 14 Aug 2010 16:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-450</guid>
		<description><![CDATA[Seems like it&#039;s sort of hit or miss on Windows 7 for me thus far. I tried replacing the csnd.jar file with the one that came with the Csound installation and I can get one of the examples to work. The other two load up and then crash. I&#039;ll look into it and see what I can find.]]></description>
		<content:encoded><![CDATA[<p>Seems like it&#8217;s sort of hit or miss on Windows 7 for me thus far. I tried replacing the csnd.jar file with the one that came with the Csound installation and I can get one of the examples to work. The other two load up and then crash. I&#8217;ll look into it and see what I can find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create Digital Music &#187; More Free Synthesis Goodness: QuteCsound Screencast, Csound with Processing</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-449</link>
		<dc:creator><![CDATA[Create Digital Music &#187; More Free Synthesis Goodness: QuteCsound Screencast, Csound with Processing]]></dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-449</guid>
		<description><![CDATA[[...] It&#8217;s very early in development (&#8220;alpha&#8221;), but Jacob is already doing amazing things integrating Processing, the non-coder-friendly, artist sketchbook-style coding language, with Csound, in a new library called Csoundo. That&#8217;s an ideal combination, because you can do logic and visuals quickly in Processing, then turn to Csound for audio. This is where I imagine work in two of Csound&#8217;s most popular rivals &#8211; the object-oriented, OSC-savvy SuperCollider and visual patching, Max-descendent Pure Data &#8211; may lead, as well. Check out Jacob&#8217;s roadmap for more. [...] ]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] It&#8217;s very early in development (&#8220;alpha&#8221;), but Jacob is already doing amazing things integrating Processing, the non-coder-friendly, artist sketchbook-style coding language, with Csound, in a new library called Csoundo. That&#8217;s an ideal combination, because you can do logic and visuals quickly in Processing, then turn to Csound for audio. This is where I imagine work in two of Csound&#8217;s most popular rivals &#8211; the object-oriented, OSC-savvy SuperCollider and visual patching, Max-descendent Pure Data &#8211; may lead, as well. Check out Jacob&#8217;s roadmap for more. [&#8230;] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Joaquin</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-448</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Tue, 10 Aug 2010 16:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-448</guid>
		<description><![CDATA[@Frederico Lopes: A couple people reported to me yesterday that they were successful in running Csoundo on Windows.  They replaced the csnd.jar file that came with Csoundo with the csnd.jar that came with the Windows Csound binary installer at sourceforge. You might be able to get it up and running.]]></description>
		<content:encoded><![CDATA[<p>@Frederico Lopes: A couple people reported to me yesterday that they were successful in running Csoundo on Windows.  They replaced the csnd.jar file that came with Csoundo with the csnd.jar that came with the Windows Csound binary installer at sourceforge. You might be able to get it up and running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederico Lopes</title>
		<link>http://codehop.com/the-future-of-csoundo/#comment-447</link>
		<dc:creator><![CDATA[Frederico Lopes]]></dc:creator>
		<pubDate>Tue, 10 Aug 2010 16:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=596#comment-447</guid>
		<description><![CDATA[Dear Jacob:
It would be cool to have a Windows executable of your Csoundo. I&#039;d like to try it.
Nice job, nice ideas!
Fred]]></description>
		<content:encoded><![CDATA[<p>Dear Jacob:<br />
It would be cool to have a Windows executable of your Csoundo. I&#8217;d like to try it.<br />
Nice job, nice ideas!<br />
Fred</p>
]]></content:encoded>
	</item>
</channel>
</rss>
