<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - TeensyBoy released]]></title>
		<link>https://chipmusic.org/forums/topic/11941/teensyboy-released/</link>
		<description><![CDATA[The most recent posts in TeensyBoy released.]]></description>
		<lastBuildDate>Fri, 15 May 2015 10:34:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/230173/#p230173</link>
			<description><![CDATA[<b><i>Knife Crimes says:</i></b><p>0x06 for LSDJ MIDI out, not 0x05.</p><p>Bear in mind that while force mode = 0x01, pressing the mode button won&#039;t do anything.</p>]]></description>
			<pubDate>Fri, 15 May 2015 10:34:49 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/230173/#p230173</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/230169/#p230169</link>
			<description><![CDATA[<b><i>cyberic says:</i></b><div class="quotebox"><cite>Knife Crimes wrote:</cite><blockquote><p>It&#039;s not *not* normal, but those aren&#039;t the default channels. Defaults are PU1 = MIDI channel 1, PU2 = MIDI channel 2, WAV = MIDI channel 3, NOI = MIDI channel 4.</p><p>However, the teensyboy firmware loads values for the output channels (and a bunch of other stuff) from EEPROM, so channel 16 etc. must be stored in EEPROM for some reason.</p><p>One fix would be to open Arduinoboy1_2_3_teensy.ino and edit:<br />&nbsp; boolean alwaysUseDefaultSettings = false;<br />to read:<br />&nbsp; boolean alwaysUseDefaultSettings = true;</p><p>Then recompile and upload to the Teensy.</p><p>That&#039;s assuming the default channels are what you want.</p></blockquote></div><p>OK Thanks<br />Can you also confirm that I can force the midi out mode, at the same time, with:<br /></p><div class="codebox"><pre><code>    boolean alwaysUseDefaultSettings = true;

    0x01, //force mode
    0x05, //mode</code></pre></div><p>?</p>]]></description>
			<pubDate>Fri, 15 May 2015 09:32:30 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/230169/#p230169</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/230156/#p230156</link>
			<description><![CDATA[<b><i>Knife Crimes says:</i></b><p>It&#039;s not *not* normal, but those aren&#039;t the default channels. Defaults are PU1 = MIDI channel 1, PU2 = MIDI channel 2, WAV = MIDI channel 3, NOI = MIDI channel 4.</p><p>However, the teensyboy firmware loads values for the output channels (and a bunch of other stuff) from EEPROM, so channel 16 etc. must be stored in EEPROM for some reason.</p><p>One fix would be to open Arduinoboy1_2_3_teensy.ino and edit:<br />&nbsp; boolean alwaysUseDefaultSettings = false;<br />to read:<br />&nbsp; boolean alwaysUseDefaultSettings = true;</p><p>Then recompile and upload to the Teensy.</p><p>That&#039;s assuming the default channels are what you want.</p>]]></description>
			<pubDate>Thu, 14 May 2015 22:41:27 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/230156/#p230156</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/230132/#p230132</link>
			<description><![CDATA[<b><i>cyberic says:</i></b><p>In midi out mode, when I send a Nxx from channel 1 (pu1), it goes to channel 16 on my midi interface.<br />And when I send a Nxx fron channel 4 (NOI), it goes to channel 3... is it normal?<br />Thx</p>]]></description>
			<pubDate>Thu, 14 May 2015 08:20:46 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/230132/#p230132</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/204922/#p204922</link>
			<description><![CDATA[<b><i>WACOMalt says:</i></b><p>I found that a value around 300 alleviates a great deal of the missing notes. but a value even as high as 1000 doesn&#039;t solve all of them 100%.</p><p>I set mine to &quot;delayMicroseconds(1000)&quot; anyways, since it doesn&#039;t seem to increase latency, so why not <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<pubDate>Tue, 01 Apr 2014 01:49:24 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/204922/#p204922</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/204916/#p204916</link>
			<description><![CDATA[<b><i>thursdaycustoms says:</i></b><p>Alrighty. Let me know what you are able to find out and hopefully I can alert others to this error. Thanks!</p>]]></description>
			<pubDate>Tue, 01 Apr 2014 00:27:41 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/204916/#p204916</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/204910/#p204910</link>
			<description><![CDATA[<b><i>WACOMalt says:</i></b><p>I&#039;ll try tweaking it on my end. I finally got my environment set up to be able to adjust it <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> if I find a delay value that works well I&#039;ll let you guys know. Thanks so much for all the pointers, and I hope you can get the few small issues worked out.&nbsp; I&#039;m not so much worried about being able to use the max patch. More just fixing the few things in mGB mode that cause missed notes. That&#039;d probably require a lot less tweaking than getting that max patch working for the same end goal.</p>]]></description>
			<pubDate>Mon, 31 Mar 2014 23:10:26 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/204910/#p204910</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/204908/#p204908</link>
			<description><![CDATA[<b><i>thursdaycustoms says:</i></b><div class="quotebox"><cite>MaxDolensky wrote:</cite><blockquote><p>In his thread we established that some of the MIDI code for the original Arduinoboy which interfaces with the Max patch is not present in the code for the USB Boy due to the Teensy code using Teensy libraries. It would require porting or rewriting a good bit of code. I&#039;d be up to the task but not for at least a month. But all USB Boys are easy to upgrade firmware on. <img src="https://chipmusic.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /> so there is room to roll out an update in the future</p></blockquote></div><p>Ah okay. Sounds good. I&#039;ll get in touch with your about a future software update.</p>]]></description>
			<pubDate>Mon, 31 Mar 2014 22:44:20 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/204908/#p204908</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/204907/#p204907</link>
			<description><![CDATA[<b><i>MaxDolensky says:</i></b><p>In his thread we established that some of the MIDI code for the original Arduinoboy which interfaces with the Max patch is not present in the code for the USB Boy due to the Teensy code using Teensy libraries. It would require porting or rewriting a good bit of code. I&#039;d be up to the task but not for at least a month. But all USB Boys are easy to upgrade firmware on. <img src="https://chipmusic.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /> so there is room to roll out an update in the future</p>]]></description>
			<pubDate>Mon, 31 Mar 2014 22:29:36 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/204907/#p204907</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/204871/#p204871</link>
			<description><![CDATA[<b><i>thursdaycustoms says:</i></b><div class="quotebox"><cite>WACOMalt wrote:</cite><blockquote><p>Hey, I ordered one of your USB Boys, and I&#039;m trying to figure out how to get it working with Max and the ArduinoBoy patch it came with. I need to fix these dropped notes issues.&nbsp; Any ideas?</p></blockquote></div><p>Did you try all of the suggestions made in your thread? Max Dolensky is going to be more help than I will be in this sort of issue as it is not a hardware issue.</p>]]></description>
			<pubDate>Mon, 31 Mar 2014 16:42:04 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/204871/#p204871</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/204843/#p204843</link>
			<description><![CDATA[<b><i>WACOMalt says:</i></b><div class="quotebox"><cite>thursdaycustoms wrote:</cite><blockquote><p>I made a couple USB Arduino Boys today. Mostly just because I had the stuff and I could:</p><p><a class="postimg" href="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768974/max_h-1000+max_w-1000/TeensyBoy-03.JPG" title="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768974/max_h-1000+max_w-1000/TeensyBoy-03.JPG" id="forum_image_12813307"><img src="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768974/max_h-1000+max_w-1000/TeensyBoy-03.JPG" /></a></p><p><a class="postimg" href="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768980/max_h-1000+max_w-1000/TeensyBoy-02.JPG" title="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768980/max_h-1000+max_w-1000/TeensyBoy-02.JPG" id="forum_image_22541478"><img src="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768980/max_h-1000+max_w-1000/TeensyBoy-02.JPG" /></a></p></blockquote></div><p>Hey, I ordered one of your USB Boys, and I&#039;m trying to figure out how to get it working with Max and the ArduinoBoy patch it came with. I need to fix these dropped notes issues.&nbsp; Any ideas?</p>]]></description>
			<pubDate>Mon, 31 Mar 2014 03:20:54 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/204843/#p204843</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/196625/#p196625</link>
			<description><![CDATA[<b><i>Adil Soubki says:</i></b><p>Edit: If you make no changes to the code and load it onto the teensy, when you put everything together and turn on your gameboy what LED should light up?&nbsp; Sorry for a question I know is documented in the code its just helpful for me to be sure.</p><p>Does it default to a mode or do I need to specify that by editing the code?</p>]]></description>
			<pubDate>Tue, 31 Dec 2013 20:53:03 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/196625/#p196625</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/185371/#p185371</link>
			<description><![CDATA[<b><i>thursdaycustoms says:</i></b><p>I made a couple USB Arduino Boys today. Mostly just because I had the stuff and I could:</p><p><a class="postimg" href="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768974/max_h-1000+max_w-1000/TeensyBoy-03.JPG" title="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768974/max_h-1000+max_w-1000/TeensyBoy-03.JPG" id="forum_image_72825413"><img src="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768974/max_h-1000+max_w-1000/TeensyBoy-03.JPG" /></a></p><p><a class="postimg" href="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768980/max_h-1000+max_w-1000/TeensyBoy-02.JPG" title="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768980/max_h-1000+max_w-1000/TeensyBoy-02.JPG" id="forum_image_33824666"><img src="https://d1j5c7u4mzbpxw.cloudfront.net/bigcartel/product_images/124768980/max_h-1000+max_w-1000/TeensyBoy-02.JPG" /></a></p>]]></description>
			<pubDate>Tue, 24 Sep 2013 01:36:50 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/185371/#p185371</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/183988/#p183988</link>
			<description><![CDATA[<b><i>Analog says:</i></b><div class="quotebox"><cite>kitsch wrote:</cite><blockquote><div class="quotebox"><cite>Analog wrote:</cite><blockquote><p>Willing to try this, the little scale teensy sync works really weird on me, (or I&#039;m just missing something anyways).</p><p>For this proyect, what files exactly and how I upload the software to the teensy?</p><p>thanks in advance.</p></blockquote></div><br /><p>ah, glad you got the package!&nbsp; very cool, was starting to get worried</p></blockquote></div><p>Thanks matt!, you got the payment ok, don&#039;t you? I&#039;mm still worried !</p><br /><div class="quotebox"><cite>maniacfreakquency wrote:</cite><blockquote><p>es muy fácil Analog!, yo arme 1 externo y uno dentro de un DMG <a href="http://noizeinabox.blogspot.com/2012/12/teensyboy.html" target="_blank">http://noizeinabox.blogspot.com/2012/12/teensyboy.html</a></p><p>Cualquier duda contactame via facebook</p><p>Saludos</p></blockquote></div><p>Hey, gracias Ric. Pues ni idea donde comprar los componentes en DF, sí, se vé muy fácil. ¡gracias, te molestaré por facebook!</p>]]></description>
			<pubDate>Thu, 12 Sep 2013 17:40:56 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/183988/#p183988</guid>
		</item>
		<item>
			<title><![CDATA[Re: TeensyBoy released]]></title>
			<link>https://chipmusic.org/forums/post/183985/#p183985</link>
			<description><![CDATA[<b><i>kitsch says:</i></b><div class="quotebox"><cite>Analog wrote:</cite><blockquote><p>Willing to try this, the little scale teensy sync works really weird on me, (or I&#039;m just missing something anyways).</p><p>For this proyect, what files exactly and how I upload the software to the teensy?</p><p>thanks in advance.</p></blockquote></div><br /><p>ah, glad you got the package!&nbsp; very cool, was starting to get worried</p>]]></description>
			<pubDate>Thu, 12 Sep 2013 17:28:05 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/183985/#p183985</guid>
		</item>
	</channel>
</rss>
