<?xml version="1.0" encoding="utf-8"?><rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Hi-Lo Tunez.com</title><link>http://www.hilotunez.com/dblog/</link>
<description>Hi-Lo Tunez.com</description><language>it</language>
<item>
	<title><![CDATA[Akasha System]]></title>
	<description><![CDATA[<div class="plan"><div></div><img src="/public/akashasystem.gif" /></div>
<div id="disco">Epoch Flux</div>
I'm very excited to present you the first collaboration between Hi-Lo Tunez and Akasha System. Everything started in 2020 lockdown when I started to talk to Hunter through instagram. It was a period in which his calm techno ambient was my daily soundtrack and I really had the wish to have a release on my label. One year is a long time, but that's it, 
I just hope it's the first of a series of future collaborations. Artwork as always made by the incredible Nicholas Restivo. All the best. Deya.   <br>
<br />
<div class="bigpic"><img src="/public/epochflux_BIG.jpg" /></div>
<br />
<iframe width="425" height="239" src="https://www.youtube-nocookie.com/embed/EQrUgZkayn0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>]]></description>
	<link><![CDATA[http://www.hilotunez.com/dblog/articolo.asp?articolo=524]]></link>
	<guid isPermaLink="true">http://www.hilotunez.com/dblog/articolo.asp?articolo=524</guid>
	<dc:date>2021-07-24T23:05:16+01:00</dc:date>
	<dc:creator>deya alverman</dc:creator>
</item>
<item>
	<title><![CDATA[Lightbox of Magic Unknowledge]]></title>
	<description><![CDATA[<div class="plan"><div></div><img src="/public/lmu2.gif" /></div>
<div id="disco">L M U vol.2</div>
This is our second tape as "Lightbox of Magic Unknowledge" In a year that often felt eerily still and cataclysmic at the same time, this aural journey is full of sounds we feel are most necessary, most urgent, most healing. much love xxx  <b>Iggor &amp; Laima &amp; Joe.</b> <br>The cassette features artwork designed by Nicholas Restivo and is limited to 100 hand numbered copies, printed on 100% recycled card stock and packaged in a hand stamped box and special green fluo parts. <br>
<br />
<div id="jukebox">
	<div class="info">Please wait...</div>
	<div class="loader">
		<div class="load-progress">
			<div class="play-progress">
			</div>
		</div>
	</div>
	<div class="controls">
		<a class="prev" href="#"><span>Prev</span></a>
		<a class="play" href="#"><span>Play</span></a>
		<a class="pause" href="#"><span>Pause</span></a>
		<a class="next" href="#"><span>Next</span></a>
	</div>
	<audio class="aud">
		<p>Oops, looks like your browser doesn't support HTML 5 audio.</p>
	</audio>
</div>

<br />
<br /><br />
<div class="bigpic"><img src="/public/LMU2_BIG.jpg" /></div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<script type="text/javascript">

	// the playlist is just a JSON-style object.
	var playlist = [
		{
			url : "http://www.hilotunez.com/compilation/mp3/25/03.mp3",
			title : "Lightbox Of Music Unknownledge > III"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/25/04.mp3",
			title : "Lightbox Of Music Unknownledge > IV"
		}
	];

	$(document).ready(function() {
	
	    var aud = $('#jukebox .aud').get(0);
	    aud.pos = -1;
	
		$('#jukebox .play').bind('click', function(evt) {
			evt.preventDefault();
			if (aud.pos < 0) {
				$('#jukebox .next').trigger('click');
			} else {
				aud.play();
			}
		});
		
		$('#jukebox .pause').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
		});
		
		$('#jukebox .next').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
			aud.pos++;
			if (aud.pos == playlist.length) aud.pos = 0;
			aud.setAttribute('src', playlist[aud.pos].url);
                        $('#jukebox .info').html(playlist[aud.pos].title);
			aud.load();
		});
		
		$('#jukebox .prev').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
			aud.pos--;
			if (aud.pos < 0) aud.pos = playlist.length - 1;
			aud.setAttribute('src', playlist[aud.pos].url);
                        $('#jukebox .info').html(playlist[aud.pos].title);
			aud.load();
		});
		
		// JQuery doesn't seem to like binding to these HTML 5
		// media events, but addEventListener does just fine
		
		aud.addEventListener('progress', function(evt) {
			var width = parseInt($('#jukebox').css('width'));
			var percentLoaded = Math.round(evt.loaded / evt.total * 100);
			var barWidth = Math.ceil(percentLoaded * (width / 100));
			$('#jukebox .load-progress').css( 'width', barWidth );
			
		});
		
		aud.addEventListener('timeupdate', function(evt) {
		    var width = parseInt($('#jukebox').css('width'));
			var percentPlayed = Math.round(aud.currentTime / aud.duration * 100);
			var barWidth = Math.ceil(percentPlayed * (width / 100));
			$('#jukebox .play-progress').css( 'width', barWidth);
		});
		
		aud.addEventListener('canplay', function(evt) {
			$('#jukebox .play').trigger('click');
		});
		
		aud.addEventListener('ended', function(evt) {
			$('#jukebox .next').trigger('click');
		});
		
	
		$('#jukebox .info').html(playlist[0].title);
	
	});
