Button Feedback – A Second Look

Now that we have prototyped our concept. We can do better than keeping things in editable operators. It’s time to move on to some more code. The first thing is to identify what is similar between all of our buttons. They all have a Midi In, Midi Out, and logic between them. We are also…

Sysex Implementation – A Second Look

While we now have a way to initialize the device during boot. I doubt many end users are going to want to change the code and rebuild the project. Since I want to keep everything modular, and extendable to other devices where possible, this is where a new generic sysex operator will fill the gap.…