<?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 Michael Gogins</title>
	<atom:link href="http://michael-gogins.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://michael-gogins.com</link>
	<description>Computer music, poetry, photography, thinking</description>
	<pubDate>Sat, 04 Sep 2010 12:47:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Csound Downloads by admin</title>
		<link>http://michael-gogins.com/?page_id=59&#038;cpage=1#comment-7959</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 18:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=59#comment-7959</guid>
		<description>I am working on it right now. It should be ready in a few days.

Regards,
Mike</description>
		<content:encoded><![CDATA[<p>I am working on it right now. It should be ready in a few days.</p>
<p>Regards,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Csound Downloads by Marc</title>
		<link>http://michael-gogins.com/?page_id=59&#038;cpage=1#comment-7958</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 05 Aug 2010 18:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=59#comment-7958</guid>
		<description>Hi Michael,

Can you give us a date for the release of Csound 5.12 for Windows? I'm eager ot try 5.12 with Cecilia4.

Thanks for all your good work</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Can you give us a date for the release of Csound 5.12 for Windows? I&#8217;m eager ot try 5.12 with Cecilia4.</p>
<p>Thanks for all your good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Program by admin</title>
		<link>http://michael-gogins.com/?p=299&#038;cpage=1#comment-7954</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 28 May 2010 18:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?p=299#comment-7954</guid>
		<description>In response to a verbal comment by Peter Brinkmann, I have added some discussion of source code control to the post.</description>
		<content:encoded><![CDATA[<p>In response to a verbal comment by Peter Brinkmann, I have added some discussion of source code control to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Csound Downloads by SoundProgStudent</title>
		<link>http://michael-gogins.com/?page_id=59&#038;cpage=1#comment-7951</link>
		<dc:creator>SoundProgStudent</dc:creator>
		<pubDate>Fri, 07 May 2010 11:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=59#comment-7951</guid>
		<description>Thanks for the tips, Michael:
I'll try these out this weekend. Best regards,</description>
		<content:encoded><![CDATA[<p>Thanks for the tips, Michael:<br />
I&#8217;ll try these out this weekend. Best regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Csound Downloads by admin</title>
		<link>http://michael-gogins.com/?page_id=59&#038;cpage=1#comment-7949</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 May 2010 13:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=59#comment-7949</guid>
		<description>You need to #include  and link with the Csound64 (for double precision samples) or Csound32 (single precision sampoles), csnd, and CsoundAC shared libraries. These have slightly different names on different platforms. 

However, if you are on Windows using the Windows installer, install everything and then the header files are all in include and the libraries are all in bin.

I think that using C++ directly is a good approach. Your code will run faster and you will have more choices of external libraries to link with. The only real problem is that building a csd or orc file into your code is not as easy as it is in Python, where you can include multi-line strings inside triple quotation marks. You will either have to load the csd from an external program, build it into your program as a string resources, or build it into your program as static data broken up into individual lines ending in newlines.

One thing that working directly in C++ will also give you is the ability to read audio directly out of the spout buffer, and you can then send this audio to other parts of your program for processing with other code or libraries.

Hope this helps,
Mike</description>
		<content:encoded><![CDATA[<p>You need to #include  and link with the Csound64 (for double precision samples) or Csound32 (single precision sampoles), csnd, and CsoundAC shared libraries. These have slightly different names on different platforms. </p>
<p>However, if you are on Windows using the Windows installer, install everything and then the header files are all in include and the libraries are all in bin.</p>
<p>I think that using C++ directly is a good approach. Your code will run faster and you will have more choices of external libraries to link with. The only real problem is that building a csd or orc file into your code is not as easy as it is in Python, where you can include multi-line strings inside triple quotation marks. You will either have to load the csd from an external program, build it into your program as a string resources, or build it into your program as static data broken up into individual lines ending in newlines.</p>
<p>One thing that working directly in C++ will also give you is the ability to read audio directly out of the spout buffer, and you can then send this audio to other parts of your program for processing with other code or libraries.</p>
<p>Hope this helps,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by admin</title>
		<link>http://michael-gogins.com/?page_id=2&#038;cpage=1#comment-7948</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 03 May 2010 13:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=2#comment-7948</guid>
		<description>I am her son. My father was Laird Gogins, an inventor married to my mother. They divorced when I was in my first year of high school. How would you know about her?

Regards,
Mike</description>
		<content:encoded><![CDATA[<p>I am her son. My father was Laird Gogins, an inventor married to my mother. They divorced when I was in my first year of high school. How would you know about her?</p>
<p>Regards,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Csound Downloads by SoundProgStudent</title>
		<link>http://michael-gogins.com/?page_id=59&#038;cpage=1#comment-7947</link>
		<dc:creator>SoundProgStudent</dc:creator>
		<pubDate>Sun, 02 May 2010 05:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=59#comment-7947</guid>
		<description>Hi Michael:
I am interested in experimenting with the C++ interface to CsoundAC. I downloaded this package and loved the tutorials. I can build basic programs with the CppSound and CsoundFile classes, but not with MusicModel, ScoreNodes etc. 

The docs mention including CsoundAC.hpp, which I cannot seem to locate anywhere. Could you guide me in the right direction please? Something equivalent to toot1.py in C++ would be great! Thanks.

Dev C++, mingw, Windows Vista</description>
		<content:encoded><![CDATA[<p>Hi Michael:<br />
I am interested in experimenting with the C++ interface to CsoundAC. I downloaded this package and loved the tutorials. I can build basic programs with the CppSound and CsoundFile classes, but not with MusicModel, ScoreNodes etc. </p>
<p>The docs mention including CsoundAC.hpp, which I cannot seem to locate anywhere. Could you guide me in the right direction please? Something equivalent to toot1.py in C++ would be great! Thanks.</p>
<p>Dev C++, mingw, Windows Vista</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by D'Arcy Dixon</title>
		<link>http://michael-gogins.com/?page_id=2&#038;cpage=1#comment-7946</link>
		<dc:creator>D'Arcy Dixon</dc:creator>
		<pubDate>Sun, 25 Apr 2010 19:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=2#comment-7946</guid>
		<description>Michael,

By any chance are you related to a B. Gogins who was a painter in Salt Lake City, Utah?   I believe the B. is for Barbara.   I have a painting by her, and am trying to learn about her.

Thank you,

D'Arcy Dixon</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>By any chance are you related to a B. Gogins who was a painter in Salt Lake City, Utah?   I believe the B. is for Barbara.   I have a painting by her, and am trying to learn about her.</p>
<p>Thank you,</p>
<p>D&#8217;Arcy Dixon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Csound Downloads by admin</title>
		<link>http://michael-gogins.com/?page_id=59&#038;cpage=1#comment-7945</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Apr 2010 16:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=59#comment-7945</guid>
		<description>As I have posted to the Csound lists, my apartment is being renovated and I do not have access to my Windows PC all the time. I will do a new release when the renovation is complete. That will probably be sometime in May.</description>
		<content:encoded><![CDATA[<p>As I have posted to the Csound lists, my apartment is being renovated and I do not have access to my Windows PC all the time. I will do a new release when the renovation is complete. That will probably be sometime in May.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Csound Downloads by admin</title>
		<link>http://michael-gogins.com/?page_id=59&#038;cpage=1#comment-7944</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Apr 2010 16:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://michael-gogins.com/?page_id=59#comment-7944</guid>
		<description>I will post them to my own Web site soon.</description>
		<content:encoded><![CDATA[<p>I will post them to my own Web site soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
