Guest mickb Posted May 15, 2003 Report Posted May 15, 2003 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 apriciatedMany ThanksMichael
Guest mickb Posted May 15, 2003 Report Posted May 15, 2003 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 apriciatedMany ThanksMichael
TK. Posted May 16, 2003 Report Posted May 16, 2003 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.incBest Regards, Thorsten.
TK. Posted May 16, 2003 Report Posted May 16, 2003 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.incBest Regards, Thorsten.
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