Offline
Bristol

how do folk.
I recently built myself an Arduino boy and got myself an EMS with MGB flashed onto it. Lovely stuff.. The ardunio boy was tested and working with my GBA SP and nanoloop, and MGB receives notes on all the right channels, however When I start another sequence to any other channel (ie channels 6 - 16) they interfere with the MGB and it plays those notes as well, cause a bit of a mess. I tried this from Logic and Abelton as well as an iPad sequencer thingy with the same result.

Offline
Los Angeles

Interesting, sounds like a bug. Think I found it. Try this version of the code: http://trash80.net/junkfood/Arduinoboy1_2_2.zip
let me know if it works.

Offline
Rhode Island

Aren't channels 1-5 the only working ones on MGB? Should be pu1, pu2, wav, noi, poly.

Offline
Los Angeles

Hes saying thats when the midi line is shared, mGB is responding to other channels, ie being interfered by other instruments/channels data.

Offline
Bristol

trash80, you legend.
Yeah that's it sorted, just gave it a test now and the interference on the other MIDI channels was gone. Lovely! time to sequence some crazy ass MGB! thankyouthankyou

Offline
Finland

Anyone have succesfully changed the channels mGB receives on those .pde files?

I read this thread but when I try to update the midiGB.pde, it gives error:

Arduinoboy1_2_2.cpp: In function 'void modeMidiGb()':
Mode_MidiGb:47: error: 'sendFSByteToGameboy' was not declared in this scope

Original thread:
http://groups.google.com/group/arduinob … f910d9d163

It would be awesome to sort this out, since I have synth that I cant change its receiving channel (and even if I had, I would have to change 20+ songs midi sends..)

Offline
Los Angeles
DKSTR wrote:

Anyone have succesfully changed the channels mGB receives on those .pde files?

I read this thread but when I try to update the midiGB.pde, it gives error:

Arduinoboy1_2_2.cpp: In function 'void modeMidiGb()':
Mode_MidiGb:47: error: 'sendFSByteToGameboy' was not declared in this scope

Original thread:
http://groups.google.com/group/arduinob … f910d9d163

It would be awesome to sort this out, since I have synth that I cant change its receiving channel (and even if I had, I would have to change 20+ songs midi sends..)

The latest version of arduinoboy has a editor that allows you to change the midi channels as well as other settings.

Offline
Finland
trash80 wrote:

The latest version of arduinoboy has a editor that allows you to change the midi channels as well as other settings.

Damn I'm getting slow and stupid, didnt even notice that max file. Thanks!