Jump to content

menu buttons for ain64_din128_dout128_v2... ?


mikee
 Share

Recommended Posts

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

Link to comment
Share on other sites

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

for 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 32

http://www.ucapps.de/mbhp/mbhp_dinx4_32buttons.pdf

Link to comment
Share on other sites

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 interface

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...