Jump to content

Simple MIOS Application


Guest mickb

Recommended Posts

Guest mickb

Just upgraded to the MIOS system.

I'm trying to implement basically the MIDIO128 using the MIOS system, which should be fairly easy, but i can't seem to figure out how to do it.

Basically all i want, is 16 independant DOUT channels, controlled via MIDI controllers on one channel.

and, 8 independant Push buttons, which when pressed send a MIDI controller on another channel.

I know this should be easy to implement, but i can't seem to separate the buttons, and DOUT channels.

Any suggestions would be most apriciated

Many Thanks

Michael

Link to comment
Share on other sites

Guest mickb

Just upgraded to the MIOS system.

I'm trying to implement basically the MIDIO128 using the MIOS system, which should be fairly easy, but i can't seem to figure out how to do it.

Basically all i want, is 16 independant DOUT channels, controlled via MIDI controllers on one channel.

and, 8 independant Push buttons, which when pressed send a MIDI controller on another channel.

I know this should be easy to implement, but i can't seem to separate the buttons, and DOUT channels.

Any suggestions would be most apriciated

Many Thanks

Michael

Link to comment
Share on other sites

Hi Michael,

you could use the ain64_din128_dout128_v1_1 application as inspiration. It allows to connect up to 128 buttons, 128 LEDs and 64 pots. Just remove the pot handler if you don't need it. In USER_Init the number of pots have to be set to 0.

The MIDI events for buttons and LEDs are defined in mios_tables.inc

Best Regards, Thorsten.

Link to comment
Share on other sites

Hi Michael,

you could use the ain64_din128_dout128_v1_1 application as inspiration. It allows to connect up to 128 buttons, 128 LEDs and 64 pots. Just remove the pot handler if you don't need it. In USER_Init the number of pots have to be set to 0.

The MIDI events for buttons and LEDs are defined in mios_tables.inc

Best Regards, Thorsten.

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...
×
×
  • Create New...