tuulikauri
tuulikauri
Yes my symptoms were similar (responsive to the buttons, just no lights; including editing the layout with D1, or with "chords"), except instead of your no lights, I had the...
[mixxxx launchpad log.txt](https://github.com/user-attachments/files/19717729/mixxxx.launchpad.log.txt) heres the log with --controller-debug of it WORKING I seem to have deleted my hacked script file, a precaution to avoid using it when I play out......
I'm learning more about MIDI programming and how this all works. I see that when I sent... sendSysexMsg([240, 0, 32, 41, 2, 13, 3, LightingType.RGB, control.midino, 101, 247]); It would...
Just an update, I tried the mapping with an older bootloader version from a different piece of old gear, and it also worked fine. Bootloader: 0285 Application: 0462 So I...
I (independently) implemented `#define USE_SHUFFLE` and `#define USE_MANY_SYNCS` and came by to see if anyone wanted a copy :) It free'd about 75 bytes of SRAM which isn't nothing on...
> the Arduino IDE can be challenging for beginners to navigate with macros Yeah completely agree... I also looked for other ways to edit the settings with #define, without diving...
2.2.1 was the base for my custom library, tuulClock.h where I added TIMER2 functionality (for use with AltSoftSerial, which needs TIMER1) and compiler directives for USE_SHUFFLE and USE_ALL_SYNCS. Results on...
Further update; I opened a separate issue for the 2.3.0 update; but just focussing on some further SRAM results here: **Ported my TIMER2 feature into 2.3.0 so that I could...
> its not a option for the uClock archtecture that demands at minumun of a 16bits timer. Thanks for the ideas! Yes, I created a TIMER2 implementation for uClock that...
Ah, thank you very much for that insight on the 8 bit timers! Yes, I did some thinking in spreadsheets of how it should not just assume hardware interrupts are...