dddomin3 / DSPi

Digital Signal Processing (or Pi). Adventures in making my Raspberry Pi 3 realtime, and running audio DSP.
82 stars 4 forks source link

Octatrack mutes have weird behavior when updating LEDs on MFTT #29

Closed dddomin3 closed 7 years ago

dddomin3 commented 7 years ago

Button presses ALWAYS work for MFTT, but the LEDs have weird behavior.

When Octatrack mutes, and unmutes, the colors seem to be pretty random. Doesn't follow Green/Red settings. (Might be Bank 1 LEDs? Maybe a bug with MFTT firmware)

When Octatrack Mutes, LEDS do NOT update according to MFTT status until unmuted on Octa.

Possible solution is to alter midiOneToFull to, instead, translate "Full" to the MIDI that corresponds with the desired Color. Or maybe an MFTT firmware update might handle it.

dddomin3 commented 7 years ago

Solved by PR #31