Fatar. Nothing?

Okay. I’m getting closer. I have all the analog pots in place. Well, 64 of them. I still have the aftertouch, mod wheel, and pitch bend to deal with plus all the dio’s. Right now I’m trying to figure out the fatar keyboard. I’ve tried swapping the connections, but for some reason I can’t get the midibox to recognize it:

In MIOS, I have this:

KEYBOARD n=1 rows=8 dout_sr1=1 dout_sr2=2 din_sr1=1 din_sr2=2 din_inverted=0 break_inverted=0 din_key_offset=32 \

scan_velocity=1 scan_optimized=0 note_offset=28 \

delay_fastest=5 delay_fastest_black_keys=0 delay_slowest=10

Maybe I have the connections wrong to the KB module? All I have connected right now is just the Fatar KB -> KB module -> J8/9 of my LPC17 module.

The configuration looks fine.

I guess that you added an EVENT_KB as well, right?

-> see this example: http://svnmios.midibox.org/filedetails.php?repname=svn.mios32&path=%2Ftrunk%2Fapps%2Fcontrollers%2Fmidibox_ng_v1%2Fcfg%2Ftests%2Fkb_1.ngc

 

You could check if any MIDI events are generated without the Fatar keyboard by connecting a DOUT pin to a DIN pin with a short cable on the MBHP_DIO_MATRIX module.

 

Best Regards, Thorsten.

Ah, forgot to add EVENT_KB… just when I thought I was getting the hang of things… :smile: Thanks TK!