<?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: Flat Drum</title>
	<atom:link href="http://codehop.com/flat-drum/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehop.com/flat-drum/</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/flat-drum/#comment-506</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Wed, 13 Oct 2010 16:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=1042#comment-506</guid>
		<description><![CDATA[@Rishabh Without hearing it, I don&#039;t think I could possibly recreate what you had going on. However, there are some things that can be done along these lines. I&#039;ll try and put something together by tomorrow.]]></description>
		<content:encoded><![CDATA[<p>@Rishabh Without hearing it, I don&#8217;t think I could possibly recreate what you had going on. However, there are some things that can be done along these lines. I&#8217;ll try and put something together by tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rishabh</title>
		<link>http://codehop.com/flat-drum/#comment-505</link>
		<dc:creator><![CDATA[Rishabh]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 16:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=1042#comment-505</guid>
		<description><![CDATA[Hi Jacob,

Sorry for the late reply. I actually am struggling to find out how I managed to get that percussive sound with a simple couple of oscils.

I&#039;m trying to reproduce that same thing, but instead of getting percussive staccatos, I&#039;m getting the actual frequency sound.

Not sure if something was up with my macbook&#039;s sound that day, but now I&#039;m not able to get it back :(

All I did was

		instr r2
a1		oscil	10000, 440, 1
		;out		a1

a2		oscil	10000, a1, 1
		out		a2
		endin

And I used Gen05 or Gen10.

Looking at the code, I was surprised to get that kind of sound, but anyway, now I&#039;m not able to. Could you shed some light on what&#039;s happening here?

Even after all these weeks, I&#039;m still sort of shooting in the dark here.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Jacob,</p>
<p>Sorry for the late reply. I actually am struggling to find out how I managed to get that percussive sound with a simple couple of oscils.</p>
<p>I&#8217;m trying to reproduce that same thing, but instead of getting percussive staccatos, I&#8217;m getting the actual frequency sound.</p>
<p>Not sure if something was up with my macbook&#8217;s sound that day, but now I&#8217;m not able to get it back :(</p>
<p>All I did was</p>
<p>		instr r2<br />
a1		oscil	10000, 440, 1<br />
		;out		a1</p>
<p>a2		oscil	10000, a1, 1<br />
		out		a2<br />
		endin</p>
<p>And I used Gen05 or Gen10.</p>
<p>Looking at the code, I was surprised to get that kind of sound, but anyway, now I&#8217;m not able to. Could you shed some light on what&#8217;s happening here?</p>
<p>Even after all these weeks, I&#8217;m still sort of shooting in the dark here.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Joaquin</title>
		<link>http://codehop.com/flat-drum/#comment-504</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Sat, 09 Oct 2010 19:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=1042#comment-504</guid>
		<description><![CDATA[@Rishabh Thanks!

If you&#039;re inclined to do so, could you make your instrument available? I&#039;d like to hear it, as others might as well.

Though I create my block diagrams with Illustrator, QuteCsound does support generating graphs.  Click &quot;View-View Code Graph&quot; under the pull down menus.  You&#039;ll need to install graphviz in order for it to work (http://graphviz.org/). As far as I can tell, it isn&#039;t interactive. At least, not in this stage of QuteCsound&#039;s development.]]></description>
		<content:encoded><![CDATA[<p>@Rishabh Thanks!</p>
<p>If you&#8217;re inclined to do so, could you make your instrument available? I&#8217;d like to hear it, as others might as well.</p>
<p>Though I create my block diagrams with Illustrator, QuteCsound does support generating graphs.  Click &#8220;View-View Code Graph&#8221; under the pull down menus.  You&#8217;ll need to install graphviz in order for it to work (<a href="http://graphviz.org/" rel="nofollow">http://graphviz.org/</a>). As far as I can tell, it isn&#8217;t interactive. At least, not in this stage of QuteCsound&#8217;s development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rishabh</title>
		<link>http://codehop.com/flat-drum/#comment-503</link>
		<dc:creator><![CDATA[Rishabh]]></dc:creator>
		<pubDate>Sat, 09 Oct 2010 17:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=1042#comment-503</guid>
		<description><![CDATA[Hey Jacob,

Nice work on the blog man. This is a new way of teaching and it&#039;s pretty good.

I managed something similar last week, though not as complex, when I modulated once oscil with another. I got these various beat patterns and by changing the freq of the 1st oscil i managed to get different beat patterns. It was pretty cool :)

I have a question. Like in Matlab, is there some way to view graphs or moving graphs of the stuff we&#039;ve coded? Just like the block diagrams (which are very good btw), some visualization would be awesome in improving our understanding of the code and concepts. I was wondering if there might be some widget or something in QuteCsound to view or plot graphs of our outputs.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hey Jacob,</p>
<p>Nice work on the blog man. This is a new way of teaching and it&#8217;s pretty good.</p>
<p>I managed something similar last week, though not as complex, when I modulated once oscil with another. I got these various beat patterns and by changing the freq of the 1st oscil i managed to get different beat patterns. It was pretty cool :)</p>
<p>I have a question. Like in Matlab, is there some way to view graphs or moving graphs of the stuff we&#8217;ve coded? Just like the block diagrams (which are very good btw), some visualization would be awesome in improving our understanding of the code and concepts. I was wondering if there might be some widget or something in QuteCsound to view or plot graphs of our outputs.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Joaquin</title>
		<link>http://codehop.com/flat-drum/#comment-502</link>
		<dc:creator><![CDATA[Jacob Joaquin]]></dc:creator>
		<pubDate>Fri, 08 Oct 2010 19:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=1042#comment-502</guid>
		<description><![CDATA[@miquel Thanks for the kind words.

I&#039;m using Adobe Illustrator CS2 to for the block diagrams. The design of the diagrams is based primarily on The Csound Book, though I&#039;ve taken some liberties to hopefully improve legibility and the over all look. For example, since these don&#039;t have to fit in a book, I can space things out a little more.

I&#039;ll probably put together a pack of the illustrator files at some point, so others may build off of what I already have.]]></description>
		<content:encoded><![CDATA[<p>@miquel Thanks for the kind words.</p>
<p>I&#8217;m using Adobe Illustrator CS2 to for the block diagrams. The design of the diagrams is based primarily on The Csound Book, though I&#8217;ve taken some liberties to hopefully improve legibility and the over all look. For example, since these don&#8217;t have to fit in a book, I can space things out a little more.</p>
<p>I&#8217;ll probably put together a pack of the illustrator files at some point, so others may build off of what I already have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: miquel</title>
		<link>http://codehop.com/flat-drum/#comment-501</link>
		<dc:creator><![CDATA[miquel]]></dc:creator>
		<pubDate>Fri, 08 Oct 2010 19:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://csound.noisepages.com/?p=1042#comment-501</guid>
		<description><![CDATA[Hello.

Congratulations for the Synthesis Fall articles, make the world of Csound more accesible.

A question: How to make the block diagrams? Manually? Automatic? You follow some rules?

Thanks.]]></description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>Congratulations for the Synthesis Fall articles, make the world of Csound more accesible.</p>
<p>A question: How to make the block diagrams? Manually? Automatic? You follow some rules?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
