<?xml version="1.0" encoding="UTF-8"?><rss xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<atom:link href="https://hearthis.at/irrlicht-project/podcast/" rel="self" type="application/rss+xml" />
	<lastBuildDate>Sat, 04 Apr 2026 00:12:43 +0200</lastBuildDate>
	<title><![CDATA[irrlicht project]]></title>
	<link>https://hearthis.at/irrlicht-project/</link>
	<language>en-EN</language>
	<copyright><![CDATA[]]></copyright>
	<itunes:subtitle><![CDATA[Podcast of irrlicht project]]></itunes:subtitle>
	<itunes:author><![CDATA[irrlicht project]]></itunes:author>
	<googleplay:author><![CDATA[irrlicht project]]></googleplay:author>
	<itunes:summary><![CDATA[irrlicht project makes stuff beep.]]></itunes:summary>
	<googleplay:description><![CDATA[irrlicht project makes stuff beep.]]></googleplay:description>
	<description><![CDATA[irrlicht project makes stuff beep.]]></description>
	<itunes:owner>
	<itunes:name><![CDATA[irrlicht project]]></itunes:name>
	<itunes:email>contact@hearthis.at</itunes:email>
	</itunes:owner>
	<googleplay:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png"/>
	<itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
    <googleplay:owner>contact@hearthis.at</googleplay:owner>
	<image>
      <link>https://hearthis.at/irrlicht-project/</link>
      <title>irrlicht project</title>
      <url>https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png</url>
    </image>
	<googleplay:explicit>no</googleplay:explicit>
	<itunes:explicit>no</itunes:explicit>
	<category><![CDATA[Sounds]]></category>
	<googleplay:category text="Sounds"/>
	<itunes:category text="Sounds"/>
	<itunes:keywords><![CDATA[]]></itunes:keywords>
	
	
        <item>
            <title><![CDATA[Phase Squeek Test (ZX Spectrum Beeper)]]></title>
            <link>https://hearthis.at/irrlicht-project/phase-squeek-test-zx-spectrum-beeper/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing my latest creation - an unholy abomination of a beeper engine created by mating Shiru's Phaser with zilogat0r's Squeeker. It features four operators that can either run independantly or be linked together to create more complex timbres. It also features FX tables and a load of other customizable parameters.<br />
