<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>monome wiki Recent changes to this site</title>
    <link>http://wiki.monome.org</link>
    <description>more information at http://monome.org</description>
    <image>
      <url>http://wiki.monome.org/attachment/logo.png</url>
      <title>monome wiki</title>
      <link>http://wiki.monome.org</link>
    </image>
    <item>
      <title>app (chuck) follow</title>
      <link>http://wiki.monome.org/view/AppChuckFollow</link>
      <description>Make sure MonomeSerial is running and has Address Pattern Prefix set to /box&lt;br /&gt;&lt;br /&gt;&amp;#8230;&lt;br /&gt;</description>
      <author>art</author>
      <pubDate>Sat, 17 Oct 2009 05:19:30 +0000</pubDate>
    </item>
    <item>
      <title>SEX300</title>
      <link>http://wiki.monome.org/view/Sex300</link>
      <description>page deleted&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;</description>
      <author>yhugkk</author>
      <pubDate>Sat, 03 Oct 2009 11:35:21 +0000</pubDate>
    </item>
    <item>
      <title>Type a title here</title>
      <link>http://wiki.monome.org/view/TypeATitleHere</link>
      <description>&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;</description>
      <author>w@hotmail.com</author>
      <pubDate>Tue, 01 Sep 2009 22:31:25 +0000</pubDate>
    </item>
    <item>
      <title>SEX300</title>
      <link>http://wiki.monome.org/view/Sex300</link>
      <description>type what you want here and click save&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;</description>
      <author></author>
      <pubDate>Mon, 25 May 2009 13:47:49 +0000</pubDate>
    </item>
    <item>
      <title>Attached Type a title here</title>
      <link>http://wiki.monome.org/view/AttachedTypeATitleHere</link>
      <description>/Attachment/33.jpg&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;</description>
      <author>Name@hotmail.com</author>
      <pubDate>Wed, 01 Apr 2009 19:44:09 +0000</pubDate>
    </item>
    <item>
      <title>behzad</title>
      <link>http://wiki.monome.org/view/Behzad</link>
      <description>type what you want here and click save&lt;br /&gt;&amp;#8230;&lt;br /&gt;</description>
      <author>w@hotmail.com</author>
      <pubDate>Thu, 12 Feb 2009 06:42:43 +0000</pubDate>
    </item>
    <item>
      <title>More SuperCollider Help</title>
      <link>http://wiki.monome.org/view/MoreSupercolliderHelp</link>
      <description>page deleted&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;file: [[insert attached Monome/SC help #2.rtf]]&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;&lt;br /&gt;file: [[insert attached MonomEm.sc]]&lt;br /&gt; &lt;br /&gt;&amp;#8230;&lt;br /&gt;written by a moron . . . maybe of help to someone somewhere . . . &lt;br /&gt;&amp;#8230;&lt;br /&gt;</description>
      <author>jem</author>
      <pubDate>Mon, 02 Feb 2009 19:33:25 +0000</pubDate>
    </item>
    <item>
      <title>Attached Monome/SC help #2.rtf</title>
      <link>http://wiki.monome.org/view/AttachedMonomeScHelp2Rtf</link>
      <description>/Attachment/MonomeSChelp22.rtf&lt;br /&gt;&amp;#8230;&lt;br /&gt;</description>
      <author>jem</author>
      <pubDate>Mon, 02 Feb 2009 19:30:59 +0000</pubDate>
    </item>
    <item>
      <title>Monome/SuperCollider extended help file</title>
      <link>http://wiki.monome.org/view/MonomeSupercolliderExtendedHelpFile</link>
      <description>page deleted&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;/*Monome/SC Help - adding to joeisjoe's previous document&lt;br /&gt;Two approaches here:&lt;br /&gt;1. using the Monome.sc class and 2. simply using NetAddr and OSCresponder&lt;br /&gt;Jem Finer 2/2/2009 &lt;br /&gt;*/&lt;br /&gt;// Set MonomeSerial as follows :&lt;br /&gt;// Host : 127.0.0.1&lt;br /&gt;// Host Port : 57120&lt;br /&gt;// Listen Port : 8080&lt;br /&gt;// Suffix to /box&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;//Using the Monome.sc class&lt;br /&gt;&lt;br /&gt;m = Monome.new;&lt;br /&gt;&lt;br /&gt;m.intensity(1.0);&lt;br /&gt;m.led(5, 6, 1);&lt;br /&gt;m.led_row(4, 255);&lt;br /&gt;m.intensity(0.5);&lt;br /&gt;m.clear;&lt;br /&gt;&lt;br /&gt;//reporting action&lt;br /&gt;m.action = { |x, y, on| [x, y, on].postln};&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;//Without the class&lt;br /&gt;&lt;br /&gt;// ********&lt;br /&gt;// sending info to Monome&lt;br /&gt;// try each line&lt;br /&gt;&lt;br /&gt;u = NetAddr(&quot;127.0.0.1&quot;, 8080); &lt;br /&gt;&lt;br /&gt;//test switches allleds&lt;br /&gt;//led switches individual leds&lt;br /&gt;// set prefix - i think this should work but it deosn't for me, so far&lt;br /&gt;u.sendMsg(&quot;/sys/prefix/box&quot;);&lt;br /&gt;&lt;br /&gt;// all on test &lt;br /&gt;u.sendMsg(&quot;/box/test&quot;,1);&lt;br /&gt;&lt;br /&gt;// all off test&lt;br /&gt;u.sendMsg(&quot;/box/test&quot;,0);&lt;br /&gt;&lt;br /&gt;// led  at x,y on &lt;br /&gt;u.sendMsg(&quot;/box/led&quot;,0,0,1);&lt;br /&gt;&lt;br /&gt;// led at 0,0 off&lt;br /&gt;u.sendMsg(&quot;/box/led&quot;,0,0,0);&lt;br /&gt;&lt;br /&gt;// whole row : 255 = all on, all combinations covered 0 to 255&lt;br /&gt;u.sendMsg(&quot;/box/led_row&quot;,3, 255);&lt;br /&gt;&lt;br /&gt;u.sendMsg(&quot;/box/led_row&quot;,3, 0);&lt;br /&gt;&lt;br /&gt;// whole column : 255 = all on, all combinations covered 0 to 255&lt;br /&gt;u.sendMsg(&quot;/box/led_col&quot;,3, 255);&lt;br /&gt;&lt;br /&gt;u.sendMsg(&quot;/box/led_col&quot;,3, 0);&lt;br /&gt;&lt;br /&gt;//all on&lt;br /&gt;u.sendMsg(&quot;/box/clear&quot;, 1);&lt;br /&gt;&lt;br /&gt;//all off&lt;br /&gt;u.sendMsg(&quot;/box/clear&quot;, 0);&lt;br /&gt;&lt;br /&gt;// intensity&lt;br /&gt;u.sendMsg(&quot;/sys/intensity&quot;, 0.2);&lt;br /&gt;u.sendMsg(&quot;/sys/intensity&quot;, 1.0);&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;// geting info from Monome&lt;br /&gt;&lt;br /&gt;(&lt;br /&gt;m = OSCresponder(nil, '/box/press', { arg time, responder, msg;&lt;br /&gt;	// add code here for sound etc 	     	&lt;br /&gt;	msg.postln;&lt;br /&gt;	        });&lt;br /&gt;&lt;br /&gt;m.add;&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;m.remove;&lt;br /&gt;&lt;br /&gt;(// switches led on, ie responds to press by sending message back to monome&lt;br /&gt;m = OSCresponder(nil, '/box/press', { arg time, responder, msg;&lt;br /&gt;		u.sendMsg(&quot;/box/led&quot;,msg.at(1),msg.at(2),msg.at(3));&lt;br /&gt;		msg.postln;&lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;m.add;&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;m.remove;&lt;br /&gt;&lt;br /&gt;(//switches led on for one second, both on press and release&lt;br /&gt;m = OSCresponder(nil, '/box/press', { arg time, responder, msg;&lt;br /&gt;	u.sendMsg(&quot;/box/led&quot;,msg.at(1),msg.at(2),1);		&lt;br /&gt;	&lt;br /&gt;	Task({ &lt;br /&gt;			1.wait; &lt;br /&gt;			u.sendMsg(&quot;/box/led&quot;,msg.at(1),msg.at(2),0);&lt;br /&gt;		}).start;		&lt;br /&gt;	&lt;br /&gt;	msg.postln;&lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;m.add;&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;m.remove;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;//simple experiment&lt;br /&gt;&lt;br /&gt;(//sin waves, duration t, 64 harmonics of f&lt;br /&gt;m.remove;&lt;br /&gt;f = 50;&lt;br /&gt;t = 10;&lt;br /&gt;e = Env.sine(t,0.5);&lt;br /&gt;m = OSCresponder(nil, '/box/press', { arg time, responder, msg;&lt;br /&gt;     u.sendMsg(&quot;/box/led&quot;,msg.at(1),msg.at(2),1);&lt;br /&gt;     if(msg.at(3)==1,{&lt;br /&gt;	{Pan2.ar(&lt;br /&gt;	EnvGen.kr(e,doneAction: 2)*SinOsc.ar(f*(((msg.at(1))+(8*msg.at(2))+1))),&lt;br /&gt;	(msg.at(1)-3.5)/3.5)}.play;&lt;br /&gt;	});&lt;br /&gt;	     	Task({ &lt;br /&gt;			t.wait; &lt;br /&gt;			u.sendMsg(&quot;/box/led&quot;,msg.at(1),msg.at(2),0);&lt;br /&gt;		}).start;	&lt;br /&gt;	msg.postln;      &lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;m.add;&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;m.remove&lt;br /&gt;&amp;#8230;&lt;br /&gt;</description>
      <author>jem</author>
      <pubDate>Mon, 02 Feb 2009 10:39:09 +0000</pubDate>
    </item>
    <item>
      <title>Attached Monome/SuperCollider extended help file</title>
      <link>http://wiki.monome.org/view/AttachedMonomeSupercolliderExtendedHelpFile</link>
      <description>/Attachment/MonomeSChelp21.rtf&lt;br /&gt;&amp;#8230;&lt;br /&gt;</description>
      <author>jem</author>
      <pubDate>Mon, 02 Feb 2009 10:38:41 +0000</pubDate>
    </item>
    <item>
      <title>Attached Type a title here</title>
      <link>http://wiki.monome.org/view/AttachedTypeATitleHere</link>
      <description>/Attachment/MonomeSChelp2.rtf&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;</description>
      <author>jem</author>
      <pubDate>Mon, 02 Feb 2009 10:36:43 +0000</pubDate>
    </item>
    <item>
      <title>40hPlateDesign,</title>
      <link>http://wiki.monome.org/view/40hplatedesign</link>
      <description>thank you&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;</description>
      <author>alaskanphoenix</author>
      <pubDate>Mon, 26 Jan 2009 20:20:18 +0000</pubDate>
    </item>
    <item>
      <title>Type a title here</title>
      <link>http://wiki.monome.org/view/TypeATitleHere</link>
      <description>page deleted&lt;br /&gt;&amp;#8230;&lt;br /&gt;</description>
      <author>γΝγΟ</author>
      <pubDate>Tue, 06 Jan 2009 19:31:55 +0000</pubDate>
    </item>
    <item>
      <title>we share information</title>
      <link>http://wiki.monome.org/view/WeShareInformation-2</link>
      <description>this information is outdated. go to:&lt;br /&gt;&amp;#8230;&lt;br /&gt;h1. http://docs.monome.org&lt;br /&gt;&lt;br /&gt;some things here may still need to be moved to the new wiki. any assistance would be greatly appreciated.&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted&lt;br /&gt;</description>
      <author>none</author>
      <pubDate>Mon, 05 Jan 2009 14:20:21 +0000</pubDate>
    </item>




  </channel>
</rss>