<?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 installation (linux)</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>to get this setup running on any fresh installed box (e.g. Ubuntu).</title>
      <link>http://wiki.monome.org/view/InstallationLinux</link>
      <description>to get this setup running on any fresh installed box (e.g. Ubuntu).&lt;br /&gt;&amp;#8230;&lt;br /&gt;&lt;br /&gt;&amp;#8230;&lt;br /&gt;many thanks to ^Rooker, you can read the history of&lt;br /&gt;&amp;#8230;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Here's a sneak preview at the current (almost released) new version of serial-pyio, running on Ubuntu / Gnome:&lt;br /&gt;&lt;br /&gt;!http://wiki.monome.org/Attachment/serialpyio_processing_gameoflife1.png!&lt;br /&gt;&amp;#8230;&lt;br /&gt;Content was also deleted</description>
      <author>rooker</author>
      <pubDate>Tue, 11 Sep 2007 07:22:04 +0000</pubDate>
    </item>
    <item>
      <title>h2. 0 Preface</title>
      <link>http://wiki.monome.org/view/InstallationLinux</link>
      <description>h2. 0 Preface&lt;br /&gt;&lt;br /&gt;i was installing it on Debian GNU/Linux&lt;br /&gt;with a already rt-patches including kernel.&lt;br /&gt;althought my system is already configured&lt;br /&gt;for audio applications, there should be no big issues&lt;br /&gt;to get this setup running on any fresh installed box.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;h2. 1 Installing serial-pyio&lt;br /&gt;&lt;br /&gt;the serial modules should already be included&lt;br /&gt;in all standard distribution kernels.&lt;br /&gt;&lt;br /&gt;serial-pyio was, at least for me, the out of the box solution.&lt;br /&gt;many thanks to rooker, you can read the history of&lt;br /&gt;monome vs. linux on&lt;br /&gt;&lt;br /&gt;  http://forum.monome.org/topic/740&lt;br /&gt;&lt;br /&gt;or simply get the latest package from&lt;br /&gt;&lt;br /&gt;  http://serial-pyio.sf.net&lt;br /&gt;&lt;br /&gt;h1. 1.1 fast runthought installation&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;su -&lt;br /&gt;cd /usr/local/src&lt;br /&gt;mkdir monome&lt;br /&gt;wget http://ovh.dl.sourceforge.net/sourceforge/serial-pyio/serial-pyio-0.1.1.tar.bz2&lt;br /&gt;tar xjvf serial-pyio-0.1.1.tar.bz2&lt;br /&gt;ln -s /usr/local/src/monome/serial-pyio/run.sh /usr/local/bin/monome&lt;br /&gt;&lt;br /&gt;# connect monome&lt;br /&gt;#   and watch the log which device handle it creates&lt;br /&gt;tail -f /var/log/messages&lt;br /&gt;&lt;br /&gt;# the same device must be mentioned in start script&lt;br /&gt;grep tty /usr/local/bin/monome&lt;br /&gt;&lt;br /&gt;# now fire it up&lt;br /&gt;monome&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;you could also use a modified version of the script whicht autodetects the device&lt;br /&gt;&lt;br /&gt;  http://modular-t.org/monome&lt;br /&gt;&lt;br /&gt;ATTENTION: u need to put this in the same path as the original run.sh as the paths inside are relative.&lt;br /&gt;so if u've followed the instructions above&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;/usr/local/src/monome/serial-pyio/&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;would be the place to put it&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;h2. 2 using it with puredata&lt;br /&gt;&lt;br /&gt;as many options pd offers,&lt;br /&gt;that complicated it looks in the beginning.&lt;br /&gt;take it easy, u'll never now or need all features inside,&lt;br /&gt;just imagine it as a toolbox containing all the little&lt;br /&gt;audio screwdrivers u'll need.&lt;br /&gt;&lt;br /&gt;one source of information u'll find here:&lt;br /&gt;  http://puredata.org/downloads&lt;br /&gt;&lt;br /&gt;choose the extended version in case u dont now what to take.&lt;br /&gt;it already includes many additional and usefull objects.&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;su -&lt;br /&gt;cd /usr/local/src&lt;br /&gt;wget http://kent.dl.sourceforge.net/sourceforge/pure-data/Pd-0.38.4-extended-linux-i386.tar.bz2&lt;br /&gt;tar xjvf Pd-0.38.4-extended-linux-i386.tar.bz2&lt;br /&gt;cd Pd-0.38*&lt;br /&gt;make install&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;that should it be.&lt;br /&gt;&lt;br /&gt;type&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;pd&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;thats it.&lt;br /&gt;&lt;br /&gt;u migth have a look on pd howto&lt;br /&gt;&lt;br /&gt;i've modified the help patch included in this tutorial&lt;br /&gt;&lt;br /&gt;to fit to the standard names in serial-pyio&lt;br /&gt;&lt;br /&gt;  http://modular-t.org/help-40h.pd&lt;br /&gt;&lt;br /&gt;h2. 3 futures&lt;br /&gt;&lt;br /&gt;i'm currently writing on a little stepseq and live sampler&lt;br /&gt;&lt;br /&gt;for a 40h.&lt;br /&gt;&lt;br /&gt;its going into betatest the next week&lt;br /&gt;on its first concerts in vienna.&lt;br /&gt;&lt;br /&gt;as soon i have a cleanuped 0.1 version&lt;br /&gt;i'll put it in resources on monome.org.&lt;br /&gt;&lt;br /&gt;please correct my typing errors&lt;br /&gt;&lt;br /&gt;questions?&lt;br /&gt;&lt;br /&gt;pi [ a t ] modular-t.org&lt;br /&gt;&amp;#8230;&lt;br /&gt;</description>
      <author>3-14159</author>
      <pubDate>Fri, 24 Aug 2007 15:54:16 +0000</pubDate>
    </item>
    <textInput>
      <title>Search</title>
      <description>Search monome wiki's text</description>
      <name>regex</name>
      <link>http://wiki.monome.org/find/Searchpage</link>
    </textInput>




  </channel>
</rss>