led ring test

to any one with the answer,

I’m looking for a led ring test program for mios. i don’t know how to change the software very well.

i have a core and a dout. i just want to display random led ring stuff.

i really want to get this working before i continue.

can anyone help? maybe point me in the right dirrection?

Hi, you better also connect a DIN module, then you can study/experiment with some of these:

Under MIOS/downloads

Example Applications (read the main.asm headers!)

enc_example3_v1_3.zip 36k 64 x rotary encoder driver with MIDI feedback and LEDrings handler

Test Applications

ain64_din128_dout128_v1_3.zip 34k MIOS configured for 64 pots, 128 buttons, 128 LEDs

dout_enc_v1_3.zip 30k Utility which allows to select one of 128 DOUTs with an encoder - nice to check LEDs and to identify the appr. DOUT pin number as well as the shift register number

dout_buttons_v1_3.zip 31k same like the dout_enc application but with inc/dec button

best regards

so there is no code to simply cycle through the led ring patterns on all shift registers? that’s what i’m looking for. can anyone help?

You could use enc_example3_v1_3.zip to select the LEDring patterns via MIDI (by using MIDI-Ox or any MIDI sequencer). The rings are assigned to CC#0-CC#63 by default

Best Regards, Thorsten.