<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ChipMusic.org - Nebulophone]]></title>
		<link>https://chipmusic.org/forums/topic/6686/nebulophone/</link>
		<description><![CDATA[The most recent posts in Nebulophone.]]></description>
		<lastBuildDate>Wed, 11 Apr 2012 20:27:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99909/#p99909</link>
			<description><![CDATA[<b><i>Krubbz says:</i></b><div class="quotebox"><cite>animalstyle wrote:</cite><blockquote><p>oops - didn&#039;t catch the transpose mode...&nbsp; i guess i should have rtfm.&nbsp; But still - i&#039;d like it to be a different key when booting up so i&#039;ll have to try changing that keyoffset integer.</p></blockquote></div><p>I wish I knew more about hacking, but something like that on the nebulophone shouldn&#039;t be hard.&nbsp; It&#039;s got connections for an arduino specifically set aside for hackers on the board.&nbsp; Let us know if you figure something out.</p>]]></description>
			<pubDate>Wed, 11 Apr 2012 20:27:05 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99909/#p99909</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99858/#p99858</link>
			<description><![CDATA[<b><i>animalstyle says:</i></b><p>oops - didn&#039;t catch the transpose mode...&nbsp; i guess i should have rtfm.&nbsp; But still - i&#039;d like it to be a different key when booting up so i&#039;ll have to try changing that keyoffset integer.</p>]]></description>
			<pubDate>Wed, 11 Apr 2012 17:47:10 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99858/#p99858</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99740/#p99740</link>
			<description><![CDATA[<b><i>Krubbz says:</i></b><p>I think you can already do what you&#039;re asking for.<br />From the manual:<br />Shift Button<br />&quot;By default the keyboard is setup in D major like this : C♯2 D2, E2, F♯2, G2, A3, B3, C♯3, D3, E3 The D scale starts on the second key and ends on the ninth from the left. Pushing the shift button steps through five octave ranges: Low (D2 scale) » Med Low (default) (D3) » Medium default (D4) » High (D5)&quot;</p><p>Transpose Mode<br />&quot;By holding the shift button for 3 seconds you can enter the transpose mode. Once activated the LFO LED will go to full brightness, the ARP LED will dim and the LFO knob will control the key and temperament. All the way left – Chromatic tuning. Each key is a half step apart. Left half – Sweeps through major scale roots to set the keyboard to.<br />Right Half - Sweeps through minor scales.<br />Press Shift again the go back to normal operation&quot;</p>]]></description>
			<pubDate>Wed, 11 Apr 2012 06:23:39 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99740/#p99740</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99638/#p99638</link>
			<description><![CDATA[<b><i>herr_prof says:</i></b><p>Also youve messed with the transpose mode right?</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 22:45:06 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99638/#p99638</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99633/#p99633</link>
			<description><![CDATA[<b><i>kitsch says:</i></b><p>oh, there is also this:</p><div class="codebox"><pre><code>int keyoffset=0;</code></pre></div><p>try changing that value.&nbsp; it should shift it up one with a 1 value, up 2 half steps with a 2 value, etc...</p><p>not sure if you can transpose down with a -1, etc...&nbsp; worth a shot!</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 22:20:42 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99633/#p99633</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99632/#p99632</link>
			<description><![CDATA[<b><i>kitsch says:</i></b><div class="codebox"><pre><code>};
int scale[]={
0,2,4,5,7,9,11,12,14,16,17,19,21,23,24,26,28,29,31,33,35,36,38,40,41,43,45,47,48,50,52,53,55,57,59,60,62,64
};</code></pre></div><p>those are your whole/half steps.&nbsp; whole-whole-half-whole-whole-whole-half (standard scale progression).&nbsp; your base note i guess must be a C# (guessing that&#039;s the &#039;0&#039;&#039;s freq.)</p><p>so, if you wanted to change it to, for instance, all half steps: 0,1,2,3,4,5,6,7,8,9,10,...,n</p><p>unless you start messing with quartertones or strange things, you shouldn&#039;t need to mess with the other values.&nbsp; this should change your scale you are in.&nbsp; </p><p>changing the base note, c#, i&#039;m not sure about just glancing at it.&nbsp; and i could be entirely wrong about everything i just said too <img src="https://chipmusic.org/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<pubDate>Tue, 10 Apr 2012 22:18:29 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99632/#p99632</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99630/#p99630</link>
			<description><![CDATA[<b><i>kitsch says:</i></b><p>^ or if you want re-purpose a button or add a long-press function to &#039;transpose mode&#039;, then you could step up or down at your will, without having to recode the note bit...</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 22:13:08 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99630/#p99630</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99627/#p99627</link>
			<description><![CDATA[<b><i>animalstyle says:</i></b><p>i mean - currently the pitches are in D major - like this:&nbsp; C# D E F# G A B C# D E</p><p>i want to move them all down a whole step or up or something...</p><p>transpose the thing so i can use it in different keys</p><p>maybe change the scale to something more interesting...</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 21:46:24 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99627/#p99627</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99607/#p99607</link>
			<description><![CDATA[<b><i>Krubbz says:</i></b><div class="quotebox"><cite>animalstyle wrote:</cite><blockquote><p>i want to change the key center of the thing and the layout of the pitches - any help?</p></blockquote></div><p>What, exactly, do you want to do different than what they already offer?&nbsp; <br />I just built myself the stock kit, no mods or anything, but I really like it a lot.&nbsp; It&#039;s a fun little guy.</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 20:51:43 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99607/#p99607</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99558/#p99558</link>
			<description><![CDATA[<b><i>herr_prof says:</i></b><p>You can email them, theyve answered tons of questions i had pretty quickly...</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 18:21:48 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99558/#p99558</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99555/#p99555</link>
			<description><![CDATA[<b><i>animalstyle says:</i></b><div class="quotebox"><cite>xombiexplox wrote:</cite><blockquote><p>Aren&#039;t these based off of Arduino? Try looking on arduino.cc, they&#039;ve got a great community there.</p></blockquote></div><p>i opened up the .pde file to see the code - but i&#039;m unsure how to change the pitches.</p><p>i&#039;m not sure if i need to change the frequency numbers or the note array when i look at the code.</p><p>probably the integers for the note array?&nbsp; any heavy coders in the houze?</p><p>here&#039;s page one of the code:&nbsp; <a href="https://github.com/TvHeadedRobots/Nebulophone/blob/master/Nebulophone_D01.pde" target="_blank">LINK</a></p>]]></description>
			<pubDate>Tue, 10 Apr 2012 18:20:11 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99555/#p99555</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99549/#p99549</link>
			<description><![CDATA[<b><i>Vellain says:</i></b><p>I saw something about these a while back... they looked pretty cool, but I think I will stick with my Korg Monotron for now...</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 18:14:05 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99549/#p99549</guid>
		</item>
		<item>
			<title><![CDATA[Re: Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99548/#p99548</link>
			<description><![CDATA[<b><i>xombiexplox says:</i></b><p>Aren&#039;t these based off of Arduino? Try looking on arduino.cc, they&#039;ve got a great community there.</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 18:12:56 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99548/#p99548</guid>
		</item>
		<item>
			<title><![CDATA[Nebulophone]]></title>
			<link>https://chipmusic.org/forums/post/99541/#p99541</link>
			<description><![CDATA[<b><i>animalstyle says:</i></b><p><div class="embed_video"><iframe width="560" height="340" src="https://www.youtube.com/embed/dDBptc130ZQ" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div></p><p>anyone messing around with this thing - it&#039;s pretty awesome</p><p>just checking to see if anyone has one or if anyone has any custom code that runs on the thing</p><p>i searched around and doesn&#039;t seem like anyone has posted any alternative code</p><p>i want to change the key center of the thing and the layout of the pitches - any help?</p>]]></description>
			<pubDate>Tue, 10 Apr 2012 17:49:22 +0000</pubDate>
			<guid>https://chipmusic.org/forums/post/99541/#p99541</guid>
		</item>
	</channel>
</rss>
