<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[ChipMusic.org - midi CC per channel on arduinoboy lite]]></title>
	<link rel="self" href="https://chipmusic.org:80/forums/feed/atom/topic/24812/"/>
	<updated>2020-08-11T20:53:51Z</updated>
	<generator>PunBB</generator>
	<id>https://chipmusic.org/forums/topic/24812/midi-cc-per-channel-on-arduinoboy-lite/</id>
		<entry>
			<title type="html"><![CDATA[Re: midi CC per channel on arduinoboy lite]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263984/#p263984"/>
			<content type="html"><![CDATA[<p>Hello Orgia Mode</p><p>I tested it and it works great! My config channels are 1,9,6,10</p><p>At first I had weird problems while using velocity but I think it was because of my gameboy link cable. At the end and after several tests it worked good.</p>]]></content>
			<author>
				<name><![CDATA[MazHoot]]></name>
				<uri>https://chipmusic.org/MazHoot</uri>
			</author>
			<updated>2020-08-11T20:53:51Z</updated>
			<id>https://chipmusic.org/forums/post/263984/#p263984</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: midi CC per channel on arduinoboy lite]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263982/#p263982"/>
			<content type="html"><![CDATA[<p>Nice work, Knife Crimes. This could be very useful. <br />Update us when you are able to test it, MazHoot.</p>]]></content>
			<author>
				<name><![CDATA[Orgia Mode]]></name>
				<uri>https://chipmusic.org/Orgia+Mode</uri>
			</author>
			<updated>2020-08-11T15:40:40Z</updated>
			<id>https://chipmusic.org/forums/post/263982/#p263982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: midi CC per channel on arduinoboy lite]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263981/#p263981"/>
			<content type="html"><![CDATA[<p>I tryed it and I have this error :</p><p>ab-midiout-lite:13:10: fatal error: MIDI.h: No such file or directory<br /> #include &lt;MIDI.h&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~<br />compilation terminated.<br />exit status 1<br />MIDI.h: No such file or directory</p><p>I tryed to upload it in my standard arduinoboy (I don&#039;t have yet arduinoboy lite from catskull electronics). But normally it should work no?</p><p>EDIT : I fixed it I just forgot to install needed libraries</p>]]></content>
			<author>
				<name><![CDATA[MazHoot]]></name>
				<uri>https://chipmusic.org/MazHoot</uri>
			</author>
			<updated>2020-08-11T13:06:46Z</updated>
			<id>https://chipmusic.org/forums/post/263981/#p263981</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: midi CC per channel on arduinoboy lite]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263980/#p263980"/>
			<content type="html"><![CDATA[<p>Oh, thank you very much it&#039;s nice!</p><p>I will test it in a few moment!</p>]]></content>
			<author>
				<name><![CDATA[MazHoot]]></name>
				<uri>https://chipmusic.org/MazHoot</uri>
			</author>
			<updated>2020-08-11T12:42:36Z</updated>
			<id>https://chipmusic.org/forums/post/263980/#p263980</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: midi CC per channel on arduinoboy lite]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263979/#p263979"/>
			<content type="html"><![CDATA[<p>Hey MazHoot,</p><p>I created a fork of ab-midiout-lite which uses a 2d array for midiCcNumbers, so distinct values can be used per each channel.<br />You can check it out here: <a href="https://github.com/samuelbruce/ab-midiout-lite/tree/ccNumbersPerChannel" target="_blank">https://github.com/samuelbruce/ab-midio &#133; PerChannel</a></p><p>I haven&#039;t tested it beyond compiling in the Arduino IDE, but it ought to do what you are asking.</p>]]></content>
			<author>
				<name><![CDATA[Knife Crimes]]></name>
				<uri>https://chipmusic.org/Knife+Crimes</uri>
			</author>
			<updated>2020-08-11T01:49:23Z</updated>
			<id>https://chipmusic.org/forums/post/263979/#p263979</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[midi CC per channel on arduinoboy lite]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/263970/#p263970"/>
			<content type="html"><![CDATA[<p>Hello,</p><p>I bought an arduinoboy lite which work with a special fork of arduinoboy code here : <a href="https://github.com/ramstorm/ab-midiout-lite" target="_blank">https://github.com/ramstorm/ab-midiout-lite</a></p><p>I don&#039;t received it yet but I have original arduinoboy (with this code : <a href="https://github.com/trash80/Arduinoboy)" target="_blank">https://github.com/trash80/Arduinoboy)</a> and i&#039;m trying a few things for working with genMDM (which can control sega genesis with midi CC and midi notes).</p><p>The code version for arduinoboy lite is very interesting specialy for me the ability to have velocity (because on genMDM if you don&#039;t use velocities channel 1 fm synthesis become fast too loud compare to other channels. Same for PU channels vs WAVS channel).</p><p>In original arduinoboy code you have these lines :</p><p> 1,2,3,7,10,11,12, //pu1: midiOutCCMessageNumbers - CC numbers for lsdj midi out, if CCMode is 1, all 7 ccs are used per channel at the cost of a limited resolution of 0-F<br />&nbsp; 1,2,3,7,10,11,12, //pu2<br />&nbsp; 1,2,3,7,10,11,12,, //wav<br />&nbsp; 1,2,3,7,10,11,12, //noi</p><p>With that you have the possibilities to have 7 CC numbers per channels. So for control genMDM I did that for now :</p><p> 18,16,20,14,51,92,22, //pu1: midiOutCCMessageNumbers - CC numbers for lsdj midi out, if CCMode is 1, all 7 ccs are used per channel at the cost of a limited resolution of 0-F<br />&nbsp; 1,2,3,7,10,11,12, //pu2<br />&nbsp; 78,89,86,88,100,101,111, //wav<br />&nbsp; 1,2,3,7,10,11,12, //noi</p><p>Which works good. But on the arduinoboy lite code, with velocity, there is only this line :</p><p>byte midiCcNumbers[7] = {1, 2, 3, 7, 10, 11, 12};</p><p>So how I can change CC for pu1 and wav which are not the sames? I also tryed to copy past the velocity code and add it to original arduinoboy code but it didn&#039;t work.</p>]]></content>
			<author>
				<name><![CDATA[MazHoot]]></name>
				<uri>https://chipmusic.org/MazHoot</uri>
			</author>
			<updated>2020-08-10T12:57:23Z</updated>
			<id>https://chipmusic.org/forums/post/263970/#p263970</id>
		</entry>
</feed>
