midibox kb. how to assign notes and cc's?

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?

thank you

I would propose to ask Bill directly for the case he doesn’t read this forum section

Best Regards, Thorsten.

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..

good luck..

sorry but i’m a little confused…  :-[

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)?

could you please post here the code portions relative to the 8 pots unmuxed mode?

???

search the forum..

SEARCH IN THE FORUM

it’s a great title for an album!

thank you wisefire, i just solved the problem using my own brain, a lot of time, and the trust in myself that you gave me

hey always trust in yourself :smiley:

as for searching the forums.. thats what i did when i needed unmuxed pots..

i didnt PM people asking if they could help me..

but lets not start a flamewar.. we are all friends here.. and im glad you worked it out for yourself.. cuz you probably learned from it as well..

i wish you great midiboxing and may your midibox grow big and mighty..

i wish you al the best!

@polosid: use that example:

http://jambonbill.free.fr/midibox-kb/c/c64-keyboard-test-v2.zip

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

Greets Rio