</script>
]]></description>
	<link><![CDATA[http://www.hilotunez.com/dblog/articolo.asp?articolo=523]]></link>
	<guid isPermaLink="true">http://www.hilotunez.com/dblog/articolo.asp?articolo=523</guid>
	<dc:date>2020-12-23T11:39:10+01:00</dc:date>
	<dc:creator>deya alverman</dc:creator>
</item>
<item>
	<title><![CDATA[Lightbox Of Magic Unknowledge]]></title>
	<description><![CDATA[<div class="plan"><div></div><img src="/public/lmu.gif" /></div>
<div id="disco">L M U</div>
Lightbox of Magic Unknowledge is a brand new supergroup founded by Iggor Cavalera (Petbrick, Sepultura), Joe Goddard (Hot Chip) and Laima Leyton who is fresh off her solo debut for Deewee/The Vinyl Factory. L M U is Functional Music. The first volume consists of two tracks recorded live in Joe Goddard’s London studio by the trio with the clear intention of creating meditation sounds. The cassette features artwork designed by Nicholas Restivo and is limited to 100 hand numbered copies, printed on 100% recycled card stock and packaged in a hand stamped box. <br>
<br />
<div id="jukebox">
	<div class="info">Please wait...</div>
	<div class="loader">
		<div class="load-progress">
			<div class="play-progress">
			</div>
		</div>
	</div>
	<div class="controls">
		<a class="prev" href="#"><span>Prev</span></a>
		<a class="play" href="#"><span>Play</span></a>
		<a class="pause" href="#"><span>Pause</span></a>
		<a class="next" href="#"><span>Next</span></a>
	</div>
	<audio class="aud">
		<p>Oops, looks like your browser doesn't support HTML 5 audio.</p>
	</audio>
</div>

<br />
<div class="bigpic"><img src="/public/LMU_BIG.jpg" /></div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<script type="text/javascript">

	// the playlist is just a JSON-style object.
	var playlist = [
		{
			url : "http://www.hilotunez.com/compilation/mp3/24/01.mp3",
			title : "Lightbox Of Magic Unknowledge > I"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/24/02.mp3",
			title : "Lightbox Of Magic Unknowledge > II"
		}
	];

	$(document).ready(function() {
	
	    var aud = $('#jukebox .aud').get(0);
	    aud.pos = -1;
	
		$('#jukebox .play').bind('click', function(evt) {
			evt.preventDefault();
			if (aud.pos < 0) {
				$('#jukebox .next').trigger('click');
			} else {
				aud.play();
			}
		});
		
		$('#jukebox .pause').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
		});
		
		$('#jukebox .next').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
			aud.pos++;
			if (aud.pos == playlist.length) aud.pos = 0;
			aud.setAttribute('src', playlist[aud.pos].url);
                        $('#jukebox .info').html(playlist[aud.pos].title);
			aud.load();
		});
		
		$('#jukebox .prev').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
			aud.pos--;
			if (aud.pos < 0) aud.pos = playlist.length - 1;
			aud.setAttribute('src', playlist[aud.pos].url);
                        $('#jukebox .info').html(playlist[aud.pos].title);
			aud.load();
		});
		
		// JQuery doesn't seem to like binding to these HTML 5
		// media events, but addEventListener does just fine
		
		aud.addEventListener('progress', function(evt) {
			var width = parseInt($('#jukebox').css('width'));
			var percentLoaded = Math.round(evt.loaded / evt.total * 100);
			var barWidth = Math.ceil(percentLoaded * (width / 100));
			$('#jukebox .load-progress').css( 'width', barWidth );
			
		});
		
		aud.addEventListener('timeupdate', function(evt) {
		    var width = parseInt($('#jukebox').css('width'));
			var percentPlayed = Math.round(aud.currentTime / aud.duration * 100);
			var barWidth = Math.ceil(percentPlayed * (width / 100));
			$('#jukebox .play-progress').css( 'width', barWidth);
		});
		
		aud.addEventListener('canplay', function(evt) {
			$('#jukebox .play').trigger('click');
		});
		
		aud.addEventListener('ended', function(evt) {
			$('#jukebox .next').trigger('click');
		});
		
	
		$('#jukebox .info').html(playlist[0].title);
	
	});
