Jeremy Oden
Jeremy Oden
> This was reported via the [forums too](https://forums.raspberrypi.com/viewtopic.php?p=1936141#p1936141), so I've been looking already. > > This appears to be an I2C issue on Pi3 (and possibly earlier, but not Pi4)...
Indeed, it works. Just to make sure other people don't get confused: the screen configuration utility doesn't show up in legacy mode, you have to be in KMS to see...
Very interesting, I like the constructor_traits! Not sure why I needed a default constructor, I think it was related to counting the members of the struct. I need to test...
That would be very nice! I've been wanting to reflect on structs with constructors for a while. Been playing a little bit with the code you shared. This is what...
That's pretty cool. The constructor with the longest number of parameters seems like a good default. Any chance to have that integrated into reflect to allow reflection on aggregates with...
Hi Felix, Thanks for your feedback. It depends on what sort of data your module sends to eXaDrums. If it sends serial messages over USB (like an Arduino Nano Every...
Yes, that's normal, the latest version hasn't reached Raspberry Pi OS. You have to build the libeXaDrums and eXaDrums programs yourself. Here's how you can do that: - Uninstall exadrums...
The version you need is the one you get from the master branch, for both repositories. If you compile (lib)exadrums from this branch, you'll get the USBMidi feature.