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
stryd_one Posted October 4, 2008 Report Posted October 4, 2008 Are you sure you need the MB64(e) application?
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?
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
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....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now