mikee Posted October 8, 2009 Report Posted October 8, 2009 Hi all.I have already posted this in testing and trouble-shooting but on reflection I think that was wrong forum. I hope therefore this is a more sutable place for my questions. I therefore aplologise in advance. There does not seem to be a ''technical questions' place.Ref the application: ain64_din128_dout128_v2...Does anyone know where is there a reference to the four lcd menu buttons: exec, right, left and snapshot?If this app has no such menu buttons, does it mean that mean there is a total of 128 buttons available for MIDI note-on offs, without altering code?Also: (unlike the MB64 app) I cannot locate any reference to the menu buttons - are they toggle types or what? Perhaps I am not looking in the correct places.Any ideas or help would be greatly apprecated folks.regards
Janis1279 Posted October 8, 2009 Report Posted October 8, 2009 Also: (unlike the MB64 app) I cannot locate any reference to the menu buttons - are they toggle types or what? Perhaps I am not looking in the correct places.Any ideas or help would be greatly apprecated folks.regardsfor MB64 the menu buttons and the other buttons are push buttons.In the setup_midibox64.asm file you can define :; Number of connected buttons; Allowed values: 1-64#define DEFAULT_NUMBER_BUTTONS 64 ; number of connected buttons;; debounce counter (see the function description of MIOS_SRIO_DebounceSet); Use 0 for high-quality buttons, use higher values for low-quality buttons#define DEFAULT_SRIO_DEBOUNCE_CTR 32http://www.ucapps.de/mbhp/mbhp_dinx4_32buttons.pdf
TK. Posted October 8, 2009 Report Posted October 8, 2009 Ref the application: ain64_din128_dout128_v2...Does anyone know where is there a reference to the four lcd menu buttons: exec, right, left and snapshot?This (extremely simple) application doesn't provide a menu interface. All events are preprogrammed in the C code and can only be changed there. They cannot be changed during runtime.If this app has no such menu buttons, does it mean that mean there is a total of 128 buttons available for MIDI note-on offs, without altering code?Yes...Also: (unlike the MB64 app) I cannot locate any reference to the menu buttons - are they toggle types or what? as mentioned above: no menu interfacePerhaps I am not looking in the correct places.Where did you found a reference which describes that ain64_din128_dout128 supports a menu?Best Regards, Thorsten.
mikee Posted October 9, 2009 Author Report Posted October 9, 2009 thanks a lot TK all is now clear.no ref to menu buttons as there are none supported.all 128 dins are available.no menu button support therefore no toggle or indeed anything.finally: no, I have not found a reference which describes that ain64_din128_dout128 supports a menu.Thanks also to janis1279 for your input.Indeed thanks for the speedy response kind fellows.
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