<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" 
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" 
   xmlns:html="http://www.w3.org/1999/html" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
   <title>Daniel Nouri's Blog</title>
   <link>http://danielnouri.org/blog</link>
   <description>Observing the unobserved</description>
   <language>en</language>
   <copyright>Copyright 2006 Daniel Nouri</copyright>
   <ttl>60</ttl>
   <pubDate>Thu, 24 Apr 2008 22:47 GMT</pubDate>
   <managingEditor>daniel.nouri@gmail.com</managingEditor>
   <generator>PyBlosxom http://pyblosxom.sourceforge.net/ 1.3.2 2/13/2006</generator>
<item>
   <title>SuperCollider Help files</title>
   <guid isPermaLink="false">music/supercollider-help-files</guid>
   <link>http://danielnouri.org/blog/music/supercollider-help-files.html</link>
   <description><![CDATA[

<div class="document">
<p>I'm now serving the <a class="reference" href="http://danielnouri.org/docs/SuperColliderHelp/Help.html">SuperCollider help files</a>.  These are available
as part of the <a class="reference" href="http://supercollider.sourceforge.net/downloads">SuperCollider source distribution</a> (version 3.2) and
are licensed under the GPL.  Although these files are <a class="reference" href="http://supercollider.sourceforge.net/docs/">also available
from SourceForge</a>, Google doesn't seem to index them there.</p>
<p>You can search the documentation here:</p>
<script src="http://www.google.com/jsapi?key=ABQIAAAAgIkpCWhvYfWauP0IX7DsEhT_fKXumz4-JpKx48P9ajfO_3S9SBQDjp5yNELNxH-Z8EKMY-M-PPtM5w" type="text/javascript"></script>
<script language="Javascript" type="text/javascript">
//<![CDATA[

google.load("search", "1");

function OnLoad() {
  // Create a search control
  var searchControl = new google.search.SearchControl();

  var siteSearch = new google.search.WebSearch();
  siteSearch.setUserDefinedLabel("SuperCollider Docs");
  siteSearch.setResultSetSize(google.search.SMALL_RESULTSET);
  siteSearch.setSiteRestriction("002500676122605466563:0j48pdhbvyu");
  searchControl.addSearcher(siteSearch);

  // tell the searcher to draw itself and tell it where to attach
  searchControl.draw(document.getElementById("searchcontrol"));
}
google.setOnLoadCallback(OnLoad);

//]]>
</script>
<div id="searchcontrol">Loading...</div></div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Thu, 24 Apr 2008 22:47 GMT</pubDate>
</item>
<item>
   <title>Debian package download for SuperCollider 3.2</title>
   <guid isPermaLink="false">music/supercollider-3.2-ubuntu-and-debian-package</guid>
   <link>http://danielnouri.org/blog/music/supercollider-3.2-ubuntu-and-debian-package.html</link>
   <description><![CDATA[

<div class="document">
<p>Apparently, <a class="reference" href="http://en.wikipedia.org/wiki/Supercollider">SuperCollider</a> is no longer available in the official
package repositories for recent versions of Debian and Ubuntu, despite
the official SuperCollider <a class="reference" href="http://supercollider.sourceforge.net/downloads#linux">download page</a> pointing us there.  The
lack of a Debian package is quite annoying; besides it can easily
bugger a rookie's SuperCollider experience on these systems.</p>
<p>So this is the Debian package that I've built using the infrastructure
(namely the <tt class="docutils literal"><span class="pre">debian/</span></tt> directory) that's already in the source
distribution:</p>
<p><a class="reference" href="http://danielnouri.org/files/supercollider3.deb">Download SuperCollider 3.2 deb package for Debian and Ubuntu</a></p>
<p>Download the .deb package and run <tt class="docutils literal"><span class="pre">sudo</span> <span class="pre">dpkg</span> <span class="pre">-i</span> <span class="pre">supercollider3.deb</span></tt>
to install it!  If you have a graphical Debian package installer like
the <em>GDebi Package installer</em>, you can use that.</p>
<p>I applied two small patches:</p>
<ul class="simple">
<li>The first <a class="reference" href="http://lists.create.ucsb.edu/pipermail/sc-users/2007-June/034823.html">allows the Emacs Lisp contained in the distribution to be
compiled on my system</a>, with Emacs 23.</li>
<li>The second <a class="reference" href="http://www.nabble.com/-linux--platformClass-error-td15949837.html">deals with an issue with class library paths</a>.</li>
</ul>
<p>I use Emacs for pretty much everything, that's why the Emacs mode for
SC works pretty well for me (although it can be quirky at times...).
If you're unfamiliar with Emacs, I suggest you use the fabulous and
super easy <a class="reference" href="http://artfwo.googlepages.com/sced">sced plugin</a> for <a class="reference" href="http://www.gnome.org/projects/gedit/">gedit</a>.  The steps for installing sced
are a bit cumbersome, but it's totally worth it.  Maybe I should try
and make a Debian package of sced next.</p>
<p><strong>Update</strong>: Ha!  A minute after I publish this, I find out that the
<a class="reference" href="http://artfwo.blogspot.com">nice guy behind sced</a> (sorry, I still can't figure out how to write
non-ASCII characters here ;-), quite recently released <a class="reference" href="http://artfwo.blogspot.com/2008/04/supercollider-for-hardy.html">SuperCollider
packages for Ubuntu Hardy</a> (which I suppose work for Debian just as
well).  And his packages look much better than mine.  Oh well!  :-)</p>
<p><strong>Update</strong>: Another update.  Our friend behind gedit released a Debian
package for <a class="reference" href="http://www.gnome.org/projects/gedit/">gedit</a>.  And he's written a <a class="reference" href="http://artfwo.blogspot.com/2008/05/supercollider-for-human-beings.html">short tutorial on how to get
started</a>.  Go and read it!</p>
</div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Wed, 23 Apr 2008 19:49 GMT</pubDate>
</item>
<item>
   <title>SuperCollider Symposium 2007</title>
   <guid isPermaLink="false">music/sc-symposium-2007</guid>
   <link>http://danielnouri.org/blog/music/sc-symposium-2007.html</link>
   <description><![CDATA[

<div class="document">
<p>I attended the <a class="reference" href="http://supercollidersymposium.sampleandhold.org/">SuperCollider Symposium 2007</a> in The Hague last week,
which was fantastic.  So many interesting people with their
interesting projects gathered in one place!  Too bad I missed out the
last part of the symposium because of a cold.</p>
<p>Dan Stowell <a class="reference" href="http://www.mcld.co.uk/blog/blog.php?category=supercollider">blogged about the symposium</a>.  There's some other cool
things to discover on his page, like his <a class="reference" href="http://www.mcld.co.uk/evolutionarysound/">Evolutionary Sound System</a>
(which he developed with SuperCollider), and him getting his <a class="reference" href="http://www.mcld.co.uk/sponsoredhaircut/">hair
cut</a>.</p>
<p>Gregorio Garcia Karman took some <a class="reference" href="http://www.flickr.com/photos/14085329&#64;N03/">nice photos</a> at the conference.</p>
<p>You can learn more about SuperCollider on the <a class="reference" href="http://supercollider.sourceforge.net/">SC home page</a> and on
<a class="reference" href="http://en.wikipedia.org/wiki/SuperCollider">Wikipedia</a>.  You might find these links particularly useful:</p>
<blockquote>
<ul class="simple">
<li><a class="reference" href="http://swiki.hfbk-hamburg.de:8888/MusicTechnology/847">SuperCollider on Ubuntu Linux</a>, which describes how to install
SC from subversion and how to install the <a class="reference" href="http://artfwo.googlepages.com/sced">sced</a> SC editor for
Linux, which you might find easier to use than the Emacs bindings.</li>
<li>The <a class="reference" href="http://www.ixi-audio.net/content/body_backyard_tutorials.html">ixi SuperCollider tutorial</a> is a concise resource that will
get you started quickly if you're already a programmer.</li>
<li>If you speak German, there are excellent <a class="reference" href="http://gonzo.uni-weimar.de/~haru8822/supercollider/">lecture notes</a> from
Hanns Rutz to get started.</li>
<li>A <a class="reference" href="http://swiki.hfbk-hamburg.de:8888/MusicTechnology/858">list of tutorials</a> on the SC wiki.  Get David Cottle's book!</li>
<li>And finally, <a class="reference" href="http://del.icio.us/dnouri/supercollider">my list of supercollider links</a>.</li>
</ul>
</blockquote>
</div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Sun, 30 Sep 2007 14:01 GMT</pubDate>
</item>
<item>
   <title>Samsung YP-U2</title>
   <guid isPermaLink="false">music/samsung-yp-u2</guid>
   <link>http://danielnouri.org/blog/music/samsung-yp-u2.html</link>
   <description><![CDATA[

<div class="document">
<p>My iPod shuffle recently broke completely, a couple of days after the
warranty had expired.  I'm a bit angry I had to trash it so early.
Apparently, I'm not the only one <a class="reference" href="http://www.pcworld.com/article/126146-1/article.html?RSS=RSS">having trouble with the iPod
shuffle</a>.  Also, while trying to get support for my problem I've
found that Apple's customer service sucks.</p>
<p>So, I needed to replace the iPod with something else.  I noticed that
they were dumping the same shuffle model that I had (first generation)
at the electronics store for 30 EUR.  I resisted, and went for the
somewhat similar <a class="reference" href="http://samsung.com/Products/MP3Player/MP3Player/YP_U2JZWXAA.asp">Samsung YP-U2</a> for 70 EUR.</p>
<div class="image"><img alt="http://samsung.com/Products/MP3Player/MP3Player/images/b2c_l_ypu2blk.jpg" src="http://samsung.com/Products/MP3Player/MP3Player/images/b2c_l_ypu2blk.jpg" /></div>
<p>And the Samsung is really nice so far:</p>
<blockquote>
<ul class="simple">
<li>it has a display with very useful configuration options, unlike
the shuffle,</li>
<li>it has a nice equalizer with many presets, unlike the shuffle,</li>
<li>it's a USB mass storage device that lets you drop your music right
in, unlike the shuffle, which requires you to jump through hoops
to have transfer of music working without using iTunes,</li>
<li>it's got USB that you can directly plug in, no need for an
adapter, like with the shuffle,</li>
<li>it supports <a class="reference" href="http://en.wikipedia.org/wiki/Vorbis">Ogg Vorbis</a>, unlike the shuffle.  Although I've
kinda given up on Vorbis quite a while ago after realizing that my
MP3 player back then wouldn't support it, it's nice to see that
Samsung apparently cares and supports this free format.</li>
</ul>
</blockquote>
</div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Wed, 30 May 2007 04:15 GMT</pubDate>
</item>
<item>
   <title>Luke Slater party in Second Life</title>
   <guid isPermaLink="false">music/luke-slater-sl</guid>
   <link>http://danielnouri.org/blog/music/luke-slater-sl.html</link>
   <description><![CDATA[

<div class="document">
<p><a class="reference" href="http://www.lukeslater.com/">Luke Slater</a>'s party on Second Life is starting now in the <em>Alpha
Box</em>.  He'll be playing his DJ set in less than an hour!</p>
<div class="image"><img alt="/media/luke-slater-sl.jpg" src="/media/luke-slater-sl.jpg" /></div>
</div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Thu, 01 Mar 2007 21:03 GMT</pubDate>
</item>
<item>
   <title>Trouble capturing sound with ALSA on the Sony Vaio VGN-FE31M?</title>
   <guid isPermaLink="false">music/capture-alsa-edgy-on-sony-vaio-vgn-fe31m</guid>
   <link>http://danielnouri.org/blog/music/capture-alsa-edgy-on-sony-vaio-vgn-fe31m.html</link>
   <description><![CDATA[

<div class="document">
<p>Big thanks to <a class="reference" href="https://wiki.ubuntu.com/DanielTChen">Daniel T. Chen</a> a.k.a crimsun on #alsa (<a class="reference" href="http://freenode.net/">freenode</a>) who
helped me get audio capture (recording) working on the Sony Vaio
VGN-FE31M on Ubuntu <a class="reference" href="https://wiki.ubuntu.com/EdgyReleaseNotes">Edgy</a>.</p>
<p>Edgy comes with ALSA 1.0.12.  What you need to do is get ALSA 1.0.13
driver sources and compile them:</p>
<pre class="literal-block">
$ wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.13.tar.bz2
$ tar xjvf alsa-driver-1.0.13.tar.bz2
$ cd alsa-driver-1.0.13
$ ./configure --with-cards=hda-intel,usb-audio --with-oss=yes \
  --with-sequencer=yes --with-kernel=/lib/modules/`uname -r`/build \
  --with-debug=full
$ make &amp;&amp; sudo make install-modules &amp;&amp; sudo depmod -e
</pre>
<p>Now reboot and have sound recording working!</p>
<p>For turning on and off the internal mic you must run <tt class="docutils literal"><span class="pre">alsamixer</span></tt>,
then in the catpure view select <tt class="docutils literal"><span class="pre">Line</span></tt> and hit space.  The letters
<tt class="docutils literal"><span class="pre">CAPTUR</span></tt> should appear in red above the word <tt class="docutils literal"><span class="pre">Line</span></tt>.  If you want
to activate the internal microphone, select <tt class="docutils literal"><span class="pre">Mic</span></tt> and hit the space
bar.  (Thanks to gnubien for explaining this!)</p>
</div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Wed, 15 Nov 2006 15:41 GMT</pubDate>
</item>
<item>
   <title>Ubuntu and Jack</title>
   <guid isPermaLink="false">music/ubuntu-and-jack</guid>
   <link>http://danielnouri.org/blog/music/ubuntu-and-jack.html</link>
   <description><![CDATA[

<div class="document">
<p>Yesterday I found an <a class="reference" href="https://help.ubuntu.com/community/UbuntuStudioPreparation">excellent tutorial</a> for setting up <a class="reference" href="http://jackaudio.org">Jack</a> on
Ubuntu.  I read on the Jack homepage that it also runs on Mac OS X.
So this might even be interesting for the <em>I have to have a Mac
because... umm, well... because</em> types among us.</p>
<p>What is Jack for?  It's a low-latency audio server.  And it's for
connecting audio and midi signals between programs.  With Jack, you
can have a virtual midi keyboard drive a sequencer and have the
sequencer drive a synthesizer and a drum machine, for example.
Actually, that's exactly the setup that <a class="reference" href="https://help.ubuntu.com/community/HowToSeq24Introduction">this tutorial</a> describes.</p>
<p>I figure I should only start up Jack when I make music.  Because I
listen to music with <a class="reference" href="http://amarok.kde.org">amaroK</a>, which cannot output to Jack.  I can
imagine lots of my other everyday applications don't output to Jack.
But that doesn't hurt.  <a class="reference" href="http://qjackctl.sourceforge.net">qjackctl</a> is a tool for starting up Jack and
configuring it.  It comes with a status icon in the tray bar of which
the background color turns red if you had a buffer overflow or
underflow, which is useful for finding out which JACK settings work
for you: The more performant your system and your soundcard, the less
latency you can have.  Latency is the time between playing a note and
hearing it.</p>
<p>The last time I set up Jack was on a Debian box.  The memories I have
from the Jack installation on that box are that it took me <em>quite a
while</em> to figure out things.  Hence, I was hesitating but now I
finally installed Jack on this Ubuntu box, and it was a snap.</p>
<p>After reading the beforementioned tutorial, <a class="reference" href="http://www.filter24.org/seq24">seq24</a> finally starts to
make sense to me.  I tried seq24 before, but frankly, I didn't know
what to do with it.  Its user interface scared me away.</p>
<p>seq24 is a sequencer, as you might have guessed.  It has a live mode
that is very similar to what <a class="reference" href="http://www.ableton.com/live">Ableton Live</a> has: While your (MIDI)
loops are playing (which drive other synthesizer or drum machine
software -- you get the idea) you can switch between them by
mouseclick.  You can have the switch happen in such a way that the
previously selected loop continues playing until it comes to the end
after which your new loop starts.  This mode of play is very nice for
experimenting and finding out which of your loops sound good together.</p>
<p>All I need now is get into a creative mood... <em>(waiting)</em></p>
<p>Update: The old Ubuntu Studio wiki was merged with the <a class="reference" href="https://help.ubuntu.com/community/Sound">Community
Ubuntu Documentation for Sound</a>.</p>
</div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Mon, 23 Oct 2006 11:56 GMT</pubDate>
</item>
<item>
   <title>Jamie Lidell live</title>
   <guid isPermaLink="false">music/jamie-lidell</guid>
   <link>http://danielnouri.org/blog/music/jamie-lidell.html</link>
   <description><![CDATA[

<div class="document">
<p>I saw <a class="reference" href="http://en.wikipedia.org/wiki/Jamie_Lidell">Jamie Lidell</a> yesterday for the third time in two years.  What
can I say?  W00t!  It was an amazing concert.  If you don't know Jamie
Lidell: he's the man.  A great voice, a drooly passion for his music
and a mastermind with electronical equipment, he's the best one man --
or any number of men -- band you've seen live.</p>
<p>After reading an interview in the local event magazine one day before
the concert, where he said he's finished with electronic music and
doing Jazz now, I was a bit concerned that it would be too soft and
that he would forget about his <a class="reference" href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=11:4ccyxdgb1ol0">roots</a>.  So much the better was it to
see the puzzled faces of people who did not expect the hardcore
electronical tunes, of which there were plenty.</p>
<p>Check out his fun <a class="reference" href="http://www.jamielidell.com/video.php">videos</a>.</p>
</div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Fri, 14 Jul 2006 08:36 GMT</pubDate>
</item>
<item>
   <title>Godfather of Soul</title>
   <guid isPermaLink="false">music/james-brown</guid>
   <link>http://danielnouri.org/blog/music/james-brown.html</link>
   <description><![CDATA[

<div class="document">
<p>Last weekend we saw <a class="reference" href="http://en.wikipedia.org/wiki/James_Brown">James Brown</a> in the <a class="reference" href="http://en.wikipedia.org/wiki/Ahoy%27_Rotterdam">Ahoy'</a> in Rotterdam.  It
was an awesome show.  Four female singers, three blowers, two
guitarists, a base player, three drummers, two dancers and the
<em>Hardest Working Man in Show Business</em>.</p>
<p>James is obviously not the youngest anymore (he's 73).  So there was
this extra singer who watched him carefully throughout the concert so
he could pitch in whenever James' voice would get weak.</p>
<p>You can download an MP3 of the concert from <a class="reference" href="http://www.npr.org/templates/story/story.php?storyId=5070028">this site</a>.  It
was recorded in Washington D.C. in June.</p>
</div>

]]></description>
   <category domain="http://danielnouri.org/blog"></category>
   <pubDate>Fri, 07 Jul 2006 16:24 GMT</pubDate>
</item>
</channel>
</rss>
