<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[ChipMusic.org - Nebulophone]]></title>
	<link rel="self" href="https://chipmusic.org:80/forums/feed/atom/topic/6686/"/>
	<updated>2012-04-11T20:27:05Z</updated>
	<generator>PunBB</generator>
	<id>https://chipmusic.org/forums/topic/6686/nebulophone/</id>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99909/#p99909"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[Krubbz]]></name>
				<uri>https://chipmusic.org/Krubbz</uri>
			</author>
			<updated>2012-04-11T20:27:05Z</updated>
			<id>https://chipmusic.org/forums/post/99909/#p99909</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99858/#p99858"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[animalstyle]]></name>
				<uri>https://chipmusic.org/animalstyle</uri>
			</author>
			<updated>2012-04-11T17:47:10Z</updated>
			<id>https://chipmusic.org/forums/post/99858/#p99858</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99740/#p99740"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[Krubbz]]></name>
				<uri>https://chipmusic.org/Krubbz</uri>
			</author>
			<updated>2012-04-11T06:23:39Z</updated>
			<id>https://chipmusic.org/forums/post/99740/#p99740</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99638/#p99638"/>
			<content type="html"><![CDATA[<p>Also youve messed with the transpose mode right?</p>]]></content>
			<author>
				<name><![CDATA[herr_prof]]></name>
				<uri>https://chipmusic.org/herr_prof</uri>
			</author>
			<updated>2012-04-10T22:45:06Z</updated>
			<id>https://chipmusic.org/forums/post/99638/#p99638</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99633/#p99633"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[kitsch]]></name>
				<uri>https://chipmusic.org/kitsch</uri>
			</author>
			<updated>2012-04-10T22:20:42Z</updated>
			<id>https://chipmusic.org/forums/post/99633/#p99633</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99632/#p99632"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[kitsch]]></name>
				<uri>https://chipmusic.org/kitsch</uri>
			</author>
			<updated>2012-04-10T22:18:29Z</updated>
			<id>https://chipmusic.org/forums/post/99632/#p99632</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99630/#p99630"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[kitsch]]></name>
				<uri>https://chipmusic.org/kitsch</uri>
			</author>
			<updated>2012-04-10T22:13:08Z</updated>
			<id>https://chipmusic.org/forums/post/99630/#p99630</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99627/#p99627"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[animalstyle]]></name>
				<uri>https://chipmusic.org/animalstyle</uri>
			</author>
			<updated>2012-04-10T21:46:24Z</updated>
			<id>https://chipmusic.org/forums/post/99627/#p99627</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99607/#p99607"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[Krubbz]]></name>
				<uri>https://chipmusic.org/Krubbz</uri>
			</author>
			<updated>2012-04-10T20:51:43Z</updated>
			<id>https://chipmusic.org/forums/post/99607/#p99607</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99558/#p99558"/>
			<content type="html"><![CDATA[<p>You can email them, theyve answered tons of questions i had pretty quickly...</p>]]></content>
			<author>
				<name><![CDATA[herr_prof]]></name>
				<uri>https://chipmusic.org/herr_prof</uri>
			</author>
			<updated>2012-04-10T18:21:48Z</updated>
			<id>https://chipmusic.org/forums/post/99558/#p99558</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99555/#p99555"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[animalstyle]]></name>
				<uri>https://chipmusic.org/animalstyle</uri>
			</author>
			<updated>2012-04-10T18:20:11Z</updated>
			<id>https://chipmusic.org/forums/post/99555/#p99555</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99549/#p99549"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[Vellain]]></name>
				<uri>https://chipmusic.org/Vellain</uri>
			</author>
			<updated>2012-04-10T18:14:05Z</updated>
			<id>https://chipmusic.org/forums/post/99549/#p99549</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99548/#p99548"/>
			<content type="html"><![CDATA[<p>Aren&#039;t these based off of Arduino? Try looking on arduino.cc, they&#039;ve got a great community there.</p>]]></content>
			<author>
				<name><![CDATA[xombiexplox]]></name>
				<uri>https://chipmusic.org/xombiexplox</uri>
			</author>
			<updated>2012-04-10T18:12:56Z</updated>
			<id>https://chipmusic.org/forums/post/99548/#p99548</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Nebulophone]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/99541/#p99541"/>
			<content type="html"><![CDATA[<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>]]></content>
			<author>
				<name><![CDATA[animalstyle]]></name>
				<uri>https://chipmusic.org/animalstyle</uri>
			</author>
			<updated>2012-04-10T17:49:22Z</updated>
			<id>https://chipmusic.org/forums/post/99541/#p99541</id>
		</entry>
</feed>
