<?xml version='1.0' encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>electro-music.com -> ChucK programming language </title>
	<link>http://electro-music.com/forum/</link>
	<description>                                                                                                                                                                                                                                                               </description>
	<item>
		<title>MIDI Canon</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=383894#383894</link>
		<description>Here's a recording (warts and all) of part of my test run of this that I streamed yesterday, thanks for listening!<br /><br />This was set up with three delays:<br /><br />- one direct to piano<br />- one delayed 1 second, shifted 7 semitones to xylophone<br />- one delayed  ...</description>
		<author>Antimon</author>
		<pubDate>Sun, 12 May 2013 05:05:01 -0600</pubDate>
	</item>
	<item>
		<title>Keyboard organ - adding pre-existing sounds in Chuck</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=382817#382817</link>
		<description>Hi everyone!<br /><br />I am creating a keyboard organ which will have prerecorded sounds connected to some of the individual keys (and Stk instrument sounds for others).  I know that this will require an 'if' and the numeral equivalents of my keyboard's indi ...</description>
		<author>gewang13</author>
		<pubDate>Mon, 22 Apr 2013 20:31:39 -0600</pubDate>
	</item>
	<item>
		<title>Can ChucK read from a socket?</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=381791#381791</link>
		<description>PS: There's a long discussion and debugging session on receiving osc/udp in chuck here<br />http://electro-music.com/forum/viewtopic.php?t=26223&amp;highlight=bead+glass</description>
		<author>Acoustic Interloper</author>
		<pubDate>Thu, 04 Apr 2013 21:36:32 -0600</pubDate>
	</item>
	<item>
		<title>preloading samples</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=381532#381532</link>
		<description>what's up cheesymoo<br /><br />to keep samples from playing upon loading, i have my sndbuf connected to an ADSR envelope. then, i tell the envelope keyOff. <br /><br /> SndBuf b;<br />ADSR e;<br /><br />b =&gt; e =&gt; dac;<br /><br />e.keyOff&amp;#40;&amp;#41;;<br /><br />&quot;provolone.wav&quot; =&gt; b.read;<br /><br />1&amp;#58 ...</description>
		<author>pizzas</author>
		<pubDate>Sat, 30 Mar 2013 19:20:21 -0600</pubDate>
	</item>
	<item>
		<title>Hex Synth</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=380419#380419</link>
		<description>I've been meaning to do this for some time, finally got around to it. Others have probably done this already.<br /><br />Anyway, this is a synth that sets up six voices that listens to midi channel 1, 2, 3, 4, 5, and 6 respectively. The idea is to hook this u ...</description>
		<author>Antimon</author>
		<pubDate>Wed, 13 Mar 2013 13:37:51 -0600</pubDate>
	</item>
	<item>
		<title>chucK Meditation</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=380156#380156</link>
		<description>Nice patch!</description>
		<author>mattb</author>
		<pubDate>Sun, 10 Mar 2013 00:01:31 -0700</pubDate>
	</item>
	<item>
		<title>Chuck Lisa issue on Linux -- no sound</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=379660#379660</link>
		<description>An update: I just tried this with a linux-alsa build and have the same issue</description>
		<author>briansorahan</author>
		<pubDate>Fri, 01 Mar 2013 10:56:13 -0700</pubDate>
	</item>
	<item>
		<title>Creating UGens</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=379126#379126</link>
		<description>Hello there,<br /><br />I am new in ChucK but so far I am really falling in love with it. Awesome work!<br /><br />I am trying to create UGen entities to use afterwards in ChucK. I followed the wiki tutorial (http://wiki.cs.princeton.edu/index.php/ChucK/Dev/UGen_Tuto ...</description>
		<author>Verminoz</author>
		<pubDate>Thu, 21 Feb 2013 05:04:40 -0700</pubDate>
	</item>
	<item>
		<title>How did you meet ChucK</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=378870#378870</link>
		<description>I am also searching for audio synthesis tools in linux. ChucK is my fav by far over PD and SC. Very easy to learn, quick to code in, baked-in concurrency, STK classes, dynamic code-loading ... I'm very impressed so far!</description>
		<author>briansorahan</author>
		<pubDate>Sun, 17 Feb 2013 15:33:16 -0700</pubDate>
	</item>
	<item>
		<title>Machine.add Classes - undefined type 'MyClass'</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=378465#378465</link>
		<description>thanks ju! that makes total sense. thanks a lot.</description>
		<author>pizzas</author>
		<pubDate>Tue, 12 Feb 2013 02:21:57 -0700</pubDate>
	</item>
	<item>
		<title>How to record your live chuck session to audio</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=378178#378178</link>
		<description>Beanule,<br /><br />Try looking at this page: http://wiki.cs.princeton.edu/index.php/ChucK/Record</description>
		<author>wade.jeremy</author>
		<pubDate>Thu, 07 Feb 2013 21:21:45 -0700</pubDate>
	</item>
	<item>
		<title>sndbuf prob with mini audicle</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=378175#378175</link>
		<description>I having a similar issue when I try to use the on-the-fly synchronization examples.<br /><br />In one terminal I have<br /> <br />chuck/examples$ chuck --loop<br /> <br /><br />I then open up another terminal and type<br /><br /> <br />chuck/examples$ chuck + otf_01.ck<br /> <br /><br />which causes th ...</description>
		<author>wade.jeremy</author>
		<pubDate>Thu, 07 Feb 2013 19:30:38 -0700</pubDate>
	</item>
	<item>
		<title>Pad Synth and other newbie questions</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=377586#377586</link>
		<description>That will keep me busy for a while.</description>
		<author>thesoundgrove</author>
		<pubDate>Wed, 30 Jan 2013 15:49:02 -0700</pubDate>
	</item>
	<item>
		<title>Chuck on the Raspberry Pi?</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=375568#375568</link>
		<description>very cool will try this next week<br /><br />Scott</description>
		<author>witt0191</author>
		<pubDate>Sat, 29 Dec 2012 17:39:41 -0700</pubDate>
	</item>
	<item>
		<title>ARRAYS IN CHUCK HELP PLEASE</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=374746#374746</link>
		<description>cheers dude =)</description>
		<author>cyberskunk</author>
		<pubDate>Thu, 13 Dec 2012 16:48:09 -0700</pubDate>
	</item>
	<item>
		<title>ChucK &lt;--&gt; Control OSC, TouchOSC, IanniX, ...</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=373522#373522</link>
		<description>There are now Scale.ck and Scales.ck in LiCK<br /><br />https://github.com/heuermh/lick/blob/master/Scales.ck</description>
		<author>heuermh</author>
		<pubDate>Tue, 20 Nov 2012 16:08:32 -0700</pubDate>
	</item>
	<item>
		<title>distorsion</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=373259#373259</link>
		<description>I have implemented a WaveShaper Chugen and several subclasses that use the various functions discussed here in LiCK.<br /><br />Example here<br /><br />https://github.com/heuermh/lick/blob/master/examples/distExample.ck<br /><br />Thanks to everyone on this forum topic for i ...</description>
		<author>heuermh</author>
		<pubDate>Thu, 15 Nov 2012 10:52:55 -0700</pubDate>
	</item>
	<item>
		<title>Writing to multidimensional arrays -- 2d array into 3d array</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=372426#372426</link>
		<description>Yeah sorry, to write to the third element (index 2) in the first dimension (root array) you have to allocate memory for it first, or use the dynamic array stuff that increases the size of the array as you add stuff to it. I can't do the research now,  ...</description>
		<author>Antimon</author>
		<pubDate>Thu, 01 Nov 2012 06:46:40 -0600</pubDate>
	</item>
	<item>
		<title>Chords in ChucK</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=371909#371909</link>
		<description>Here's an example of something similar using Object-y stuff<br /><br />https://github.com/heuermh/lick/blob/master/examples/multivoiceChordsExample.ck<br /><br />There are a lot of &quot;debug&quot; statements in there because this particular example core dumped on early 1.3.x ...</description>
		<author>heuermh</author>
		<pubDate>Tue, 23 Oct 2012 16:41:12 -0600</pubDate>
	</item>
	<item>
		<title>Chuck and iphone app</title>
		<link>http://electro-music.com/forum/viewtopic.php?p=371164#371164</link>
		<description>Is there any way of developing an app on iphone and using chuck to make sounds.I made a simple calculator on xcode and i would like to play simple sounds when the buttons are pressed.<br />After a short search i didnt find something significant.</description>
		<author>xro7</author>
		<pubDate>Wed, 10 Oct 2012 11:29:56 -0600</pubDate>
	</item>
</channel>
</rss>