groovereiter Posted October 3, 2008 Report Posted October 3, 2008 Hi,I built a box with 32 AINs and 80 DINs and the 64e application only handles 64 of them. How can I make them usable? I tried changing the F in "incf TMP2, F" under MB64E_BUTTON_Map_Loop in mb64e_buttins.inc but it didn't work. And how can I make the first four pins of the first shift register send a midi event?I know the ain64_din128_dout128_v2_0 application handles all buttons but not my 3 encoders. Maybe I can add the encoder to this?Thanks for all hints Quote
stryd_one Posted October 4, 2008 Report Posted October 4, 2008 Are you sure you need the MB64(e) application? Quote
groovereiter Posted October 9, 2008 Author Report Posted October 9, 2008 Ok, I will use a second core. Any hints for making the first four buttons send a midi event? Quote
DavidBanner Posted October 14, 2008 Report Posted October 14, 2008 I know the ain64_din128_dout128_v2_0 application handles all buttons but not my 3 encoders. Maybe I can add the encoder to this?this is very easy to do Quote
DavidBanner Posted October 19, 2008 Report Posted October 19, 2008 there is a config file: mios_tables.inc where you set the pins which have encoders attached to them, once this is done the encoders will work for you.look for the text "MIOS_ENC_MODE_NON_DETENTED" in that file to take you to the correct lines of code quickly.... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.