</script>]]></description>
	<link><![CDATA[http://www.hilotunez.com/dblog/articolo.asp?articolo=522]]></link>
	<guid isPermaLink="true">http://www.hilotunez.com/dblog/articolo.asp?articolo=522</guid>
	<dc:date>2019-12-24T03:01:00+01:00</dc:date>
	<dc:creator>deya alverman</dc:creator>
</item>
<item>
	<title><![CDATA[King Gizzard &amp; The Lizard Wizard]]></title>
	<description><![CDATA[<div class="plan"><div></div><img src="/public/kinggizzard.gif" /></div>
<div id="disco">Polygondwanaland <br> RETROGAMING SUPERFUTURE CASSETTE</div>
King Gizzard &amp; The Lizard Wizard is the craziest band around and my favorite guitar heroes today.  The aussies are engaged in the effort to release five albums in 2017 and I'm very pleased to announce the HLT cassette release of their last album 'Polygondwanaland'. The retro-futuristic sound of the King Gizzard &amp; The Lizard Wizard is the reason of this RETROGAMING SUPERFUTURE EDITION, that include:<br>
- Clamshell box in Commodore 64 retro game style<br>
- Booklet w/lyrics<br>
- Street poster of the upcoming 2018 UK/EU Tour<br>
- Guitar Pick with a KG/LW > AC/DC inspired logo.<br />

<br />
<iframe style="border: 0; width: 425px; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/album=1017207616/size=large/bgcol=ffffff/linkcol=333333/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://kinggizzard.bandcamp.com/album/polygondwanaland">Polygondwanaland by King Gizzard &amp; The Lizard Wizard</a></iframe>
<br /><br />
<div class="bigpic"><img src="/public/Poly_BIG.jpg" /></div>]]></description>
	<link><![CDATA[http://www.hilotunez.com/dblog/articolo.asp?articolo=521]]></link>
	<guid isPermaLink="true">http://www.hilotunez.com/dblog/articolo.asp?articolo=521</guid>
	<dc:date>2017-12-06T18:34:12+01:00</dc:date>
	<dc:creator>deya alverman</dc:creator>
</item>
<item>
	<title><![CDATA[erik nervous]]></title>
	<description><![CDATA[<div class="mp3"><div></div><img src="/public/eriknervous.gif" /></div>
<div id="disco">Teen Distortion Art Junk Music</div>
Remember what it was like being a bored teenager? The awkward feelings of being frustrated and anxious all the time. Most of us just took it out on our friends and parents, not Erik Nervous. The self-described “Loner with a four track” lays it all out in his music. His spastic jerky delivery (on all the instruments he plays on this 7”) combined with his apprehensive vocals are the perfect combination! Punk is built on this formula but rarely do we have somebody like Erik to execute it in the way it should be done. Building on what he started with the Warm Ratio 7”, this EP certifies that Erik is right where others strive to be. Don’t snooze on this one! CHECK OUR SHOP!<br />

<br />
<iframe style="border: 0; width: 425px; height: 425px;" src="https://bandcamp.com/EmbeddedPlayer/album=624790660/size=large/bgcol=ffffff/linkcol=333333/minimal=true/transparent=true/" seamless><a href="http://www.hilotunez.com/dblog/shop.asp">Teen Distortion Art Junk Music by Erik Nervous</a></iframe>]]></description>
	<link><![CDATA[http://www.hilotunez.com/dblog/articolo.asp?articolo=517]]></link>
	<guid isPermaLink="true">http://www.hilotunez.com/dblog/articolo.asp?articolo=517</guid>
	<dc:date>2017-02-25T17:07:05+01:00</dc:date>
	<dc:creator>deya alverman</dc:creator>
</item>
<item>
	<title><![CDATA[Rudolf Wants To Dance > the cassette]]></title>
	<description><![CDATA[<div class="plan"><div></div><img src="/public/csd14.gif" /></div>
<div id="disco">Contest: The HLT Plan: 22nd Step</div>
The 8th of October is the Cassette Store Day 2016, it's also the 22nd Step of The Hi-Lo Tunez Plan. HLT present a special release on Cassette, limited edition 100 hand numbered tapes.<br />
<br />
<div class="plan_flat"><img src="/public/tapepic2016.gif" width="425" height="418" /></div><br /><br />
'Rudolf Wants To Dance' will be available in European Shops. The tape include brand new stuff by: Audacity, Flat Worms, Morgan Delt, Ian Sweet, Liquids, Erik Nervous, Video, Hippies Vs. Ghosts, IDALG, Surface To Air Missive, Video Age, Gregg Garvey, Charla Fantasma, Objects.<br />
<br />


<!--p id="audioplayer_plan22"></p>  
<script type="text/javascript">  
AudioPlayer.embed("audioplayer_plan22", {soundFile: "http://www.hilotunez.com/compilation/mp3/22/01.mp3, http://www.hilotunez.com/compilation/mp3/22/02.mp3, http://www.hilotunez.com/compilation/mp3/22/03.mp3, http://www.hilotunez.com/compilation/mp3/22/04.mp3, http://www.hilotunez.com/compilation/mp3/22/05.mp3, http://www.hilotunez.com/compilation/mp3/22/06.mp3,http://www.hilotunez.com/compilation/mp3/22/07.mp3, http://www.hilotunez.com/compilation/mp3/22/08.mp3, http://www.hilotunez.com/compilation/mp3/22/09.mp3,http://www.hilotunez.com/compilation/mp3/22/10.mp3, http://www.hilotunez.com/compilation/mp3/22/11.mp3, http://www.hilotunez.com/compilation/mp3/22/12.mp3,http://www.hilotunez.com/compilation/mp3/22/13.mp3", });  
</script--> 
<div id="jukebox">
	<div class="info">Please wait...</div>
	<div class="loader">
		<div class="load-progress">
			<div class="play-progress">
			</div>
		</div>
	</div>
	<div class="controls">
		<a class="prev" href="#"><span>Prev</span></a>
		<a class="play" href="#"><span>Play</span></a>
		<a class="pause" href="#"><span>Pause</span></a>
		<a class="next" href="#"><span>Next</span></a>
	</div>
	<audio class="aud">
		<p>Oops, looks like your browser doesn't support HTML 5 audio.</p>
	</audio>
</div>

<br />
<br />
<b>CONTEST:</b><br />
3 tapes of the Plan for you people! Be the faster to answer next question and win your copy > <br /><b>What's the name of The Hi-Lo Tunez Plan: 4th Step?</b><br />
Answers to: themusicsoundsbetter[at]hilotunez[dot]com<br />
Winners on the HLT <a href="http://www.facebook.com/hilotunez" target="_blank">facebook</a> page next week.<br /><br />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<script type="text/javascript">

	// the playlist is just a JSON-style object.
	var playlist = [
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/01.mp3",
			title : "01 > Audacity | Dirty Boy"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/02.mp3",
			title : "02 > Flat Worms | Petulance"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/03.mp3",
			title : "03 > Hippies Vs. Ghosts | II"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/04.mp3",
			title : "04 > Morgan Delt | Sun Powers"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/05.mp3",
			title : "05 > Video Age | Regulars"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/06.mp3",
			title : "06 > Erik Nervous | Dollar Store Holiday"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/07.mp3",
			title : "07 > Charla Fantasma | Ain't Nobody Sure"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/08.mp3",
			title : "08 > Video | Drink It In"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/09.mp3",
			title : "09 > Objects | For Your Health"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/10.mp3",
			title : "10 > IDALG | Post Dynastie"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/11.mp3",
			title : "11 > Liquids | Malignant Humor"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/12.mp3",
			title : "12 > Surface To Air Missive | The Heat"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/13.mp3",
			title : "13 > Ian Sweet | All Skaters Go To Heaven"
		},
		{
			url : "http://www.hilotunez.com/compilation/mp3/22/14.mp3",
			title : "14 > Gregg Garvey | Another Home"
		}
	];

	$(document).ready(function() {
	
	    var aud = $('#jukebox .aud').get(0);
	    aud.pos = -1;
	
		$('#jukebox .play').bind('click', function(evt) {
			evt.preventDefault();
			if (aud.pos < 0) {
				$('#jukebox .next').trigger('click');
			} else {
				aud.play();
			}
		});
		
		$('#jukebox .pause').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
		});
		
		$('#jukebox .next').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
			aud.pos++;
			if (aud.pos == playlist.length) aud.pos = 0;
			aud.setAttribute('src', playlist[aud.pos].url);
                        $('#jukebox .info').html(playlist[aud.pos].title);
			aud.load();
		});
		
		$('#jukebox .prev').bind('click', function(evt) {
			evt.preventDefault();
			aud.pause();
			aud.pos--;
			if (aud.pos < 0) aud.pos = playlist.length - 1;
			aud.setAttribute('src', playlist[aud.pos].url);
                        $('#jukebox .info').html(playlist[aud.pos].title);
			aud.load();
		});
		
		// JQuery doesn't seem to like binding to these HTML 5
		// media events, but addEventListener does just fine
		
		aud.addEventListener('progress', function(evt) {
			var width = parseInt($('#jukebox').css('width'));
			var percentLoaded = Math.round(evt.loaded / evt.total * 100);
			var barWidth = Math.ceil(percentLoaded * (width / 100));
			$('#jukebox .load-progress').css( 'width', barWidth );
			
		});
		
		aud.addEventListener('timeupdate', function(evt) {
		    var width = parseInt($('#jukebox').css('width'));
			var percentPlayed = Math.round(aud.currentTime / aud.duration * 100);
			var barWidth = Math.ceil(percentPlayed * (width / 100));
			$('#jukebox .play-progress').css( 'width', barWidth);
		});
		
		aud.addEventListener('canplay', function(evt) {
			$('#jukebox .play').trigger('click');
		});
		
		aud.addEventListener('ended', function(evt) {
			$('#jukebox .next').trigger('click');
		});
		
	
		$('#jukebox .info').html(playlist[0].title);
	
	});
</script>

]]></description>
	<link><![CDATA[http://www.hilotunez.com/dblog/articolo.asp?articolo=516]]></link>
	<guid isPermaLink="true">http://www.hilotunez.com/dblog/articolo.asp?articolo=516</guid>
	<dc:date>2016-10-08T09:31:45+01:00</dc:date>
	<dc:creator>deya alverman</dc:creator>
</item>
	</channel></rss>