<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Another musical variation&#8230;</title>
	<atom:link href="http://hacklab.to/archives/another-musical-variation/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacklab.to/archives/another-musical-variation/</link>
	<description>Toronto&#039;s hacker collective</description>
	<lastBuildDate>Tue, 08 Jan 2013 03:45:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: A Twitter Enabled Toilet - Computers - PCs, laptops, hardware, software - City-Data Forum</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-839</link>
		<dc:creator>A Twitter Enabled Toilet - Computers - PCs, laptops, hardware, software - City-Data Forum</dc:creator>
		<pubDate>Wed, 06 May 2009 19:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-839</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laze Laserson</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-655</link>
		<dc:creator>Laze Laserson</dc:creator>
		<pubDate>Wed, 22 Apr 2009 14:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-655</guid>
		<description>I won&#039;t let the music die
http://www.youtube.com/watch?v=KDXOSUUdwgc</description>
		<content:encoded><![CDATA[<p>I won&#8217;t let the music die<br />
<a href="http://www.youtube.com/watch?v=KDXOSUUdwgc" rel="nofollow">http://www.youtube.com/watch?v=KDXOSUUdwgc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laze Laserson</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-631</link>
		<dc:creator>Laze Laserson</dc:creator>
		<pubDate>Tue, 21 Apr 2009 18:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-631</guid>
		<description>Seems a FAQ is called for:

Q: What is going on here?
A: A laser engraving machine is making music.

Q: Is it real?
A: Yes.

Q: No, really?
A: Really.

Q: Is the machine actually making the sound or just moving in sync with it?
A: It&#039;s making all the sound.

Q: How does it do that?
A: The stepper motors are moved at particular speeds to generate musical notes.

Q: What is a stepper motor?
A: A motor that moves in small, precise steps.

Q: How are they controlled?
A: By CNC software called EMC2 which is fed G-code, which is normally used to manufacture things. The musical G-code is generated by some Ruby code I wrote. You can get it here:
http://github.com/jedediah/lasermuzak/tree/master

Q: Is that two different tracks I hear?
A: Yes.

Q: Did you record them separately and overdub?
A: No, neither the audio nor video were edited in any way.

Q: How did you get two tracks when only one motor is moving?
A: There is a motor that moves the table up/down. It&#039;s playing the bassline. The left/right motor was too quiet so I didn&#039;t use it.

Q: Why can&#039;t I see the table moving?
A: It moves very slowly (2000 steps/inch). You can see it moving in this video:
http://vimeo.com/4028427

Q: Are some of the notes wrong?
A: No, but one of the sequences exceeds the physical limits of the motors and so it doesn&#039;t sound right.

Q: Do you have too much time on your hands?
A: No, that is impossible.

Q: Did you do this on company time?
A: No, I am unemployed.

Q: Where did you get a laser?
A: The hacklab bought it for $500 off craigslist and brought it back to life. Story here:
http://www.andrewkilpatrick.org/blog/?page_id=914

Q: Can it play speech/MP3s?
A: No, the steppers are limited to about 2.5khz which is enough to make some musical tones but not enough to reproduce arbitrary sound. You might be able to use them as voice coils but they wouldn&#039;t actually move.

Q: What would happen if you turned on the laser?
A: It would cut a straight vertical line.

Q: Hasn&#039;t this already been done by other people?
A: Yes, many.

Q: Then why did you do it?
A: The first time we heard the machine running, we knew we had to make music with it. Also, it was fun.

Q: Don&#039;t you have anything better to do?
A: Yes.</description>
		<content:encoded><![CDATA[<p>Seems a FAQ is called for:</p>
<p>Q: What is going on here?<br />
A: A laser engraving machine is making music.</p>
<p>Q: Is it real?<br />
A: Yes.</p>
<p>Q: No, really?<br />
A: Really.</p>
<p>Q: Is the machine actually making the sound or just moving in sync with it?<br />
A: It&#8217;s making all the sound.</p>
<p>Q: How does it do that?<br />
A: The stepper motors are moved at particular speeds to generate musical notes.</p>
<p>Q: What is a stepper motor?<br />
A: A motor that moves in small, precise steps.</p>
<p>Q: How are they controlled?<br />
A: By CNC software called EMC2 which is fed G-code, which is normally used to manufacture things. The musical G-code is generated by some Ruby code I wrote. You can get it here:<br />
<a href="http://github.com/jedediah/lasermuzak/tree/master" rel="nofollow">http://github.com/jedediah/lasermuzak/tree/master</a></p>
<p>Q: Is that two different tracks I hear?<br />
A: Yes.</p>
<p>Q: Did you record them separately and overdub?<br />
A: No, neither the audio nor video were edited in any way.</p>
<p>Q: How did you get two tracks when only one motor is moving?<br />
A: There is a motor that moves the table up/down. It&#8217;s playing the bassline. The left/right motor was too quiet so I didn&#8217;t use it.</p>
<p>Q: Why can&#8217;t I see the table moving?<br />
A: It moves very slowly (2000 steps/inch). You can see it moving in this video:<br />
<a href="http://vimeo.com/4028427" rel="nofollow">http://vimeo.com/4028427</a></p>
<p>Q: Are some of the notes wrong?<br />
A: No, but one of the sequences exceeds the physical limits of the motors and so it doesn&#8217;t sound right.</p>
<p>Q: Do you have too much time on your hands?<br />
A: No, that is impossible.</p>
<p>Q: Did you do this on company time?<br />
A: No, I am unemployed.</p>
<p>Q: Where did you get a laser?<br />
A: The hacklab bought it for $500 off craigslist and brought it back to life. Story here:<br />
<a href="http://www.andrewkilpatrick.org/blog/?page_id=914" rel="nofollow">http://www.andrewkilpatrick.org/blog/?page_id=914</a></p>
<p>Q: Can it play speech/MP3s?<br />
A: No, the steppers are limited to about 2.5khz which is enough to make some musical tones but not enough to reproduce arbitrary sound. You might be able to use them as voice coils but they wouldn&#8217;t actually move.</p>
<p>Q: What would happen if you turned on the laser?<br />
A: It would cut a straight vertical line.</p>
<p>Q: Hasn&#8217;t this already been done by other people?<br />
A: Yes, many.</p>
<p>Q: Then why did you do it?<br />
A: The first time we heard the machine running, we knew we had to make music with it. Also, it was fun.</p>
<p>Q: Don&#8217;t you have anything better to do?<br />
A: Yes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: La canción de Mario Bros al estilo Maquina de Láser &#124; Ecetia</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-628</link>
		<dc:creator>La canción de Mario Bros al estilo Maquina de Láser &#124; Ecetia</dc:creator>
		<pubDate>Tue, 21 Apr 2009 15:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-628</guid>
		<description>[...] Esta es una noticia para regocijar la parte geek que tenemos dentro todos. Y es que en un hacklab en Toronto les gustan tanto los videojuegos que han decidido modificar su maquina láser para que toque la canción de Mario Bros. [...]</description>
		<content:encoded><![CDATA[<p>[...] Esta es una noticia para regocijar la parte geek que tenemos dentro todos. Y es que en un hacklab en Toronto les gustan tanto los videojuegos que han decidido modificar su maquina láser para que toque la canción de Mario Bros. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abassaka.ru &#187; Архив блога &#187; Всячина</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-622</link>
		<dc:creator>abassaka.ru &#187; Архив блога &#187; Всячина</dc:creator>
		<pubDate>Tue, 21 Apr 2009 10:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-622</guid>
		<description>[...] Галактика (6 фото) Сантехнег - работа творческая Тема из игры Super Mario Bros в исполнении лазерного резака.     Горячие новости: ...     ФИЛЬМЫ И РОЛИ, О КОТОРЫЗ ЗВЕЗДЫ [...]</description>
		<content:encoded><![CDATA[<p>[...] Галактика (6 фото) Сантехнег &#8211; работа творческая Тема из игры Super Mario Bros в исполнении лазерного резака.     Горячие новости: &#8230;     ФИЛЬМЫ И РОЛИ, О КОТОРЫЗ ЗВЕЗДЫ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebuilt Universal Laser Systems Laser Engraving Machine - Hacked Gadgets - DIY Tech Blog</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-596</link>
		<dc:creator>Rebuilt Universal Laser Systems Laser Engraving Machine - Hacked Gadgets - DIY Tech Blog</dc:creator>
		<pubDate>Mon, 20 Apr 2009 11:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-596</guid>
		<description>[...] Andrew Kilpatrick who is a member of the Toronto Hacklab wrote a good built log of the Resurrection of a Universal Laser Systems Laser Engraving Machine. No it wasn&#8217;t simply cleaning out the dust and replacing a few blown components. As it turns out the existing electrical control system was not repairable so a new electrical system had to be built from scratch. Building the control circuits that were needed allowed the $500 dollar purchase to operate once again as the $20,000 machine should be. If making the machine come to life once again wasn&#8217;t enough this laser engraver can now also play music! [...]</description>
		<content:encoded><![CDATA[<p>[...] Andrew Kilpatrick who is a member of the Toronto Hacklab wrote a good built log of the Resurrection of a Universal Laser Systems Laser Engraving Machine. No it wasn&#8217;t simply cleaning out the dust and replacing a few blown components. As it turns out the existing electrical control system was not repairable so a new electrical system had to be built from scratch. Building the control circuits that were needed allowed the $500 dollar purchase to operate once again as the $20,000 machine should be. If making the machine come to life once again wasn&#8217;t enough this laser engraver can now also play music! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Parekh</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-586</link>
		<dc:creator>Alan Parekh</dc:creator>
		<pubDate>Mon, 20 Apr 2009 02:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-586</guid>
		<description>Well done. Was a standard controller used with some custom speed movements?</description>
		<content:encoded><![CDATA[<p>Well done. Was a standard controller used with some custom speed movements?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kawaii</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-574</link>
		<dc:creator>Kawaii</dc:creator>
		<pubDate>Sun, 19 Apr 2009 14:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-574</guid>
		<description>@Bryce

The laser cutter has stepper motors and these motors are like the the same ones that they had in old scanners and by varying the frequency of the steps you can make it make music</description>
		<content:encoded><![CDATA[<p>@Bryce</p>
<p>The laser cutter has stepper motors and these motors are like the the same ones that they had in old scanners and by varying the frequency of the steps you can make it make music</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NZero</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-559</link>
		<dc:creator>NZero</dc:creator>
		<pubDate>Sun, 19 Apr 2009 02:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-559</guid>
		<description>Congrats on makin Hack A Day :)</description>
		<content:encoded><![CDATA[<p>Congrats on makin Hack A Day :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BADAL</title>
		<link>http://hacklab.to/archives/another-musical-variation/comment-page-1/#comment-557</link>
		<dc:creator>BADAL</dc:creator>
		<pubDate>Sun, 19 Apr 2009 01:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://hacklab.to/?p=355#comment-557</guid>
		<description>Even though i hated mario games because of difficlt lvls this is the on thing i loved. the mario theme on a laser cutter how neat    =D =P ^-^ =)</description>
		<content:encoded><![CDATA[<p>Even though i hated mario games because of difficlt lvls this is the on thing i loved. the mario theme on a laser cutter how neat    =D =P ^-^ =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
