<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - Can't get teensy boy code to compile]]></title>
		<link>https://chipmusic.org/forums/topic/16415/cant-get-teensy-boy-code-to-compile/</link>
		<description><![CDATA[The most recent posts in Can't get teensy boy code to compile.]]></description>
		<lastBuildDate>Tue, 21 Apr 2015 09:20:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Can't get teensy boy code to compile]]></title>
			<link>https://chipmusic.org/forums/post/229127/#p229127</link>
			<description><![CDATA[<b><i>error says:</i></b><p>So no dice with din-usb adapter cable? I use one with my micro korg to control soft synths on pc and ios. And it works great. Do arduino and teensyboy require a daw? I thought they could pair with midi keyboard as standalone synth.</p>]]></description>
			<pubDate>Tue, 21 Apr 2015 09:20:54 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/229127/#p229127</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't get teensy boy code to compile]]></title>
			<link>https://chipmusic.org/forums/post/229122/#p229122</link>
			<description><![CDATA[<b><i>MaxDolensky says:</i></b><p>The Teensyboy code is aimed specifically at USB MIDI, not using DIN MIDI jacks. You need to use a computer and a DAW (such as Ableton Live or Logic) with it. An Arduinoboy, based on the Arduino series of microprocessors, is what you need for DIN MIDI such as what the MIcrokorg offers.</p>]]></description>
			<pubDate>Tue, 21 Apr 2015 05:09:18 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/229122/#p229122</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't get teensy boy code to compile]]></title>
			<link>https://chipmusic.org/forums/post/229111/#p229111</link>
			<description><![CDATA[<b><i>error says:</i></b><p>Got it to compile with some help from the pjrc forum, now it is blinking correctly for startup. However, the switch doesn&#039;t seem to be working, and each time I plug it in it settles on a different mode led at random. Haven&#039;t been able to get any sounds out, and I&#039;m really only looking to use it for mGB.<br />Am I right in assuming it requires a powered midi keyboard? Has anyone got it working with a microkorg as the controller? Anyone else face this situation?</p>]]></description>
			<pubDate>Mon, 20 Apr 2015 23:52:28 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/229111/#p229111</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't get teensy boy code to compile]]></title>
			<link>https://chipmusic.org/forums/post/228896/#p228896</link>
			<description><![CDATA[<b><i>error says:</i></b><p>being the first time I copied and pasted it, I noticed the &quot;verbose&quot; option, so here is the entirety with that box checked:</p><div class="codebox"><pre><code> Arduino: 1.0.6 + Td: 1.22 (Windows XP), Board: &quot;Teensy 2.0&quot;
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega32u4 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -DTEENSYDUINO=122 -felide-constructors -std=c++0x -DUSB_MIDI -DLAYOUT_US_ENGLISH -IC:\Program Files (x86)\Arduino\hardware\teensy\cores\teensy -IC:\Program Files (x86)\Arduino\libraries\MIDI -IC:\Program Files (x86)\Arduino\libraries\EEPROM C:\Users\Joseph\AppData\Local\Temp\build3689661298163637741.tmp\Arduinoboy1_2_3_teensy.cpp -o C:\Users\Joseph\AppData\Local\Temp\build3689661298163637741.tmp\Arduinoboy1_2_3_teensy.cpp.o 

Led_Functions_teensy.ino: In function &#039;void updateBlinkLight(int)&#039;:
Led_Functions_teensy.ino:97: warning: comparison between signed and unsigned integer expressions
Led_Functions_teensy.ino: In function &#039;void updateStatusLight()&#039;:
Led_Functions_teensy.ino:109: warning: comparison between signed and unsigned integer expressions
Mode_LSDJ_SlaveSync_teensy.ino: In function &#039;void RealTimeLSDJSlave(byte)&#039;:
Mode_LSDJ_SlaveSync_teensy.ino:46: warning: suggest parentheses around &amp;&amp; within ||
Mode_MidiGb_teensy.ino: In function &#039;void modeMidiGb()&#039;:
Mode_MidiGb_teensy.ino:37: warning: unused variable &#039;sendByte&#039;
C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega32u4 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=106 -DTEENSYDUINO=122 -felide-constructors -std=c++0x -DUSB_MIDI -DLAYOUT_US_ENGLISH -IC:\Program Files (x86)\Arduino\hardware\teensy\cores\teensy -IC:\Program Files (x86)\Arduino\libraries\MIDI -IC:\Program Files (x86)\Arduino\libraries\EEPROM -IC:\Program Files (x86)\Arduino\libraries\MIDI\utility C:\Program Files (x86)\Arduino\libraries\MIDI\MIDI.cpp -o C:\Users\Joseph\AppData\Local\Temp\build3689661298163637741.tmp\MIDI\MIDI.cpp.o 

In file included from C:\Program Files (x86)\Arduino\libraries\MIDI\MIDI.cpp:14:
C:\Program Files (x86)\Arduino\libraries\MIDI\/MIDI.h:76: error: expected identifier before numeric constant
C:\Program Files (x86)\Arduino\libraries\MIDI\/MIDI.h:76: error: expected `}&#039; before numeric constant
C:\Program Files (x86)\Arduino\libraries\MIDI\/MIDI.h:76: error: expected unqualified-id before numeric constant
C:\Program Files (x86)\Arduino\libraries\MIDI\/MIDI.h:95: error: expected declaration before &#039;}&#039; token </code></pre></div><p>Also, I&#039;ve never used this {code} trick before hopefully it embedded correctly, and is more helpful this way</p>]]></description>
			<pubDate>Wed, 15 Apr 2015 23:02:00 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/228896/#p228896</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't get teensy boy code to compile]]></title>
			<link>https://chipmusic.org/forums/post/228895/#p228895</link>
			<description><![CDATA[<b><i>error says:</i></b><p>sorry for not posting the error straight away, I was at work posting from my phone in frustration. here is the entirety of the error message:</p><p>&nbsp; This report would have more information with<br />&nbsp; &quot;Show verbose output during compilation&quot;<br />&nbsp; enabled in File &gt; Preferences.<br />Arduino: 1.0.6 + Td: 1.22 (Windows XP), Board: &quot;Teensy 2.0&quot;<br />In file included from C:\Program Files (x86)\Arduino\libraries\MIDI\MIDI.cpp:14:<br />C:\Program Files (x86)\Arduino\libraries\MIDI\/MIDI.h:76: error: expected identifier before numeric constant<br />C:\Program Files (x86)\Arduino\libraries\MIDI\/MIDI.h:76: error: expected `}&#039; before numeric constant<br />C:\Program Files (x86)\Arduino\libraries\MIDI\/MIDI.h:76: error: expected unqualified-id before numeric constant<br />C:\Program Files (x86)\Arduino\libraries\MIDI\/MIDI.h:95: error: expected declaration before &#039;}&#039; token</p>]]></description>
			<pubDate>Wed, 15 Apr 2015 22:54:39 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/228895/#p228895</guid>
		</item>
		<item>
			<title><![CDATA[Re: Can't get teensy boy code to compile]]></title>
			<link>https://chipmusic.org/forums/post/228892/#p228892</link>
			<description><![CDATA[<b><i>Knife Crimes says:</i></b><div class="quotebox"><cite>error wrote:</cite><blockquote><p>Am I supposed to add copies of the lib mods instead of overwriting them?</p></blockquote></div><p>I suggest first backing up the original usb_api.cpp and usp_api.h, then replacing/overwriting them with those supplied in Arduinoboy1_2_3_teensy _Rev_2_2.zip. </p><p>Also, post the specific error message.</p>]]></description>
			<pubDate>Wed, 15 Apr 2015 21:47:54 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/228892/#p228892</guid>
		</item>
		<item>
			<title><![CDATA[Can't get teensy boy code to compile]]></title>
			<link>https://chipmusic.org/forums/post/228876/#p228876</link>
			<description><![CDATA[<b><i>error says:</i></b><p>I replaced the lib mod files as directed and have tried new and old&nbsp; versions of the arguing ide on both xp and windows 7, all with teensyduino installed, but just can&#039;t get past the verifying of the code. I have the device selected and set to midi. I&#039;ve tried Borge the first and second versions of the code. </p><p>Closest I&#039;ve come is still giving an error that seems related to the lib modifications, but it only gets that far when I&#039;ve replaced them. </p><p>I&#039;m super new to arduino. Has anyone else run into this problem getting the code loaded? Am I supposed to add copies of the lib mods instead of overwriting them?</p>]]></description>
			<pubDate>Wed, 15 Apr 2015 15:48:15 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/228876/#p228876</guid>
		</item>
	</channel>
</rss>
