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.…

Encoder Feedback

The encoder / potentiometers types needed are: Normal Encoder Functionality: When the encoder/pot is turned, the value is displayed as a single LED in the ring and constrained to 0-127 midi cc value. Explanation: The midi input’s value is passed directly to the midi output. Volume Encoder Functionality: When the encoder/pot is turned, the value…