i finished my midibox kb… loaded bill’s application and it seems to work.
i need to know exactly how to assign notes and cc’s to the keys and pots.
i’m absolutely new in programming c or assembler so i’ll need all possible details.
what i need is simple: enery key assigned to a different midi note and every pot (i used 8 pot, actually only 2 pots work properly) to send a different cc. no seq and no arp.
about bill’s application: not all keys are assigned to a note is it an hardware or a software problem?
to be blunt and perfectly clear.. i am NOT bill.. i have build a MB_c64 controller however i have never really used bill application..
i have only used the example code that TK provided.. with exception that i’ve added code to make the unmuxed pots send out midi CCs.. however this was done with other example code..
ive assigned the keys and pots in Max/Msp..
this how i have done this.. the example code is here i believe..
in the link you gave to me there is a c example called “Sending MIDI events on button movements” but now with mbkb i’m using the button matrix… is it the same thing? or better i start from sm_c_example1_v1.zip (download section)?
everything you need for kb input device should shown on LCD. I used that matrix for my project too and the answer of a notemap is the defined const array in variables.h