<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Modartt user forum - Some nice pics of a controller with a wooden body]]></title>
	<link rel="self" href="https://forum.modartt.com/extern.php?action=feed&amp;tid=2193&amp;type=atom"/>
	<updated>2012-03-05T15:51:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.modartt.com/viewtopic.php?id=2193</id>
		<entry>
			<title type="html"><![CDATA[Re: Some nice pics of a controller with a wooden body]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=20128#p20128"/>
			<content type="html"><![CDATA[<p>Yes, how did I not remember the NanoKontrol? I even have one sitting on top of my piano at home.</p><p>The <strong>only</strong> thing I wish it could do, that a DIY Arduino control could potentially do, is have the sliders be motorized so that presets could move the sliders to their appropriate positions. I&#039;ve been itching to find a use for <a href="http://www.sparkfun.com/products/10976">some of these</a>. I doubt that Pianoteq will ever be able to send any MIDI messages when you change presets, and there probably won&#039;t be an API to probe the current Pianoteq settings, but you could maintain a set of presets (for some PTQ parameters) on the Arduino itself.</p><p>There&#039;s not really any layman&#039;s guide (here&#039;s the <a href="http://arduino.cc/">main Arduino site</a>), but as far as soldering goes, there&#039;s not that much involved, especially if you use breadboards and pre-built shields (add-ons that plug into the top of the Arduino). There&#039;s some soldering, but so far I&#039;ve gotten away with only through-hole (the easy kind) soldering. There&#039;s also a programming component, but lots of nice, smart people have contributed open-source libraries to do many of the things the Arduino can do.</p><p>It&#039;s really just a crazy idea I&#039;ve had that probably won&#039;t pan out, but it&#039;s certainly possible to make your own MIDI controller.</p>]]></content>
			<author>
				<name><![CDATA[JerryKnight]]></name>
				<uri>https://forum.modartt.com/profile.php?id=983</uri>
			</author>
			<updated>2012-03-05T15:51:18Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=20128#p20128</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some nice pics of a controller with a wooden body]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=20096#p20096"/>
			<content type="html"><![CDATA[<p>Is there a layman&#039;s guide to putting these Arduino controllers together? Something for people with a fear of soldering irons?</p><p>In any event, I think I like this one, for a mini moog, the best (he seems to have built quite a few of these things):</p><p><a href="http://www.synth-project.de/Gallery/Seiten/Minimoque.html#13">http://www.synth-project.de/Gallery/Sei...ue.html#13</a> , which opens or transforms to become this: <a href="http://www.synth-project.de/Gallery/Seiten/Minimoque.html#19">http://www.synth-project.de/Gallery/Sei...ue.html#19</a>&nbsp; (The mini moog is just inserted into the top at an angle?EDIT: No he says that he designed a larger board with more knobs, too. I guess that just slides in at an angle.)</p><p>I&#039;m surprised that no one builds good-looking wooden cases for keyboards. They could be designed much like the usual fiberboard Yamaha slab stand, with better looking legs, but the same open back for cabling. A box of sorts on top with a slanting lid--like what used to called a secretary or a secretary desk. (Several versions from a google search: <a href="http://www.google.com/search?q=secretary&amp;hl=en&amp;nord=1&amp;prmd=imvns&amp;source=lnms&amp;tbm=isch&amp;ei=dO1QT_vvM8e-twfs393ADQ&amp;sa=X&amp;oi=mode_link&amp;ct=mode&amp;cd=2&amp;sqi=2&amp;ved=0CBYQ_AUoAQ&amp;biw=920&amp;bih=460#hl=en&amp;nord=1&amp;tbm=isch&amp;sa=1&amp;q=secretary+desk&amp;pbx=1&amp;oq=secretary+desk&amp;aq=f&amp;aqi=g10&amp;aql=&amp;gs_sm=3&amp;gs_upl=2622l6432l0l6988l9l9l2l2l1l0l98l431l5l5l0&amp;gs_l=img.3..0l10.2622l6432l0l6989l9l9l2l2l1l0l98l431l5l5l0&amp;bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&amp;fp=f690685369a8ff86&amp;biw=920&amp;bih=460">http://www.google.com/search?q=secretar...mp;bih=460</a> .) Make them in two sizes so that any keyboard would fit, and it would be easy to lift the keyboard out to carry to a show.&nbsp; And somewhere inside would be something like a Korg NanoKontrol. They would appeal to players, or spouses, who don&#039;t want their living room looking too much like a practice room, and protect against spills, smoke, dust, et al. </p><p>Come to think of it, the NanoKontrol would almost be my shameless layman&#039;s answer to wiring--the knobs and sliders pop right off and could be replaced with metal or wooden knobs and sliders. Too bad about the shiny plastic casing, though...</p>]]></content>
			<author>
				<name><![CDATA[Jake Johnson]]></name>
				<uri>https://forum.modartt.com/profile.php?id=11</uri>
			</author>
			<updated>2012-03-02T13:42:33Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=20096#p20096</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some nice pics of a controller with a wooden body]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=20076#p20076"/>
			<content type="html"><![CDATA[<p>I&#039;ve seen some projects using Arduino microcontrollers to create a DIY MIDI device. On any microcontroller, it&#039;s ridiculously easy to convert an analog potentiometer or slider into a 0-127 range for MIDI messages. You could do just about anything MIDI-related...</p><p>Edit: <a href="http://www.sparkfun.com/products/9598">Here is an add-on</a> that would allow any Arduino or other microcontroller to send (and receive?) MIDI data. </p><p>There are other projects that allow an Arduino to act as a USB device, and therefore a USB MIDI device, which is more complicated, but simpler to connect to a computer.</p>]]></content>
			<author>
				<name><![CDATA[JerryKnight]]></name>
				<uri>https://forum.modartt.com/profile.php?id=983</uri>
			</author>
			<updated>2012-03-01T19:37:18Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=20076#p20076</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some nice pics of a controller with a wooden body]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=20070#p20070"/>
			<content type="html"><![CDATA[<p>He seems to be using rather complex electronics in these. Is creating a board with knobs to control midi cc&#039;s as complex as it seems on that site?</p>]]></content>
			<author>
				<name><![CDATA[Jake Johnson]]></name>
				<uri>https://forum.modartt.com/profile.php?id=11</uri>
			</author>
			<updated>2012-03-01T12:42:25Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=20070#p20070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Some nice pics of a controller with a wooden body]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=20061#p20061"/>
			<content type="html"><![CDATA[<p>Jake,</p><p>That&#039;s a sweet look for sure! I bet a good woodworker could duplicate the size and shape of endblocks of a controller at least. I&#039;m looking at my Studiologic VMK188+ right now, and on most of the Fatars the endblocks come off easily. </p><p>Part of the attractiveness of the Nords is their cool design with red stained wood also.</p><p>Thanks for sharing that!</p><p>Michael</p>]]></content>
			<author>
				<name><![CDATA[Michael H]]></name>
				<uri>https://forum.modartt.com/profile.php?id=1163</uri>
			</author>
			<updated>2012-02-29T22:59:02Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=20061#p20061</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Some nice pics of a controller with a wooden body]]></title>
			<link rel="alternate" href="https://forum.modartt.com/viewtopic.php?pid=20027#p20027"/>
			<content type="html"><![CDATA[<p>It would be nice to have a good weighted keyboard for controlling PianoTeq in one of these: </p><br /><p><a href="http://www.synth-project.de/Project-5.html">http://www.synth-project.de/Project-5.html</a></p>]]></content>
			<author>
				<name><![CDATA[Jake Johnson]]></name>
				<uri>https://forum.modartt.com/profile.php?id=11</uri>
			</author>
			<updated>2012-02-28T00:10:38Z</updated>
			<id>https://forum.modartt.com/viewtopic.php?pid=20027#p20027</id>
		</entry>
</feed>
