Jump to content

32 buttons on 1 DIN & 32 leds on 1 DOUT


ramonster
 Share

Recommended Posts

Maybe this is a stupid question,  but..

can i connect 32 buttons on 1 DIN and 32 leds on 1 DOUT.

When i search the forums i come across posts where they speak of the first 4 buttons being for controlling the menu.

Is this just for the midibox64 implementation?

Can i use the full 32 buttons and 32 leds if i programm my application myself?

Greetings,

Ramon

Link to comment
Share on other sites

Hi Ramon,

Can i use the full 32 buttons and 32 leds if i programm my application myself?

Yes. MIOS (the operatings system, not an application) does not care what the buttons and LEDs are intended to be used for. If you write your own application you can assign the buttons any function you want. If the buttons are going to send MIDI events when activated perhaps an existing application such as the 64 or 128 boxes will already do what you want.

If you look at the MIOS_DIN.INC code you will see that the USER_DIN_NotifyToggle function is called when a button state changes. This would be a routine in your application that can take any action you wish when it is called. Similarly, your application can call the MIOS_DOUT_PinSet function to control the state of any of the LEDs connected to the DOUT module.

Hope this helps you.  :)

Regards,

Synapsys

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