<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>matt.west.co.tt &#187; Music</title>
	<atom:link href="http://matt.west.co.tt/category/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://matt.west.co.tt</link>
	<description>adventures of a retro electro media hacker type person</description>
	<lastBuildDate>Sat, 14 Aug 2010 15:32:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Date Horse, 24th June</title>
		<link>http://matt.west.co.tt/music/date-horse-24th-june/</link>
		<comments>http://matt.west.co.tt/music/date-horse-24th-june/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 22:39:44 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=164</guid>
		<description><![CDATA[A quick heads-up that I&#8217;ll be playing my first ever proper not-just-an-open-mic gig this Thursday night as part of the Date Horse comedy and music night at the Vauxhall Griffin, London. Come along for some silly songs about Paris Hilton&#8217;s pet monkey and much more (and RSVP on the Facebook event)&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.datehorse.com/"><img src="http://profile.ak.fbcdn.net/hprofile-ak-snc4/hs344.snc4/41579_135573843122226_2947_n.jpg" alt="" style="float: right; margin-left: 16px;" /></a></p>
<p>A quick heads-up that I&#8217;ll be playing my first ever proper not-just-an-open-mic gig this Thursday night as part of the <a href="http://www.datehorse.com/">Date Horse</a> comedy and music night at the Vauxhall Griffin, London. Come along for some silly songs about Paris Hilton&#8217;s pet monkey and much more (and RSVP on <a href="http://www.facebook.com/event.php?eid=135573843122226">the Facebook event</a>)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/date-horse-24th-june/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>JSModPlayer &#8211; a Javascript .MOD player</title>
		<link>http://matt.west.co.tt/music/jsmodplayer/</link>
		<comments>http://matt.west.co.tt/music/jsmodplayer/#comments</comments>
		<pubDate>Sun, 23 May 2010 02:22:27 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Demoscene]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=156</guid>
		<description><![CDATA[The epic Pacman 30th anniversary Google Doodle, along with Ben Firshman&#8217;s dynamicaudio.js library for dynamically generating audio, collectively persuaded me that I haven&#8217;t done any mad Javascript hacking for far too long. My response to this state of affairs is JSModPlayer, a player for .MOD music files (the mainstay of Amiga and PC sample-based music [...]]]></description>
			<content:encoded><![CDATA[<p>The epic Pacman 30th anniversary Google Doodle, along with Ben Firshman&#8217;s <a href="http://github.com/bfirsh/dynamicaudio.js">dynamicaudio.js</a> library for dynamically generating audio, collectively persuaded me that I haven&#8217;t done any mad Javascript hacking for far too long. My response to this state of affairs is <b><a href="http://jsspeccy.zxdemo.org/jsmodplayer/">JSModPlayer</a></b>, a player for .MOD music files (the mainstay of Amiga and PC sample-based music circa 1990).</p>
<p>So far it only implements a subset of the possible sample effects, and it demands a very fast Javascript engine &#8211; luckily all the new breed of browsers are pretty competitive at that now. Even so, unless your CPU is an absolute behemoth, it&#8217;ll probably struggle to keep up &#8211; the audio output is fixed at 44100Hz, and that&#8217;s rather a lot of numbers for Javascript to crunch, especially when the MOD file gets up to 16 or more channels. Which, amusingly enough, is exactly the situation we had back when we were using Gravis Ultrasounds on 386es. Hurrah for progress!</p>
<p><strong>Update 2010-06-08:</strong> Oops. In the process of testing how Safari 5 shapes up, I discovered a rather silly oversight: the audio buffering routine was set up to never use more than 10% of CPU. Now that I&#8217;ve fixed it, it turns out that Chrome and Safari (at least) have no trouble at all playing Jugi&#8217;s <em>Dope</em> theme in its 28-channel glory. (However, taking the brakes off the buffering does mean that we can&#8217;t reliably pause the audio any more. A small price to pay, I think you&#8217;ll agree.)</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/jsmodplayer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Midibeep</title>
		<link>http://matt.west.co.tt/music/midibeep/</link>
		<comments>http://matt.west.co.tt/music/midibeep/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 00:11:52 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Spectrum]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=130</guid>
		<description><![CDATA[Last week I posted possibly the most tedious Basic type-in listing ever to World Of Spectrum: (continues for approx 1500 more lines) Anyone typing it in in its entirety would be rewarded with this: Download midibeep_minute_waltz.mp3 Not bad for an evening&#8217;s work. Mind you, I did take an ever so teeny shortcut, by writing a [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I posted possibly <a href="http://www.worldofspectrum.org/forums/showthread.php?t=27028">the most tedious Basic type-in listing ever</a> to <a href="http://www.worldofspectrum.org/forums/">World Of Spectrum</a>:</p>
<p><img src="http://matt.west.co.tt/images/beep.png" width="320" height="240" alt="5 BEEP 0.212765, 20; 10 BEEP 0.106383,19..." /><br />
<em>(continues for approx 1500 more lines)</em></p>
<p>Anyone typing it in in its entirety would be rewarded with this:</p>
<p><a href="http://www.zxdemo.org/gasman/music/midibeep_minute_waltz.mp3">Download midibeep_minute_waltz.mp3</a></p>
<p>Not bad for an evening&#8217;s work. Mind you, I did take an ever so teeny shortcut, by writing a Ruby program to convert a MIDI file to BEEP format. (Any .mid file will do, although ones with a single instrument will survive the rather primitive selective-note-butchering process better. Oh, and anything much longer than this one will exceed the 48K Spectrum memory&#8230;) And now you can try it out too:</p>
<ul>
<li><a href="http://github.com/gasman/midibeep/">Midibeep source/downloads at Github</a></li>
<li><a href="http://www.zxdemo.org/extra/src/Mid2BEEP.zip">Midibeep Windows build</a> (thanks to Karl McNeil)</li>
<li><a href="http://www.zxdemo.org/gasman/music/chopin.tap">Minute Waltz (TAP, 38K)</a></li>
</ul>
<p><strong>Update 2010-05-26:</strong> Karl McNeil has adapted Midibeep into a variant called Mid2ASM, which outputs an assembler listing rather than Basic &#8211; this enables the data to be packed much more efficiently, paving the way for altogether longer pieces of music. <a href="http://www.zxdemo.org/extra/src/Mid2ASM.zip">Download Mid2ASM</a> (453K, Windows EXE included)</p>
<p><strong>Update 2010-06-02:</strong> Another update from Karl, featuring a Windows GUI, more space-saving tweaks, and embedding the output in a Basic REM statement. <a href="http://www.zxdemo.org/extra/src/Mid2ASM-2.zip">Download Mid2ASM v2</a> (3.4Mb)</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/midibeep/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
<enclosure url="http://www.zxdemo.org/gasman/music/midibeep_minute_waltz.mp3" length="1780424" type="audio/mpeg" />
		</item>
		<item>
		<title>Spectrumori-on</title>
		<link>http://matt.west.co.tt/music/spectrumori-on/</link>
		<comments>http://matt.west.co.tt/music/spectrumori-on/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 23:09:40 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Demoscene]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Spectrum]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=121</guid>
		<description><![CDATA[This 1K intro for the Spectrum (which received 3rd place in the oldskool demo competition at Sundown 2009) was inspired by Bill Bailey. No, really. His current live show features a spot on the Yamaha Tenori-on, which through the medium of &#8220;getting someone in the audience to splurge their hand on it&#8221;, he demonstrates that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://matt.west.co.tt/images/spectrumorion_small.png" alt="" width="200" height="149" style="border: 5px solid #ccc; margin-left: 12px; float: right;" />This 1K intro for the Spectrum (which received 3rd place in the oldskool demo competition at <a href="http://www.sundowndemoparty.org/">Sundown 2009</a>) was inspired by Bill Bailey. No, really. His current live show features a spot on the Yamaha <a href="http://www.global.yamaha.com/design/tenori-on/">Tenori-on</a>, which through the medium of &#8220;getting someone in the audience to splurge their hand on it&#8221;, he demonstrates that it can&#8217;t fail to play something nice.</p>
<p>This makes it a good excuse for some experimentation with generative music. The secret is in the scale &#8211; it&#8217;s equivalent to playing only the black notes on a piano, and presumably has roots in oriental music (I previously rediscovered it while working on <a href="http://matt.west.co.tt/music/haiku/">Haiku</a>). To make it into something like a proper demo, rather than just a throwaway routine, I added a bit of subtle progression <a href="http://pouet.net/prod.php?which=11946">Cyberpunks Unity style</a>, so it drifts in and out of randomness as the graphical effects change. It even has a proper ending&#8230;</p>
<p>In recent months Yerzmyey has been pushing for the revival of the 16K Speccy as a platform, so I&#8217;m pleased to announce that this demo is &#8211; so we believe &#8211; the third ever demo to run on it.</p>
<ul>
<li><a href="http://www.zxdemo.org/f/200909/spectrumori-on_POSTPARTY.zip">Download Spectrumori-on</a> (TAP, 4Kb)</li>
<li><a href="http://pouet.net/prod.php?which=53831">Spectrumori-on on Pouet</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/spectrumori-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ode To Claire / Snakebite</title>
		<link>http://matt.west.co.tt/music/ode-to-claire-snakebite/</link>
		<comments>http://matt.west.co.tt/music/ode-to-claire-snakebite/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 20:17:25 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Demoscene]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Spectrum]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=117</guid>
		<description><![CDATA[A couple of fast-made Spectrum releases for last month&#8217;s most excellent]]></description>
			<content:encoded><![CDATA[<p>A couple of fast-made Spectrum releases for last month&#8217;s most excellent <a href=http://www.outlinedemoparty.nl/">Outline</a> demo party. <strong>Ode To Claire</strong> is a curious little 128 byte intro, using a trick I&#8217;ve been wanting to try out for ages. It&#8217;s not exactly a fast-paced action extravaganza, but it does fit 150-odd characters of avant-garde poetry, the printing routine, and a demo effect into 128 bytes of code. Working out how is an exercise for the reader (and I&#8217;m quite interested to know whether the secret is immediately obvious to anyone who&#8217;s at all familiar with the Spectrum&#8230;)</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/3LSzKeh-6sQ&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/3LSzKeh-6sQ&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<ul>
<li><a href="http://www.zxdemo.org/f/200905/ode_to_claire.zip">Download Ode To Claire</a></li>
<li><a href="http://pouet.net/prod.php?which=53180">Ode To Claire on Pouet</a></li>
</ul>
<p>On the musical front, <strong>Snakebite</strong> is a chiptune with a middle-eastern vibe, modelled after every Turkish Eurovision entry ever. It got third place in the competition, and originally they weren&#8217;t going to give out a third prize, but they had some spare food left over on the Saturday night, so I won a jar of sausages. <em>Best. Prize. Ever.</em></p>
<p><a href="http://music.matt.west.co.tt/speccy/gasman_-_snakebite.mp3">Download gasman_-_snakebite.mp3</a></p>
<ul>
<li><a href="http://music.matt.west.co.tt/speccy/gasman_-_snakebite.mp3">Download Snakebite &#8211; MP3 (2.5Mb)</li>
<li><a href="http://music.matt.west.co.tt/speccy/gasman_-_snakebite.stc">Download Snakebite &#8211; STC (5.1Kb)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/ode-to-claire-snakebite/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://music.matt.west.co.tt/speccy/gasman_-_snakebite.mp3" length="2604390" type="audio/mpeg" />
		</item>
		<item>
		<title>Paris Hilton And Her Monkey</title>
		<link>http://matt.west.co.tt/music/paris-hilton-and-her-monkey/</link>
		<comments>http://matt.west.co.tt/music/paris-hilton-and-her-monkey/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 22:08:20 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=112</guid>
		<description><![CDATA[So February Album Writing Month is over for another year, and I&#8217;ve been completely slacking by not posting songs up here. But to kick things off, here&#8217;s a song which I wrote way back in the mists of 2008, but went unrecorded for a good while after that. It pioneered the soon-to-be-ubiquitous trend of writing [...]]]></description>
			<content:encoded><![CDATA[<p>So <a href="http://fawm.org/">February Album Writing Month</a> is over for another year, and I&#8217;ve been completely slacking by not posting songs up here. But to kick things off, here&#8217;s a song which I wrote way back in the mists of 2008, but went unrecorded for a good while after that. It pioneered the soon-to-be-ubiquitous trend of writing songs titled after the subject lines of spam, and this recording comes courtesy of the New Year&#8217;s Eve open mic at the Old Bookbinders, Oxford.</p>
<p><a href="http://music.matt.west.co.tt/matt_westcott_-_paris_hilton_and_her_monkey_-_bookbinders.mp3">Download matt_westcott_-_paris_hilton_and_her_monkey_-_bookbinders.mp3</a><br />
<span id="more-112"></span><br />
There was a girl with a million dollar smile<br />
and a million dollar reason why<br />
Everybody loved her<br />
Everybody loved her style</p>
<p>Her agent had been telling her for a while<br />
that in order to enhance her media profile<br />
she should sponsor a panda<br />
or an orphan from Rwanda<br />
Show her caring side</p>
<p>But due to an unfortunate mixup<br />
too convoluted to go into here<br />
she received a monkey<br />
by overnight delivery<br />
and now it&#8217;s crystal clear</p>
<p>Paris Hilton and her monkey<br />
They&#8217;re gonna be the best of friends<br />
She wants to call him Trevor<br />
and when they&#8217;re both together<br />
The fun and games will never end<br />
Paris Hilton and her monkey<br />
They go to all the best parties<br />
They&#8217;re seeking out the open-minded nightclubs<br />
that don&#8217;t have a No Monkeys policy</p>
<p>They&#8217;re going off on a great escape<br />
in search of shoe shops and banana milkshake<br />
cause he&#8217;s a cheeky monkey<br />
and she&#8217;s too frisky to mention</p>
<p>The paparazzi follow them with glee<br />
As they watch them swing from tree to tree<br />
Until she chips a fingernail<br />
and has to call for medical attention</p>
<p>Paris and Trevor forever<br />
So innocent and carefree<br />
Beautiful and happy<br />
the modern-day epitome<br />
of everything I&#8217;d like to be</p>
<p>except for all the sex tapes and drunk driving offences</p>
<p>[Chorus]</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/paris-hilton-and-her-monkey/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://music.matt.west.co.tt/matt_westcott_-_paris_hilton_and_her_monkey_-_bookbinders.mp3" length="2944521" type="audio/mpeg" />
		</item>
		<item>
		<title>The Model (unplugged cover version)</title>
		<link>http://matt.west.co.tt/music/the-model/</link>
		<comments>http://matt.west.co.tt/music/the-model/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 22:39:10 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[FAWM]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=109</guid>
		<description><![CDATA[Another month, another musical challenge bandwagon to jump on. For October the FAWM / 50/90 crowd is turning its attention to cover versions. So here&#8217;s a not-very-Kraftwerk-like instrumental version of Kraftwerk&#8217;s The Model. Download matt_westcott_-_the_model.mp3 Download The Model (MP3, 4.7Mb)]]></description>
			<content:encoded><![CDATA[<p>Another month, another musical challenge bandwagon to jump on. For October the FAWM / 50/90 crowd is turning its attention to cover versions. So here&#8217;s a not-very-Kraftwerk-like instrumental version of Kraftwerk&#8217;s <i>The Model</i>.<br />
<a href="http://music.matt.west.co.tt/rocktober08/matt_westcott_-_the_model.mp3">Download matt_westcott_-_the_model.mp3</a></p>
<p><a href="http://music.matt.west.co.tt/rocktober08/matt_westcott_-_the_model.mp3">Download <i>The Model</i> (MP3, 4.7Mb)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/the-model/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="http://music.matt.west.co.tt/rocktober08/matt_westcott_-_the_model.mp3" length="4904646" type="audio/mpeg" />
		</item>
		<item>
		<title>50/90 2008: somewhat fewer than 50 songs</title>
		<link>http://matt.west.co.tt/music/5090-2008/</link>
		<comments>http://matt.west.co.tt/music/5090-2008/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 23:31:04 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Demoscene]]></category>
		<category><![CDATA[FAWM]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=107</guid>
		<description><![CDATA[50/90, or 50 Songs In 90 Days, is the less photogenic and slightly more intimidating cousin of February Album Writing Month, running throughout July, August and September. The idea is to write fif- oh, you worked that bit out already. This year FAWM supremo Burr Settles donated the song-posting infrastructure to 50/90 (previous years were [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://5090.fawm.org/">50/90</a>, or <em>50 Songs In 90 Days</em>, is the less photogenic and slightly more intimidating cousin of February Album Writing Month, running throughout July, August and September. The idea is to write fif- oh, you worked that bit out already. This year FAWM supremo Burr Settles donated the song-posting infrastructure to 50/90 (previous years were run through a Yahoo group) so it became a natural off-season hangout for FAWM veterans. Me, I wasn&#8217;t planning on taking part, but since I ended up writing a couple of songs over that time period for one reason or another, it would have been silly not to crash the party late on and participate in a laid-back, not-letting-it-take-over-your-life sort of way. And here are the results.<br />
<a id="everything-is-relative"><br />
<h3>Everything Is Relative</h3>
<p></a><br />
<a href="http://music.matt.west.co.tt/matt_westcott_-_everything_is_relative.mp3">Download matt_westcott_-_everything_is_relative.mp3</a><br />
This started out as an instrumental track laid down at <a href="http://shucon.org/">Shucon 2008</a> on TDM&#8217;s GarageBand / MIDI setup, which came back to bite me as a nasty bit of vendor lock-in. (I figured that since GarageBand took MIDI input and stored it as MIDI-like note events, I&#8217;d be able to export it to a .mid file, right? Silly me.) Luckily I managed to salvage / re-record enough of it to work on it some more and develop it into a proper song. Spurred on by some particularly eclectic music competitions at <a href="http://www.assembly.org/summer08/">Assembly</a>, I decided to try my luck at entering it at <a href="http://www.evoke.eu/2008/">Evoke</a>, just to see what would happen when it was thrown in against a whole load of D+B and trance tracks. Not surprisingly, it failed to qualify. But having done the rounds of more or less the entire summer demo party season, it found a home at <a href="http://sundowndemoparty.org/">Sundown 2008</a>, where it got 4th place. Score!</p>
<p>The lyrics were actually sparked by the train journey back from Shucon &#8211; at the seat in front of me, I saw that someone had drawn some initials in a heart on the window. This made me think &#8220;eww, that&#8217;s a bit tacky. Oh, hang on &#8211; whoever did that drew it on the outside of the window but did it in mirror writing so his girlfriend on the train could read it. Aww, that&#8217;s like the most romantic thing ever!&#8221;<br />
<a id="edgware-road"><br />
<h3>Edgware Road</h3>
<p></a><br />
<a href="http://music.matt.west.co.tt/matt_westcott_-_edgware_road.mp3">Download matt_westcott_-_edgware_road.mp3</a><br />
A slightly more obviously train-related song, written to immortalise that enigma of the London Underground where time stands still, and add to the repertoire of <a href="http://tubechallenge.pbwiki.com/TubeSongs">songs about tube stations</a>. Lyrics were mostly written on the Eurostar (hence the namecheck in the bridge) and the recording was done a-cappella stylee in the cabin of a sleeper train on the way back from International Vodka Party. Naturally, this was a horrible painstaking process of waiting for the moments when the train wasn&#8217;t making an absolute racket, but it had to be done for posterity. How many other songs have been written and recorded entirely on public transport, eh?<br />
<a id="cabbage-soup-for-the-soul"><br />
<h3>Cabbage Soup For The Soul</h3>
<p></a><br />
<a href="http://music.matt.west.co.tt/matt_westcott_-_cabbage_soup_for_the_soul.mp3">Download matt_westcott_-_cabbage_soup_for_the_soul.mp3</a><br />
Written for <a href="http://www.paulturrell.com/">Hoopshank</a> as part of intense negotiations (not really) over contributing to another as yet unannounced musical project. He demanded songs of cabbage&#8230; I answered the call. I added a self-imposed constraint that the song had to have a mostly-serious message, so I came up with the idea of cabbage soup for the soul, as being something like <a href="http://en.wikipedia.org/wiki/Chicken_Soup_for_the_Soul">Chicken Soup for the Soul</a> but not as pleasant, and better for you. And suitable for vegans. And with that, the song just wrote itself. Or, more accurately, was written on my behalf by my alter ego, fictional Scottish indie band <a href="http://matt.west.co.tt/music/are-great-things-born/">Glencoe Horse</a>.<br />
<a id="at-the-river-slight-return"><br />
<h3>At The River (slight return)</h3>
<p></a><br />
<a href="http://music.matt.west.co.tt/matt_westcott_-_at_the_river_slight_return.mp3">Download matt_westcott_-_at_the_river_slight_return.mp3</a><br />
OK, scraping the barrel a bit here. But you can&#8217;t really blame me for having a sudden bout of obsessive-compulsive disorder on realising that the lyrics to <em>At The River</em> by Groove Armada consist entirely of a half-sentence that trails off unsettlingly without completing its train of thought. &#8220;If you&#8217;re fond of sand dunes and salty air, quaint little villages here and there,&#8221; &#8211; then&#8230; what exactly? Clearly, this had to be fixed. So I did.</p>
<p>(All songs downloadable from the not-very-pretty <a href="http://music.matt.west.co.tt/">music.matt.west.co.tt</a> &#8211; lyrics available from <a href="http://5090.fawm.org/writers.php?id=729">my 50/90 profile</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/5090-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://music.matt.west.co.tt/matt_westcott_-_everything_is_relative.mp3" length="4610218" type="audio/mpeg" />
<enclosure url="http://music.matt.west.co.tt/matt_westcott_-_edgware_road.mp3" length="1679323" type="audio/mpeg" />
<enclosure url="http://music.matt.west.co.tt/matt_westcott_-_cabbage_soup_for_the_soul.mp3" length="3592865" type="audio/mpeg" />
<enclosure url="http://music.matt.west.co.tt/matt_westcott_-_at_the_river_slight_return.mp3" length="1798554" type="audio/mpeg" />
		</item>
		<item>
		<title>Spacecake</title>
		<link>http://matt.west.co.tt/music/spacecake/</link>
		<comments>http://matt.west.co.tt/music/spacecake/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 00:14:14 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Demoscene]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Spectrum]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=104</guid>
		<description><![CDATA[When I&#8217;m writing Speccy music, I&#8217;m always very conscious of stereotyping myself. At the Forever party, they gave up on anonymising music competition entries after realising that everyone in the room recognised the Gasman entry (and the Yerzmyey entry, the Factor6 entry&#8230;) within two seconds of it starting up &#8211; even if I&#8217;d gone to [...]]]></description>
			<content:encoded><![CDATA[<p>When I&#8217;m writing Speccy music, I&#8217;m always very conscious of stereotyping myself. At the Forever party, they gave up on anonymising music competition entries after realising that everyone in the room recognised the Gasman entry (and the Yerzmyey entry, the Factor6 entry&#8230;) within two seconds of it starting up &#8211; even if I&#8217;d gone to great lengths to reinvent myself.</p>
<p>This time, with two or three days left before Assembly and nothing to show, I decided to make it easy on myself, and stick with what I know &#8211; the primal boop-durr-tish-durr bassline, the crowd-pleasing echoing cascades &#8211; and not be too bothered about basking in my signature style. As a result, it&#8217;s not the most original piece of music I&#8217;ve ever written, but it did its job &#8211; it made first place in the Extreme Music competition where it was up against PC soft-synths in addition to the now familiar Commodores and Nintendos.</p>
<p>The title <em>isn&#8217;t</em> a bid to stir up controversy with drug references, by the way. I just liked the combination of words.</p>
<p><a href="http://www.zxdemo.org/extra/music/gasman_-_spacecake.mp3">Download gasman_-_spacecake.mp3</a></p>
<ul>
<li><a href="http://www.zxdemo.org/extra/music/gasman_-_spacecake.mp3">Download Spacecake (MP3, 4.3Mb)</a></li>
<li><a href="http://www.zxdemo.org/extra/music/spacecake_by_gasman.zip">Download Spacecake (TAP, 5Kb)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/spacecake/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.zxdemo.org/extra/music/gasman_-_spacecake.mp3" length="4497746" type="audio/mpeg" />
		</item>
		<item>
		<title>AY Club: Breath Of Air</title>
		<link>http://matt.west.co.tt/music/ay-club-breath-of-air/</link>
		<comments>http://matt.west.co.tt/music/ay-club-breath-of-air/#comments</comments>
		<pubDate>Sat, 10 May 2008 20:49:48 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Demoscene]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Spectrum]]></category>

		<guid isPermaLink="false">http://matt.west.co.tt/?p=101</guid>
		<description><![CDATA[As a postscript to the release of tracker2ay, here&#8217;s the reason I wanted to transfer tracker files back to the Spectrum in the first place: to play X-Agon&#8217;s 6-channel Breath Of Air (as featured on the AY Riders Satellite single) the way that God intended, on two Spectrums playing 3 channels each&#8230;]]></description>
			<content:encoded><![CDATA[<p>As a postscript to the release of <a href="http://matt.west.co.tt/music/tracker2ay/">tracker2ay</a>, here&#8217;s the reason I wanted to transfer tracker files back to the Spectrum in the first place: to play X-Agon&#8217;s 6-channel <em>Breath Of Air</em> (as featured on the <a href="http://ay-riders.speccy.cz/">AY Riders</a> <em>Satellite</em> single) the way that God intended, on two Spectrums playing 3 channels each&#8230;</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/OqZ2IzWqdYo&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/OqZ2IzWqdYo&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://matt.west.co.tt/music/ay-club-breath-of-air/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