<br />
The intro and first part demonstrates the 4-channel mode, in which the engine basically acts as a Squeeker Plus clone.<br />
<br />
In the second part, operators 1 and 2 are linked to create the phasing bass, while channel 3 and 4 make some use of the fx table feature.<br />
<br />
In the first half of the third part, various different configurations for the two-op mode on ch1 are demonstrated, including the SID and Earth Shaker effects. The other channels are silent save for some occasional noise (this time without using tables, hence it sounds more rough).<br />
<br />
In the second half of the third part, the single channel mode is demonstrated with 3 and 4 operators in use, and various different configurations of phase, detune, coupling mode and so on.<br />
<br />
There's obviously no XM converter for this, so for the time being you'll have to hand-code the music in asm, like I did with this demo tune.<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/phasesqueek.zip?raw=true<br />
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/phasesqueek]]></description>
            <googleplay:description><![CDATA[Testing my latest creation - an unholy abomination of a beeper engine created by mating Shiru's Phaser with zilogat0r's Squeeker. It features four operators that can either run independantly or be linked together to create more complex timbres. It also features FX tables and a load of other customizable parameters.<br />
<br />
The intro and first part demonstrates the 4-channel mode, in which the engine basically acts as a Squeeker Plus clone.<br />
<br />
In the second part, operators 1 and 2 are linked to create the phasing bass, while channel 3 and 4 make some use of the fx table feature.<br />
<br />
In the first half of the third part, various different configurations for the two-op mode on ch1 are demonstrated, including the SID and Earth Shaker effects. The other channels are silent save for some occasional noise (this time without using tables, hence it sounds more rough).<br />
<br />
In the second half of the third part, the single channel mode is demonstrated with 3 and 4 operators in use, and various different configurations of phase, detune, coupling mode and so on.<br />
<br />
There's obviously no XM converter for this, so for the time being you'll have to hand-code the music in asm, like I did with this demo tune.<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/phasesqueek.zip?raw=true<br />
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/phasesqueek]]></googleplay:description>
            <itunes:summary><![CDATA[Testing my latest creation - an unholy abomination of a beeper engine created by mating Shiru's Phaser with zilogat0r's Squeeker. It features four operators that can either run independantly or be linked together to create more complex timbres. It also features FX tables and a load of other customizable parameters.

The intro and first part demonstrates the 4-channel mode, in which the engine basically acts as a Squeeker Plus clone.

In the second part, operators 1 and 2 are linked to create the phasing bass, while channel 3 and 4 make some use of the fx table feature.

In the first half of the third part, various different configurations for the two-op mode on ch1 are demonstrated, including the SID and Earth Shaker effects. The other channels are silent save for some occasional noise (this time without using tables, hence it sounds more rough).

In the second half of the third part, the single channel mode is demonstrated with 3 and 4 operators in use, and various different configurations of phase, detune, coupling mode and so on.

There's obviously no XM converter for this, so for the time being you'll have to hand-code the music in asm, like I did with this demo tune.

download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/phasesqueek.zip?raw=true
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/phasesqueek]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/5/3/5/_/uploads/4255948/image_track/993007/w1400_h1400_q70_ptrue_v2_----cropped_8be85aedd35b94c2f29a2cc44c0f5234_1471343535.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/phase-squeek-test-zx-spectrum-beeper/listen.mp3?s=Red" length="0" />
            <guid isPermaLink="false">993007</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 12 Aug 2016 12:00:28 +0200</pubDate>
                
                <atom:updated>2016-08-12T12:00:28+02:00</atom:updated>
                
            
            
            <itunes:duration>1:20</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Squeeker Plus Test (ZX Spectrum Beeper)]]></title>
            <link>https://hearthis.at/irrlicht-project/squeeker-plus-test-zx-spectrum-beeper/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing a new sound engine for the ZX Spectrum beeper. Squeeker Plus adds several new features to the original Squeeker by zilogat0r, including drums, duty cycle envelopes, noise, and more. It sounds quite Metal, so a Metal demo track it is!<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/squeekerplus.zip?raw=true (includes XM converter)<br />
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/squeekerplus<br />
<br />
]]></description>
            <googleplay:description><![CDATA[Testing a new sound engine for the ZX Spectrum beeper. Squeeker Plus adds several new features to the original Squeeker by zilogat0r, including drums, duty cycle envelopes, noise, and more. It sounds quite Metal, so a Metal demo track it is!<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/squeekerplus.zip?raw=true (includes XM converter)<br />
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/squeekerplus<br />
<br />
]]></googleplay:description>
            <itunes:summary><![CDATA[Testing a new sound engine for the ZX Spectrum beeper. Squeeker Plus adds several new features to the original Squeeker by zilogat0r, including drums, duty cycle envelopes, noise, and more. It sounds quite Metal, so a Metal demo track it is!

download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/squeekerplus.zip?raw=true (includes XM converter)
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/squeekerplus

]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/7/3/5/_/uploads/4255948/image_track/993008/w1400_h1400_q70_ptrue_v2_----cropped_58d56e8d141a3766f85069bdacd3c867_1471343537.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/squeeker-plus-test-zx-spectrum-beeper/listen.mp3?s=QHC" length="1247607" />
            <guid isPermaLink="false">993008</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sun, 31 Jul 2016 17:15:46 +0200</pubDate>
                
                <atom:updated>2016-07-31T17:15:46+02:00</atom:updated>
                
            
            
            <itunes:duration>1:17</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Beepertoy v0.1 test]]></title>
            <link>https://hearthis.at/irrlicht-project/beepertoy-v01-test/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing my latest 1-bit sound driver. Beepertoy is a meta-engine, which supports a range of different 1-bit synthesis types. It can emulate the sound of popular engines like Tritone and Octode, perform complex wavetable synthesis, and more. Sadly, the complexity of this engine means there won't be an XM converter for it.<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/beepertoy.zip?raw=true<br />
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/beepertoy]]></description>
            <googleplay:description><![CDATA[Testing my latest 1-bit sound driver. Beepertoy is a meta-engine, which supports a range of different 1-bit synthesis types. It can emulate the sound of popular engines like Tritone and Octode, perform complex wavetable synthesis, and more. Sadly, the complexity of this engine means there won't be an XM converter for it.<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/beepertoy.zip?raw=true<br />
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/beepertoy]]></googleplay:description>
            <itunes:summary><![CDATA[Testing my latest 1-bit sound driver. Beepertoy is a meta-engine, which supports a range of different 1-bit synthesis types. It can emulate the sound of popular engines like Tritone and Octode, perform complex wavetable synthesis, and more. Sadly, the complexity of this engine means there won't be an XM converter for it.

download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/beepertoy.zip?raw=true
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/beepertoy]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/0/4/5/_/uploads/4255948/image_track/993009/w1400_h1400_q70_ptrue_v2_----cropped_e490b551baf1a6b6272ad28a0aa44d11_1471343540.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/beepertoy-v01-test/listen.mp3?s=8yd" length="0" />
            <guid isPermaLink="false">993009</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 10 Jun 2016 21:39:38 +0200</pubDate>
                
                <atom:updated>2016-06-10T21:39:38+02:00</atom:updated>
                
            
            
            <itunes:duration>2:11</itunes:duration>
        </item>
        <item>
            <title><![CDATA[booom (zbmod test)]]></title>
            <link>https://hearthis.at/irrlicht-project/booom-zbmod-test/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[ZBMOD is probably the most complex ZX Spectrum 1-bit music routine I've written so far.  It mixes 3 channels of arbitrary-length PCM samples. So it's like the notorious SampleTracker used in some tracks by Mister Beep, but arguably with much improved sound.<br />
<br />
download (incl. XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/zbmod.zip?raw=true<br />
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/zbmod]]></description>
            <googleplay:description><![CDATA[ZBMOD is probably the most complex ZX Spectrum 1-bit music routine I've written so far.  It mixes 3 channels of arbitrary-length PCM samples. So it's like the notorious SampleTracker used in some tracks by Mister Beep, but arguably with much improved sound.<br />
<br />
download (incl. XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/zbmod.zip?raw=true<br />
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/zbmod]]></googleplay:description>
            <itunes:summary><![CDATA[ZBMOD is probably the most complex ZX Spectrum 1-bit music routine I've written so far.  It mixes 3 channels of arbitrary-length PCM samples. So it's like the notorious SampleTracker used in some tracks by Mister Beep, but arguably with much improved sound.

download (incl. XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/zbmod.zip?raw=true
source code: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/zbmod]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/3/4/5/_/uploads/4255948/image_track/993010/w1400_h1400_q70_ptrue_v2_----cropped_b9f4df42b60fbafdb1fd16475949be72_1471343543.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/booom-zbmod-test/listen.mp3?s=03E" length="1250950" />
            <guid isPermaLink="false">993010</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Tue, 07 Jun 2016 12:00:32 +0200</pubDate>
                
                <atom:updated>2016-06-07T12:00:32+02:00</atom:updated>
                
            
            
            <itunes:duration>1:18</itunes:duration>
        </item>
        <item>
            <title><![CDATA[octode 2k16 test]]></title>
            <link>https://hearthis.at/irrlicht-project/octode-2k16-test/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing a new 1-bit beeper engine for the Sinclair ZX Spectrum. Octode 2k16 is basically a rewrite of Octode PWM, with better sound and frequency range.<br />
<br />
Download Octode 2k16 (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/octode2k16.zip?raw=true]]></description>
            <googleplay:description><![CDATA[Testing a new 1-bit beeper engine for the Sinclair ZX Spectrum. Octode 2k16 is basically a rewrite of Octode PWM, with better sound and frequency range.<br />
<br />
Download Octode 2k16 (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/octode2k16.zip?raw=true]]></googleplay:description>
            <itunes:summary><![CDATA[Testing a new 1-bit beeper engine for the Sinclair ZX Spectrum. Octode 2k16 is basically a rewrite of Octode PWM, with better sound and frequency range.

Download Octode 2k16 (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/octode2k16.zip?raw=true]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/6/4/5/_/uploads/4255948/image_track/993012/w1400_h1400_q70_ptrue_v2_----cropped_4259d8513a106290ed8d628328ddc0d3_1471343546.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/octode-2k16-test/listen.mp3?s=0Be" length="0" />
            <guid isPermaLink="false">993012</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Thu, 26 May 2016 15:21:58 +0200</pubDate>
                
                <atom:updated>2016-05-26T15:21:58+02:00</atom:updated>
                
            
            
            <itunes:duration>1:50</itunes:duration>
        </item>
        <item>
            <title><![CDATA[The Aftermath (TI-92 Plus)]]></title>
            <link>https://hearthis.at/irrlicht-project/the-aftermath-ti-92-plus/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing QED68, my new sound routine for the TI-92 Plus graphing calculator. QED68 can play 4 channels of PCM WAV with a total of 24 volume levels.<br />
<br />
Download the QED68 package at https://github.com/utz82/qed68/releases/latest (XM converter included)<br />
<br />
Most samples in this track are from noisecollector's "guitar thrash" package on freeesound.org.]]></description>
            <googleplay:description><![CDATA[Testing QED68, my new sound routine for the TI-92 Plus graphing calculator. QED68 can play 4 channels of PCM WAV with a total of 24 volume levels.<br />
<br />
Download the QED68 package at https://github.com/utz82/qed68/releases/latest (XM converter included)<br />
<br />
Most samples in this track are from noisecollector's "guitar thrash" package on freeesound.org.]]></googleplay:description>
            <itunes:summary><![CDATA[Testing QED68, my new sound routine for the TI-92 Plus graphing calculator. QED68 can play 4 channels of PCM WAV with a total of 24 volume levels.

Download the QED68 package at https://github.com/utz82/qed68/releases/latest (XM converter included)

Most samples in this track are from noisecollector's "guitar thrash" package on freeesound.org.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/9/4/5/_/uploads/4255948/image_track/993013/w1400_h1400_q70_ptrue_v2_----cropped_bb7511c9c5dd10329e16353b9cc3ef20_1471343549.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/the-aftermath-ti-92-plus/listen.mp3?s=ENS" length="0" />
            <guid isPermaLink="false">993013</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Mon, 04 Apr 2016 14:18:45 +0200</pubDate>
                
                <atom:updated>2016-04-04T14:18:45+02:00</atom:updated>
                
            
            
            <itunes:duration>1:45</itunes:duration>
        </item>
        <item>
            <title><![CDATA[f8 fanatic (Fairchild Channel F)]]></title>
            <link>https://hearthis.at/irrlicht-project/f8-fanatic-fairchild-channel-f/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[New track for the Fairchild Channel F (aka VES, Saba Videoplay et al), the oldest cartridge-based video game console. 1st place in the channelf category at the recent BotB Winter Chip IX. Made with my own SleizsaDuo routine, which is available at https://github.com/utz82/SleizsaDuo .<br />
<br />
Image by Evan-Amos, CC BY-SA.]]></description>
            <googleplay:description><![CDATA[New track for the Fairchild Channel F (aka VES, Saba Videoplay et al), the oldest cartridge-based video game console. 1st place in the channelf category at the recent BotB Winter Chip IX. Made with my own SleizsaDuo routine, which is available at https://github.com/utz82/SleizsaDuo .<br />
<br />
Image by Evan-Amos, CC BY-SA.]]></googleplay:description>
            <itunes:summary><![CDATA[New track for the Fairchild Channel F (aka VES, Saba Videoplay et al), the oldest cartridge-based video game console. 1st place in the channelf category at the recent BotB Winter Chip IX. Made with my own SleizsaDuo routine, which is available at https://github.com/utz82/SleizsaDuo .

Image by Evan-Amos, CC BY-SA.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/2/5/5/_/uploads/4255948/image_track/993014/w1400_h1400_q70_ptrue_v2_----cropped_d9699348529c67985a262363b42e47eb_1471343552.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/f8-fanatic-fairchild-channel-f/listen.mp3?s=7ZO" length="0" />
            <guid isPermaLink="false">993014</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 11 Mar 2016 10:52:53 +0100</pubDate>
                
                <atom:updated>2016-03-11T10:52:53+01:00</atom:updated>
                
            
            
            <itunes:duration>1:08</itunes:duration>
        </item>
        <item>
            <title><![CDATA[fluidcore beeper engine test]]></title>
            <link>https://hearthis.at/irrlicht-project/fluidcore-beeper-engine-test/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing "fluidcore", my new 1-bit, 4 channel PCM wavetable player for the ZX Spectrum beeper.<br />
<br />
Get fluidcore here (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/fluidcore.zip?raw=true<br />
<br />
(picture by Bill Bertram, CC-BY-SA)]]></description>
            <googleplay:description><![CDATA[Testing "fluidcore", my new 1-bit, 4 channel PCM wavetable player for the ZX Spectrum beeper.<br />
<br />
Get fluidcore here (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/fluidcore.zip?raw=true<br />
<br />
(picture by Bill Bertram, CC-BY-SA)]]></googleplay:description>
            <itunes:summary><![CDATA[Testing "fluidcore", my new 1-bit, 4 channel PCM wavetable player for the ZX Spectrum beeper.

Get fluidcore here (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/fluidcore.zip?raw=true

(picture by Bill Bertram, CC-BY-SA)]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/5/5/5/_/uploads/4255948/image_track/993015/w1400_h1400_q70_ptrue_v2_----cropped_9af7f93fbfed05fa3d89e2281d7d94a7_1471343555.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/fluidcore-beeper-engine-test/listen.mp3?s=ZuT" length="0" />
            <guid isPermaLink="false">993015</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Thu, 03 Mar 2016 14:50:41 +0100</pubDate>
                
                <atom:updated>2016-03-03T14:50:41+01:00</atom:updated>
                
            
            
            <itunes:duration>2:28</itunes:duration>
        </item>
        <item>
            <title><![CDATA[frozen flames]]></title>
            <link>https://hearthis.at/irrlicht-project/frozen-flames/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[My submission for the ZX Spectrum 1-bit music competition at DiHalt Lite 2016, got 2nd place. Made with Quattropic.]]></description>
            <googleplay:description><![CDATA[My submission for the ZX Spectrum 1-bit music competition at DiHalt Lite 2016, got 2nd place. Made with Quattropic.]]></googleplay:description>
            <itunes:summary><![CDATA[My submission for the ZX Spectrum 1-bit music competition at DiHalt Lite 2016, got 2nd place. Made with Quattropic.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/1/6/5/_/uploads/4255948/image_track/993017/w1400_h1400_q70_ptrue_v2_----cropped_e9935947f91ba777b5ac3dc3d97408a6_1471343561.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/frozen-flames/listen.mp3?s=Sd6" length="1778415" />
            <guid isPermaLink="false">993017</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Mon, 01 Feb 2016 13:26:32 +0100</pubDate>
                
                <atom:updated>2016-02-01T13:26:32+01:00</atom:updated>
                
            
            
            <itunes:duration>1:51</itunes:duration>
        </item>
        <item>
            <title><![CDATA[HoustonTracker 2 Sound Demo (TI-82/83/83+/84+)]]></title>
            <link>https://hearthis.at/irrlicht-project/houstontracker-2-sound-demo-ti-82838384/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[It's time 4 da calculator!<br />
HoustonTracker 2 is a music editor/sequencer for Texas Instruments graphing calculators. It outputs 1-bit sound through the calculator link port. HT2 features 4 voice polyphony, tons of effects, and a simple, tracker-style interface.<br />
<br />
Downloads, documentation, and more at http://irrlichtproject.de/houston<br />
source code at https://github.com/utz82/HoustonTracker2<br />
dev thread at http://randomflux.info/1bit/viewtopic.php?id=46]]></description>
            <googleplay:description><![CDATA[It's time 4 da calculator!<br />
HoustonTracker 2 is a music editor/sequencer for Texas Instruments graphing calculators. It outputs 1-bit sound through the calculator link port. HT2 features 4 voice polyphony, tons of effects, and a simple, tracker-style interface.<br />
<br />
Downloads, documentation, and more at http://irrlichtproject.de/houston<br />
source code at https://github.com/utz82/HoustonTracker2<br />
dev thread at http://randomflux.info/1bit/viewtopic.php?id=46]]></googleplay:description>
            <itunes:summary><![CDATA[It's time 4 da calculator!
HoustonTracker 2 is a music editor/sequencer for Texas Instruments graphing calculators. It outputs 1-bit sound through the calculator link port. HT2 features 4 voice polyphony, tons of effects, and a simple, tracker-style interface.

Downloads, documentation, and more at http://irrlichtproject.de/houston
source code at https://github.com/utz82/HoustonTracker2
dev thread at http://randomflux.info/1bit/viewtopic.php?id=46]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/6/5/_/uploads/4255948/image_track/993018/w1400_h1400_q70_ptrue_v2_----cropped_db661396d9ed8aad41c783b2b07dce3f_1471343564.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/houstontracker-2-sound-demo-ti-82838384/listen.mp3?s=vVh" length="0" />
            <guid isPermaLink="false">993018</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Tue, 06 Oct 2015 14:33:04 +0200</pubDate>
                
                <atom:updated>2015-10-06T14:33:04+02:00</atom:updated>
                
            
            
            <itunes:duration>1:53</itunes:duration>
        </item>
        <item>
            <title><![CDATA[7days7engines Day 7: nanobeep test1]]></title>
            <link>https://hearthis.at/irrlicht-project/7days7engines-day-7-nanobeep-test1/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A beeper engine in 86 bytes :o This is the last installment in the 7days7engines project. Not a really serious one, but I had to fill the week somehow ;)<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/nanobeep.zip?raw=true (includes XM convert)<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/nanobeep<br />
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></description>
            <googleplay:description><![CDATA[A beeper engine in 86 bytes :o This is the last installment in the 7days7engines project. Not a really serious one, but I had to fill the week somehow ;)<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/nanobeep.zip?raw=true (includes XM convert)<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/nanobeep<br />
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></googleplay:description>
            <itunes:summary><![CDATA[A beeper engine in 86 bytes :o This is the last installment in the 7days7engines project. Not a really serious one, but I had to fill the week somehow ;)

download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/nanobeep.zip?raw=true (includes XM convert)
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/nanobeep
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/7/6/5/_/uploads/4255948/image_track/993019/w1400_h1400_q70_ptrue_v2_----cropped_ff0e27d64d7f92b9c7a537f65d29a504_1471343567.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/7days7engines-day-7-nanobeep-test1/listen.mp3?s=5Ct" length="854725" />
            <guid isPermaLink="false">993019</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sun, 20 Sep 2015 16:02:20 +0200</pubDate>
                
                <atom:updated>2015-09-20T16:02:20+02:00</atom:updated>
                
            
            
            <itunes:duration>0:53</itunes:duration>
        </item>
        <item>
            <title><![CDATA[7days7engines Day 6: yawp test1]]></title>
            <link>https://hearthis.at/irrlicht-project/7days7engines-day-6-yawp-test1/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Why settle for 2 channels of sample playback if you can have 3? Here's yawp, aka Yet Another Wave Player. Somewhat more rough sound quality than qaop, but hey, still better than SampleTracker :D<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/yawp.zip?raw=true(includes XM converter)<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/yawp<br />
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></description>
            <googleplay:description><![CDATA[Why settle for 2 channels of sample playback if you can have 3? Here's yawp, aka Yet Another Wave Player. Somewhat more rough sound quality than qaop, but hey, still better than SampleTracker :D<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/yawp.zip?raw=true(includes XM converter)<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/yawp<br />
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></googleplay:description>
            <itunes:summary><![CDATA[Why settle for 2 channels of sample playback if you can have 3? Here's yawp, aka Yet Another Wave Player. Somewhat more rough sound quality than qaop, but hey, still better than SampleTracker :D

download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/yawp.zip?raw=true(includes XM converter)
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/yawp
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/0/7/5/_/uploads/4255948/image_track/993020/w1400_h1400_q70_ptrue_v2_----cropped_c1e3c9ff9c6a3ae51e214692b93e2ea9_1471343570.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/7days7engines-day-6-yawp-test1/listen.mp3?s=QHA" length="819199" />
            <guid isPermaLink="false">993020</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sat, 19 Sep 2015 15:15:49 +0200</pubDate>
                
                <atom:updated>2015-09-19T15:15:49+02:00</atom:updated>
                
            
            
            <itunes:duration>0:51</itunes:duration>
        </item>
        <item>
            <title><![CDATA[7days7engines Day 5: Octode PWM test1]]></title>
            <link>https://hearthis.at/irrlicht-project/7days7engines-day-5-octode-pwm-test1/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Another version of the Octode routine, this time with pulse-interleaving synthesis instead of pulse frequency modulation. It's quite noisy, perhaps 8 channels of square wave sound is a bit too much for the Speccy beeper...<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/octodepwm.zip?raw=true (includes XM converter)<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/octodepwm<br />
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></description>
            <googleplay:description><![CDATA[Another version of the Octode routine, this time with pulse-interleaving synthesis instead of pulse frequency modulation. It's quite noisy, perhaps 8 channels of square wave sound is a bit too much for the Speccy beeper...<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/octodepwm.zip?raw=true (includes XM converter)<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/octodepwm<br />
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></googleplay:description>
            <itunes:summary><![CDATA[Another version of the Octode routine, this time with pulse-interleaving synthesis instead of pulse frequency modulation. It's quite noisy, perhaps 8 channels of square wave sound is a bit too much for the Speccy beeper...

download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/octodepwm.zip?raw=true (includes XM converter)
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/octodepwm
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/2/7/5/_/uploads/4255948/image_track/993021/w1400_h1400_q70_ptrue_v2_----cropped_ec748a18f969b2b02644a1d1b5f457ce_1471343572.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/7days7engines-day-5-octode-pwm-test1/listen.mp3?s=QgR" length="965484" />
            <guid isPermaLink="false">993021</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 18 Sep 2015 15:13:08 +0200</pubDate>
                
                <atom:updated>2015-09-18T15:13:08+02:00</atom:updated>
                
            
            
            <itunes:duration>1:00</itunes:duration>
        </item>
        <item>
            <title><![CDATA[7days7engines Day 4: Octode 2k15 test1]]></title>
            <link>https://hearthis.at/irrlicht-project/7days7engines-day-4-octode-2k15-test1/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Hadn't written a pin pulse engine in ages, so it was time to change that :) Octode 2k15 is a rewrite of Shiru's 8-channel Octode engine, which fixes the detune issues of the latter by using 16-bit frequency counting. The sound is somewhere half-way between the original Octode and introspec's "XL" mod.<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/quattropic.zip?raw=true (includes XM converter)<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/octode2k15<br />
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></description>
            <googleplay:description><![CDATA[Hadn't written a pin pulse engine in ages, so it was time to change that :) Octode 2k15 is a rewrite of Shiru's 8-channel Octode engine, which fixes the detune issues of the latter by using 16-bit frequency counting. The sound is somewhere half-way between the original Octode and introspec's "XL" mod.<br />
<br />
download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/quattropic.zip?raw=true (includes XM converter)<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/octode2k15<br />
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></googleplay:description>
            <itunes:summary><![CDATA[Hadn't written a pin pulse engine in ages, so it was time to change that :) Octode 2k15 is a rewrite of Shiru's 8-channel Octode engine, which fixes the detune issues of the latter by using 16-bit frequency counting. The sound is somewhere half-way between the original Octode and introspec's "XL" mod.

download: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/quattropic.zip?raw=true (includes XM converter)
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/octode2k15
7d7e release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/5/7/5/_/uploads/4255948/image_track/993022/w1400_h1400_q70_ptrue_v2_----cropped_284990abdc231fa261529364561b3ca8_1471343575.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/7days7engines-day-4-octode-2k15-test1/listen.mp3?s=mcC" length="800808" />
            <guid isPermaLink="false">993022</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Thu, 17 Sep 2015 16:25:36 +0200</pubDate>
                
                <atom:updated>2015-09-17T16:25:36+02:00</atom:updated>
                
            
            
            <itunes:duration>0:50</itunes:duration>
        </item>
        <item>
            <title><![CDATA[7days7engines Day 3: xtone test1]]></title>
            <link>https://hearthis.at/irrlicht-project/7days7engines-day-3-xtone-test1/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[For day 3 of my little coding spree, I've got an engine with 2x3=6 square wave channels for you. Sound is a little more rough than in engines of the same type with less channels, but well, that's what happens if you push things. This engine also has variable pulse widths, although less fine-grained than normally.<br />
<br />
download (includes XM converter as usual): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/xtone.zip?raw=true<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/xtone<br />
release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></description>
            <googleplay:description><![CDATA[For day 3 of my little coding spree, I've got an engine with 2x3=6 square wave channels for you. Sound is a little more rough than in engines of the same type with less channels, but well, that's what happens if you push things. This engine also has variable pulse widths, although less fine-grained than normally.<br />
<br />
download (includes XM converter as usual): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/xtone.zip?raw=true<br />
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/xtone<br />
release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></googleplay:description>
            <itunes:summary><![CDATA[For day 3 of my little coding spree, I've got an engine with 2x3=6 square wave channels for you. Sound is a little more rough than in engines of the same type with less channels, but well, that's what happens if you push things. This engine also has variable pulse widths, although less fine-grained than normally.

download (includes XM converter as usual): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/xtone.zip?raw=true
source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/xtone
release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/7/7/5/_/uploads/4255948/image_track/993023/w1400_h1400_q70_ptrue_v2_----cropped_dd6608ab31d182187c0980295a9f12d0_1471343577.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/7days7engines-day-3-xtone-test1/listen.mp3?s=GwA" length="1035283" />
            <guid isPermaLink="false">993023</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Wed, 16 Sep 2015 15:00:24 +0200</pubDate>
                
                <atom:updated>2015-09-16T15:00:24+02:00</atom:updated>
                
            
            
            <itunes:duration>1:04</itunes:duration>
        </item>
        <item>
            <title><![CDATA[7days7engines Day 2: quattropic - test1]]></title>
            <link>https://hearthis.at/irrlicht-project/7days7engines-day-2-quattropic-test1/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A new day, a new ZX Spectrum 1-bit routine. This one features 4 square wave channels with variable duty cycle. One of the channels can also play noise instead of tone.<br />
<br />
Download (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/quattropic.zip?raw=true<br />
Source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/quattropic<br />
7days7engines release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></description>
            <googleplay:description><![CDATA[A new day, a new ZX Spectrum 1-bit routine. This one features 4 square wave channels with variable duty cycle. One of the channels can also play noise instead of tone.<br />
<br />
Download (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/quattropic.zip?raw=true<br />
Source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/quattropic<br />
7days7engines release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></googleplay:description>
            <itunes:summary><![CDATA[A new day, a new ZX Spectrum 1-bit routine. This one features 4 square wave channels with variable duty cycle. One of the channels can also play noise instead of tone.

Download (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/quattropic.zip?raw=true
Source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/quattropic
7days7engines release thread: http://randomflux.info/1bit/viewtopic.php?id=39]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/2/8/5/_/uploads/4255948/image_track/993024/w1400_h1400_q70_ptrue_v2_----cropped_f44b3a8a20aa72265b5fa67d8efe8968_1471343582.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/7days7engines-day-2-quattropic-test1/listen.mp3?s=xMy" length="1215006" />
            <guid isPermaLink="false">993024</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Tue, 15 Sep 2015 14:34:23 +0200</pubDate>
                
                <atom:updated>2015-09-15T14:34:23+02:00</atom:updated>
                
            
            
            <itunes:duration>1:15</itunes:duration>
        </item>
        <item>
            <title><![CDATA[7days7engines Day 1: qaop test1]]></title>
            <link>https://hearthis.at/irrlicht-project/7days7engines-day-1-qaop-test1/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[This week, I'm doing a little project called 7days7engines. That means that for every day of the week, I'll release a new ZX Spectrum beeper/1-bit routine.<br />
<br />
First up is QAOP, a two-channel routine that plays short, looped PCM samples.<br />
Download (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/qaop.zip?raw=true<br />
Source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/qaop]]></description>
            <googleplay:description><![CDATA[This week, I'm doing a little project called 7days7engines. That means that for every day of the week, I'll release a new ZX Spectrum beeper/1-bit routine.<br />
<br />
First up is QAOP, a two-channel routine that plays short, looped PCM samples.<br />
Download (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/qaop.zip?raw=true<br />
Source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/qaop]]></googleplay:description>
            <itunes:summary><![CDATA[This week, I'm doing a little project called 7days7engines. That means that for every day of the week, I'll release a new ZX Spectrum beeper/1-bit routine.

First up is QAOP, a two-channel routine that plays short, looped PCM samples.
Download (includes XM converter): https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/blob/master/qaop.zip?raw=true
Source: https://github.com/utz82/ZX-Spectrum-1-Bit-Routines/tree/master/qaop]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/8/5/_/uploads/4255948/image_track/993025/w1400_h1400_q70_ptrue_v2_----cropped_d7339855bc6e716cf4d02ee3545711d5_1471343584.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/7days7engines-day-1-qaop-test1/listen.mp3?s=9IG" length="1067884" />
            <guid isPermaLink="false">993025</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Mon, 14 Sep 2015 15:19:18 +0200</pubDate>
                
                <atom:updated>2015-09-14T15:19:18+02:00</atom:updated>
                
            
            
            <itunes:duration>1:06</itunes:duration>
        </item>
        <item>
            <title><![CDATA[pcmplay test1 (Dragon/Tandy CoCo)]]></title>
            <link>https://hearthis.at/irrlicht-project/pcmplay-test1-dragontandy-coco/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Made a new soundroutine, this time for the Dragon 32/64 resp. Tandy Radioshack Color Computer and their 6-bit DAC. First time coding on a 6809 processor ;)<br />
<br />
The routine features 4 channels of PCM WAV playback. Samples are 4-bit, fixed length, and looped.<br />
<br />
Download, source, and XM converter at https://github.com/utz82/pcmplay<br />
<br />
Picture by Liftarn (CC BY-SA)]]></description>
            <googleplay:description><![CDATA[Made a new soundroutine, this time for the Dragon 32/64 resp. Tandy Radioshack Color Computer and their 6-bit DAC. First time coding on a 6809 processor ;)<br />
<br />
The routine features 4 channels of PCM WAV playback. Samples are 4-bit, fixed length, and looped.<br />
<br />
Download, source, and XM converter at https://github.com/utz82/pcmplay<br />
<br />
Picture by Liftarn (CC BY-SA)]]></googleplay:description>
            <itunes:summary><![CDATA[Made a new soundroutine, this time for the Dragon 32/64 resp. Tandy Radioshack Color Computer and their 6-bit DAC. First time coding on a 6809 processor ;)

The routine features 4 channels of PCM WAV playback. Samples are 4-bit, fixed length, and looped.

Download, source, and XM converter at https://github.com/utz82/pcmplay

Picture by Liftarn (CC BY-SA)]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/7/8/5/_/uploads/4255948/image_track/993026/w1400_h1400_q70_ptrue_v2_----cropped_cd11d7c5b2c5f997c64b8faf9f5c497e_1471343587.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/pcmplay-test1-dragontandy-coco/listen.mp3?s=DGY" length="0" />
            <guid isPermaLink="false">993026</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sat, 05 Sep 2015 21:35:47 +0200</pubDate>
                
                <atom:updated>2015-09-05T21:35:47+02:00</atom:updated>
                
            
            
            <itunes:duration>0:59</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Sleizsa Duo test1 (Fairchild Channel F)]]></title>
            <link>https://hearthis.at/irrlicht-project/sleizsa-duo-test1-fairchild-channel-f/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing my new 1-bit sound driver for the Fairchild Channel F, an ancient game console from 1976. It's the first multi-channel driver for this system. Download the source + XM converter at https://github.com/utz82/SleizsaDuo.]]></description>
            <googleplay:description><![CDATA[Testing my new 1-bit sound driver for the Fairchild Channel F, an ancient game console from 1976. It's the first multi-channel driver for this system. Download the source + XM converter at https://github.com/utz82/SleizsaDuo.]]></googleplay:description>
            <itunes:summary><![CDATA[Testing my new 1-bit sound driver for the Fairchild Channel F, an ancient game console from 1976. It's the first multi-channel driver for this system. Download the source + XM converter at https://github.com/utz82/SleizsaDuo.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/9/8/5/_/uploads/4255948/image_track/993027/w1400_h1400_q70_ptrue_v2_----cropped_645e1ea009e090937f4e9b2e1c4503aa_1471343589.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/sleizsa-duo-test1-fairchild-channel-f/listen.mp3?s=uwM" length="1241755" />
            <guid isPermaLink="false">993027</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sat, 07 Mar 2015 00:33:44 +0100</pubDate>
                
                <atom:updated>2015-03-07T00:33:44+01:00</atom:updated>
                
            
            
            <itunes:duration>1:17</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Crystal Realm (in memoriam Ján Deák)]]></title>
            <link>https://hearthis.at/irrlicht-project/crystal-realm-in-memoriam-jn-dek/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Track for the tribute compilation in memory of the master of ZX Spectrum beeper routines Jan Deak, who passed away unexpectedly last November. Made with ZX-16 engine (16 channels).<br />
Download the compilation in ZX .tap format at http://www.pouet.net/prod.php?which=64543<br />
or mp3 at http://z80.i-demo.pl/In_Memoriam_Jan_Deak_2014.zip]]></description>
            <googleplay:description><![CDATA[Track for the tribute compilation in memory of the master of ZX Spectrum beeper routines Jan Deak, who passed away unexpectedly last November. Made with ZX-16 engine (16 channels).<br />
Download the compilation in ZX .tap format at http://www.pouet.net/prod.php?which=64543<br />
or mp3 at http://z80.i-demo.pl/In_Memoriam_Jan_Deak_2014.zip]]></googleplay:description>
            <itunes:summary><![CDATA[Track for the tribute compilation in memory of the master of ZX Spectrum beeper routines Jan Deak, who passed away unexpectedly last November. Made with ZX-16 engine (16 channels).
Download the compilation in ZX .tap format at http://www.pouet.net/prod.php?which=64543
or mp3 at http://z80.i-demo.pl/In_Memoriam_Jan_Deak_2014.zip]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/2/9/5/_/uploads/4255948/image_track/993028/w1400_h1400_q70_ptrue_v2_----cropped_82a3d9cd8401c43e6edc123e9b1f0fae_1471343592.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/crystal-realm-in-memoriam-jn-dek/listen.mp3?s=yT0" length="0" />
            <guid isPermaLink="false">993028</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 27 Feb 2015 18:51:11 +0100</pubDate>
                
                <atom:updated>2015-02-27T18:51:11+01:00</atom:updated>
                
            
            
            <itunes:duration>2:55</itunes:duration>
        </item>
        <item>
            <title><![CDATA[hyperdrive (GTIA 1-bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/hyperdrive-gtia-1-bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[My submission to the Atari XL/XE GTIA music competition at Sillyventure 2014. Took 3rd place. Made with Tritone engine.]]></description>
            <googleplay:description><![CDATA[My submission to the Atari XL/XE GTIA music competition at Sillyventure 2014. Took 3rd place. Made with Tritone engine.]]></googleplay:description>
            <itunes:summary><![CDATA[My submission to the Atari XL/XE GTIA music competition at Sillyventure 2014. Took 3rd place. Made with Tritone engine.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/hyperdrive-gtia-1-bit/listen.mp3?s=jvO" length="2299610" />
            <guid isPermaLink="false">993029</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Wed, 10 Dec 2014 20:47:15 +0100</pubDate>
                
                <atom:updated>2014-12-10T20:47:15+01:00</atom:updated>
                
            
            
            <itunes:duration>2:23</itunes:duration>
        </item>
        <item>
            <title><![CDATA[zzxx (new album out now!)]]></title>
            <link>https://hearthis.at/irrlicht-project/zzxx-new-album-out-now/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A track from my new album, "dat fuzz". Stream/download/buy the CD at https://irrlichtproject.bandcamp.com!]]></description>
            <googleplay:description><![CDATA[A track from my new album, "dat fuzz". Stream/download/buy the CD at https://irrlichtproject.bandcamp.com!]]></googleplay:description>
            <itunes:summary><![CDATA[A track from my new album, "dat fuzz". Stream/download/buy the CD at https://irrlichtproject.bandcamp.com!]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/0/0/6/_/uploads/4255948/image_track/993030/w1400_h1400_q70_ptrue_v2_----cropped_f51329d95ad5c9e1d9992fd3336df5da_1471343600.jpg" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/zzxx-new-album-out-now/listen.mp3?s=3QX" length="2631470" />
            <guid isPermaLink="false">993030</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 05 Sep 2014 19:35:38 +0200</pubDate>
                
                <atom:updated>2014-09-05T19:35:38+02:00</atom:updated>
                
            
            
            <itunes:duration>2:44</itunes:duration>
        </item>
        <item>
            <title><![CDATA[reasonably accurate (rawp engine test)]]></title>
            <link>https://hearthis.at/irrlicht-project/reasonably-accurate-rawp-engine-test/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing the new rawp beeper engine for ZX Spectrum.<br />
Download at http://irrlichtproject.de/downloads/rawp.zip (includes XM converter).]]></description>
            <googleplay:description><![CDATA[Testing the new rawp beeper engine for ZX Spectrum.<br />
Download at http://irrlichtproject.de/downloads/rawp.zip (includes XM converter).]]></googleplay:description>
            <itunes:summary><![CDATA[Testing the new rawp beeper engine for ZX Spectrum.
Download at http://irrlichtproject.de/downloads/rawp.zip (includes XM converter).]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/reasonably-accurate-rawp-engine-test/listen.mp3?s=xfm" length="0" />
            <guid isPermaLink="false">993031</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Mon, 01 Sep 2014 18:15:20 +0200</pubDate>
                
                <atom:updated>2014-09-01T18:15:20+02:00</atom:updated>
                
            
            
            <itunes:duration>1:44</itunes:duration>
        </item>
        <item>
            <title><![CDATA[osaka II test (Sharp PC-1403)]]></title>
            <link>https://hearthis.at/irrlicht-project/osaka-ii-test-sharp-pc-1403/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[Testing my new 1-bit sound routine for the Sharp PC-1403 pocket computer.<br />
<br />
Download the routine + XM converter at http://irrlichtproject.de/downloads/osaka2.zip]]></description>
            <googleplay:description><![CDATA[Testing my new 1-bit sound routine for the Sharp PC-1403 pocket computer.<br />
<br />
Download the routine + XM converter at http://irrlichtproject.de/downloads/osaka2.zip]]></googleplay:description>
            <itunes:summary><![CDATA[Testing my new 1-bit sound routine for the Sharp PC-1403 pocket computer.

Download the routine + XM converter at http://irrlichtproject.de/downloads/osaka2.zip]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/osaka-ii-test-sharp-pc-1403/listen.mp3?s=7vF" length="0" />
            <guid isPermaLink="false">993032</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Mon, 11 Aug 2014 14:14:35 +0200</pubDate>
                
                <atom:updated>2014-08-11T14:14:35+02:00</atom:updated>
                
            
            
            <itunes:duration>0:22</itunes:duration>
        </item>
        <item>
            <title><![CDATA[gmblfrzz]]></title>
            <link>https://hearthis.at/irrlicht-project/gmblfrzz/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[An old Gameboy track I made back in 2012, just to prove to myself that I could make Gameboy music, too.]]></description>
            <googleplay:description><![CDATA[An old Gameboy track I made back in 2012, just to prove to myself that I could make Gameboy music, too.]]></googleplay:description>
            <itunes:summary><![CDATA[An old Gameboy track I made back in 2012, just to prove to myself that I could make Gameboy music, too.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/gmblfrzz/listen.mp3?s=U0h" length="0" />
            <guid isPermaLink="false">993033</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sat, 17 May 2014 18:59:52 +0200</pubDate>
                
                <atom:updated>2014-05-17T18:59:52+02:00</atom:updated>
                
            
            
            <itunes:duration>2:31</itunes:duration>
        </item>
        <item>
            <title><![CDATA[detunator (ZX Spectrum 1-bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/detunator-zx-spectrum-1-bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[My slightly out of tune beeper entry for BotB Winter Chip IX. Made with ntropic, my new ZX Spectrum 1-bit driver.<br />
<br />
Check out the massive load of BotB entries this year or participate yourself at http://battleofthebits.org<br />
<br />
]]></description>
            <googleplay:description><![CDATA[My slightly out of tune beeper entry for BotB Winter Chip IX. Made with ntropic, my new ZX Spectrum 1-bit driver.<br />
<br />
Check out the massive load of BotB entries this year or participate yourself at http://battleofthebits.org<br />
<br />
]]></googleplay:description>
            <itunes:summary><![CDATA[My slightly out of tune beeper entry for BotB Winter Chip IX. Made with ntropic, my new ZX Spectrum 1-bit driver.

Check out the massive load of BotB entries this year or participate yourself at http://battleofthebits.org

]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/detunator-zx-spectrum-1-bit/listen.mp3?s=MPi" length="1971930" />
            <guid isPermaLink="false">993034</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Tue, 28 Jan 2014 17:07:12 +0100</pubDate>
                
                <atom:updated>2014-01-28T17:07:12+01:00</atom:updated>
                
            
            
            <itunes:duration>2:03</itunes:duration>
        </item>
        <item>
            <title><![CDATA[galaxzija-10 (1-Bit Wizards version)]]></title>
            <link>https://hearthis.at/irrlicht-project/galaxzija-10-1-bit-wizards-version/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[One of my tracks for the 1-Bit Wizards' debut compilation. Made with ZX-10 sound routine by Ján Deák.<br />
<br />
1-BIT WIZARDS - The Journey begins - free download at www.kittenrock.co.uk]]></description>
            <googleplay:description><![CDATA[One of my tracks for the 1-Bit Wizards' debut compilation. Made with ZX-10 sound routine by Ján Deák.<br />
<br />
1-BIT WIZARDS - The Journey begins - free download at www.kittenrock.co.uk]]></googleplay:description>
            <itunes:summary><![CDATA[One of my tracks for the 1-Bit Wizards' debut compilation. Made with ZX-10 sound routine by Ján Deák.

1-BIT WIZARDS - The Journey begins - free download at www.kittenrock.co.uk]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/galaxzija-10-1-bit-wizards-version/listen.mp3?s=clA" length="0" />
            <guid isPermaLink="false">993035</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 12 Jul 2013 15:37:38 +0200</pubDate>
                
                <atom:updated>2013-07-12T15:37:38+02:00</atom:updated>
                
            
            
            <itunes:duration>2:21</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Houston Tracker for TI-82 - Demo02]]></title>
            <link>https://hearthis.at/irrlicht-project/houston-tracker-for-ti-82-demo02/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A short demo showcasing the possibilities of the new beta of Houston Tracker.<br />
<br />
The first two snippets are made with TIM-FX engine, the last one is made with Mark-2 engine.<br />
<br />
The beta can be downloaded at http://irrlichtproject.de/downloads/houston.zip<br />
]]></description>
            <googleplay:description><![CDATA[A short demo showcasing the possibilities of the new beta of Houston Tracker.<br />
<br />
The first two snippets are made with TIM-FX engine, the last one is made with Mark-2 engine.<br />
<br />
The beta can be downloaded at http://irrlichtproject.de/downloads/houston.zip<br />
]]></googleplay:description>
            <itunes:summary><![CDATA[A short demo showcasing the possibilities of the new beta of Houston Tracker.

The first two snippets are made with TIM-FX engine, the last one is made with Mark-2 engine.

The beta can be downloaded at http://irrlichtproject.de/downloads/houston.zip
]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/houston-tracker-for-ti-82-demo02/listen.mp3?s=TCx" length="1278118" />
            <guid isPermaLink="false">993036</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 12 Apr 2013 21:31:34 +0200</pubDate>
                
                <atom:updated>2013-04-12T21:31:34+02:00</atom:updated>
                
            
            
            <itunes:duration>1:19</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Houston Tracker for TI-82 - Demo01]]></title>
            <link>https://hearthis.at/irrlicht-project/houston-tracker-for-ti-82-demo01/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A quick demo tune for Houston Tracker, a brand new music editor for the TI82 graphic calculator. 4 channels PFM 1-bit sound, 2 interrupting drums, pseudo-stereo.<br />
<br />
This is a flat recording, no effects applied whatsoever.<br />
<br />
Download the latest version of Houston Tracker at http://www.irrlichtproject.de/downloads/houston.zip<br />
<br />
For more info and updates, check http://chipmusic.org/forums/topic/10337/ti-calcs-houston-we-have-a-tracker/]]></description>
            <googleplay:description><![CDATA[A quick demo tune for Houston Tracker, a brand new music editor for the TI82 graphic calculator. 4 channels PFM 1-bit sound, 2 interrupting drums, pseudo-stereo.<br />
<br />
This is a flat recording, no effects applied whatsoever.<br />
<br />
Download the latest version of Houston Tracker at http://www.irrlichtproject.de/downloads/houston.zip<br />
<br />
For more info and updates, check http://chipmusic.org/forums/topic/10337/ti-calcs-houston-we-have-a-tracker/]]></googleplay:description>
            <itunes:summary><![CDATA[A quick demo tune for Houston Tracker, a brand new music editor for the TI82 graphic calculator. 4 channels PFM 1-bit sound, 2 interrupting drums, pseudo-stereo.

This is a flat recording, no effects applied whatsoever.

Download the latest version of Houston Tracker at http://www.irrlichtproject.de/downloads/houston.zip

For more info and updates, check http://chipmusic.org/forums/topic/10337/ti-calcs-houston-we-have-a-tracker/]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/houston-tracker-for-ti-82-demo01/listen.mp3?s=o4O" length="0" />
            <guid isPermaLink="false">993037</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 01 Mar 2013 16:15:56 +0100</pubDate>
                
                <atom:updated>2013-03-01T16:15:56+01:00</atom:updated>
                
            
            
            <itunes:duration>0:23</itunes:duration>
        </item>
        <item>
            <title><![CDATA[warpzone (TI82 1-Bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/warpzone-ti82-1-bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A track from my new music collection/demo for TI82 graphic calculators.]]></description>
            <googleplay:description><![CDATA[A track from my new music collection/demo for TI82 graphic calculators.]]></googleplay:description>
            <itunes:summary><![CDATA[A track from my new music collection/demo for TI82 graphic calculators.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/warpzone-ti82-1-bit/listen.mp3?s=jMr" length="2159594" />
            <guid isPermaLink="false">993038</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 26 Oct 2012 16:57:06 +0200</pubDate>
                
                <atom:updated>2012-10-26T16:57:06+02:00</atom:updated>
                
            
            
            <itunes:duration>2:14</itunes:duration>
        </item>
        <item>
            <title><![CDATA[magitex-cx (1-bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/magitex-cx-1-bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[ZX Spectrum beeper track made with SpecialFX engine (2 channels + drums).<br />
<br />
Uploaded June 26th in honor of the legendary ZX Spectrum programmer Jonathan "Joffa" Smith, who developed the SpecialFX engine, and who died two years ago.]]></description>
            <googleplay:description><![CDATA[ZX Spectrum beeper track made with SpecialFX engine (2 channels + drums).<br />
<br />
Uploaded June 26th in honor of the legendary ZX Spectrum programmer Jonathan "Joffa" Smith, who developed the SpecialFX engine, and who died two years ago.]]></googleplay:description>
            <itunes:summary><![CDATA[ZX Spectrum beeper track made with SpecialFX engine (2 channels + drums).

Uploaded June 26th in honor of the legendary ZX Spectrum programmer Jonathan "Joffa" Smith, who developed the SpecialFX engine, and who died two years ago.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/magitex-cx-1-bit/listen.mp3?s=kFG" length="2974196" />
            <guid isPermaLink="false">993039</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Tue, 26 Jun 2012 23:07:26 +0200</pubDate>
                
                <atom:updated>2012-06-26T23:07:26+02:00</atom:updated>
                
            
            
            <itunes:duration>3:05</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Lake Vostok (1-bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/lake-vostok-1-bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[It seems the Russians achieved the breakthrough a couple of days ago, after drilling for several decades. So I'm uploading this old track, made with Savage engine (2 tone channels + drums). This was my entry for last year's BotB Winter Chip, got third place in the Beeper category.]]></description>
            <googleplay:description><![CDATA[It seems the Russians achieved the breakthrough a couple of days ago, after drilling for several decades. So I'm uploading this old track, made with Savage engine (2 tone channels + drums). This was my entry for last year's BotB Winter Chip, got third place in the Beeper category.]]></googleplay:description>
            <itunes:summary><![CDATA[It seems the Russians achieved the breakthrough a couple of days ago, after drilling for several decades. So I'm uploading this old track, made with Savage engine (2 tone channels + drums). This was my entry for last year's BotB Winter Chip, got third place in the Beeper category.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/lake-vostok-1-bit/listen.mp3?s=OxI" length="0" />
            <guid isPermaLink="false">993040</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Wed, 08 Feb 2012 22:10:43 +0100</pubDate>
                
                <atom:updated>2012-02-08T22:10:43+01:00</atom:updated>
                
            
            
            <itunes:duration>2:32</itunes:duration>
        </item>
        <item>
            <title><![CDATA[last exit (YM2149 Tracker Test)]]></title>
            <link>https://hearthis.at/irrlicht-project/last-exit-ym2149-tracker-test/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A quick test of Peter Jørgensen's new YM tracker. Warning: contains high-pitched noises and odd transitions. Might need a little polishing. Read more about the tracker and download the latest beta release here: http://chipmusic.org/forums/topic/5148/beta-ym2149-tracker-and-opl2opl3-tracker/]]></description>
            <googleplay:description><![CDATA[A quick test of Peter Jørgensen's new YM tracker. Warning: contains high-pitched noises and odd transitions. Might need a little polishing. Read more about the tracker and download the latest beta release here: http://chipmusic.org/forums/topic/5148/beta-ym2149-tracker-and-opl2opl3-tracker/]]></googleplay:description>
            <itunes:summary><![CDATA[A quick test of Peter Jørgensen's new YM tracker. Warning: contains high-pitched noises and odd transitions. Might need a little polishing. Read more about the tracker and download the latest beta release here: http://chipmusic.org/forums/topic/5148/beta-ym2149-tracker-and-opl2opl3-tracker/]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/last-exit-ym2149-tracker-test/listen.mp3?s=OrS" length="2036296" />
            <guid isPermaLink="false">993041</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Fri, 07 Oct 2011 02:51:54 +0200</pubDate>
                
                <atom:updated>2011-10-07T02:51:54+02:00</atom:updated>
                
            
            
            <itunes:duration>2:07</itunes:duration>
        </item>
        <item>
            <title><![CDATA[what's dat fuzz (1bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/whats-dat-fuzz-1bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[ZX Spectrum Beeper Music, made with Qchan engine by Shiru.<br />
1st place at International Vodka Party 2011.<br />
Download clean render here: http://chipmusic.org/irrlichtproject/music/whats-dat-fuzz-1bit]]></description>
            <googleplay:description><![CDATA[ZX Spectrum Beeper Music, made with Qchan engine by Shiru.<br />
1st place at International Vodka Party 2011.<br />
Download clean render here: http://chipmusic.org/irrlichtproject/music/whats-dat-fuzz-1bit]]></googleplay:description>
            <itunes:summary><![CDATA[ZX Spectrum Beeper Music, made with Qchan engine by Shiru.
1st place at International Vodka Party 2011.
Download clean render here: http://chipmusic.org/irrlichtproject/music/whats-dat-fuzz-1bit]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/whats-dat-fuzz-1bit/listen.mp3?s=Vvq" length="1945599" />
            <guid isPermaLink="false">993042</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sat, 10 Sep 2011 00:01:11 +0200</pubDate>
                
                <atom:updated>2011-09-10T00:01:11+02:00</atom:updated>
                
            
            
            <itunes:duration>2:01</itunes:duration>
        </item>
        <item>
            <title><![CDATA[endgames (1bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/endgames-1bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[testing some new styles for 1bit music ;)<br />
believe it or not, this song was made using a simple monophonic beeper.<br />
made with the new Tritone engine by Shiru (http://shiru.untergrund.net)<br />
rendered on original hardware by Mister Beep (http://mister_beep.republika.pl)<br />
]]></description>
            <googleplay:description><![CDATA[testing some new styles for 1bit music ;)<br />
believe it or not, this song was made using a simple monophonic beeper.<br />
made with the new Tritone engine by Shiru (http://shiru.untergrund.net)<br />
rendered on original hardware by Mister Beep (http://mister_beep.republika.pl)<br />
]]></googleplay:description>
            <itunes:summary><![CDATA[testing some new styles for 1bit music ;)
believe it or not, this song was made using a simple monophonic beeper.
made with the new Tritone engine by Shiru (http://shiru.untergrund.net)
rendered on original hardware by Mister Beep (http://mister_beep.republika.pl)
]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/endgames-1bit/listen.mp3?s=okP" length="0" />
            <guid isPermaLink="false">993043</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Thu, 12 May 2011 16:49:01 +0200</pubDate>
                
                <atom:updated>2011-05-12T16:49:01+02:00</atom:updated>
                
            
            
            <itunes:duration>3:36</itunes:duration>
        </item>
        <item>
            <title><![CDATA[crunkin' crows]]></title>
            <link>https://hearthis.at/irrlicht-project/crunkin-crows/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[My POKEY entry for Winter Chip IV at battleofthebits.org :)<br />
Done with Raster Music Tracker.]]></description>
            <googleplay:description><![CDATA[My POKEY entry for Winter Chip IV at battleofthebits.org :)<br />
Done with Raster Music Tracker.]]></googleplay:description>
            <itunes:summary><![CDATA[My POKEY entry for Winter Chip IV at battleofthebits.org :)
Done with Raster Music Tracker.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/crunkin-crows/listen.mp3?s=avp" length="2498141" />
            <guid isPermaLink="false">993044</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Wed, 09 Mar 2011 17:23:53 +0100</pubDate>
                
                <atom:updated>2011-03-09T17:23:53+01:00</atom:updated>
                
            
            
            <itunes:duration>2:36</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Bihmsche Blasmusi]]></title>
            <link>https://hearthis.at/irrlicht-project/bihmsche-blasmusi/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A bohemian crapsody made for Nintendo Entertainment System. Uses 2A03 classic (no DPCM) and VRC7 expansion. Enjoy.]]></description>
            <googleplay:description><![CDATA[A bohemian crapsody made for Nintendo Entertainment System. Uses 2A03 classic (no DPCM) and VRC7 expansion. Enjoy.]]></googleplay:description>
            <itunes:summary><![CDATA[A bohemian crapsody made for Nintendo Entertainment System. Uses 2A03 classic (no DPCM) and VRC7 expansion. Enjoy.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/bihmsche-blasmusi/listen.mp3?s=KAO" length="3762049" />
            <guid isPermaLink="false">993045</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Tue, 16 Nov 2010 13:06:50 +0100</pubDate>
                
                <atom:updated>2010-11-16T13:06:50+01:00</atom:updated>
                
            
            
            <itunes:duration>3:55</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Another Music Studio Hit (1bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/another-music-studio-hit-1bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[A track made with the most horrible ZX Spectrum 1bit sound engine of all times: The Music Studio. It offers 2 awfully detuned tone channels with fixed note length and some weird synthesized drums that interrupt sound playback on one of the tone channels. Can't go much more lo-fi than this. Speaking of which, this appeared as a guest track on the album "The LOwest FIdelity" by famous 1bit composer MISTER BEEP. Check it out here: http://berlin_hq.micromusic.net/bhack.html]]></description>
            <googleplay:description><![CDATA[A track made with the most horrible ZX Spectrum 1bit sound engine of all times: The Music Studio. It offers 2 awfully detuned tone channels with fixed note length and some weird synthesized drums that interrupt sound playback on one of the tone channels. Can't go much more lo-fi than this. Speaking of which, this appeared as a guest track on the album "The LOwest FIdelity" by famous 1bit composer MISTER BEEP. Check it out here: http://berlin_hq.micromusic.net/bhack.html]]></googleplay:description>
            <itunes:summary><![CDATA[A track made with the most horrible ZX Spectrum 1bit sound engine of all times: The Music Studio. It offers 2 awfully detuned tone channels with fixed note length and some weird synthesized drums that interrupt sound playback on one of the tone channels. Can't go much more lo-fi than this. Speaking of which, this appeared as a guest track on the album "The LOwest FIdelity" by famous 1bit composer MISTER BEEP. Check it out here: http://berlin_hq.micromusic.net/bhack.html]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/another-music-studio-hit-1bit/listen.mp3?s=nvH" length="2713390" />
            <guid isPermaLink="false">993046</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Tue, 16 Nov 2010 12:54:42 +0100</pubDate>
                
                <atom:updated>2010-11-16T12:54:42+01:00</atom:updated>
                
            
            
            <itunes:duration>2:49</itunes:duration>
        </item>
        <item>
            <title><![CDATA[savague (1bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/savague-1bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[more 1bit shit, this time using the recently reverse-engineered Savage beeper engine]]></description>
            <googleplay:description><![CDATA[more 1bit shit, this time using the recently reverse-engineered Savage beeper engine]]></googleplay:description>
            <itunes:summary><![CDATA[more 1bit shit, this time using the recently reverse-engineered Savage beeper engine]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/savague-1bit/listen.mp3?s=yqd" length="2828746" />
            <guid isPermaLink="false">993047</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sun, 14 Nov 2010 16:53:31 +0100</pubDate>
                
                <atom:updated>2010-11-14T16:53:31+01:00</atom:updated>
                
            
            
            <itunes:duration>2:56</itunes:duration>
        </item>
        <item>
            <title><![CDATA[Phazzurro (1bit)]]></title>
            <link>https://hearthis.at/irrlicht-project/phazzurro-1bit/</link>
            <itunes:author><![CDATA[irrlicht project]]></itunes:author>
            <description><![CDATA[some 1-bit shit - made with Phaser1 editor/engine.]]></description>
            <googleplay:description><![CDATA[some 1-bit shit - made with Phaser1 editor/engine.]]></googleplay:description>
            <itunes:summary><![CDATA[some 1-bit shit - made with Phaser1 editor/engine.]]></itunes:summary>
            <itunes:image href="https://img.hearthis.at/4/4/1/_/uploads/dummy/user/w1400_h1400_q70_ptrue_v2_----cropped_user_01144.png" />
            <enclosure type="audio/mpeg" url="https://hearthis.at/irrlicht-project/phazzurro-1bit/listen.mp3?s=9pg" length="0" />
            <guid isPermaLink="false">993048</guid>
            <category><![CDATA[Sounds]]></category>
            <googleplay:explicit>no</googleplay:explicit>
            <itunes:explicit>no</itunes:explicit>
            
            
            
                <pubDate>Sun, 14 Nov 2010 16:37:40 +0100</pubDate>
                
                <atom:updated>2010-11-14T16:37:40+01:00</atom:updated>
                
            
            
            <itunes:duration>1:20</itunes:duration>
        </item>
    </channel>
</rss>