Windows/ExpressivePixelsActivator/UWP/App.xaml.cs (2 lines): - line 55: //TODO: Load state from previously suspended application - line 96: //TODO: Save application state and stop any background activity Firmware/RaspberryPi/animate.py (1 line): - line 125: # TODO: implement proper fading Firmware/RaspberryPi/protocol.py (1 line): - line 143: # TODO: Fix all the format strings and constants for offsets Firmware/ExpressivePixelsMIDI/MIDI.hpp (1 line): - line 1215: case PitchBend: if (mPitchBendCallback != 0) mPitchBendCallback(mMessage.channel, (int)((mMessage.data1 & 0x7f) | ((mMessage.data2 & 0x7f) << 7)) + MIDI_PITCHBEND_MIN); break; // TODO: check this Firmware/RaspberryPi/sparklet.py (1 line): - line 191: # TODO: