First release of the script. Includes the following methods and data:
- dataOut: For sending regular MIDI messages to NIHIA.
- handShake: For waking up the device from MIDI mode.
- goodBye: Opposite to handShake.
- restartProtocol: Kind of a dumb one, whose funtionality can be imitated by just using handShake. Might remove it in future versions.
- buttonSetLight: To change the lights on the device.
- mixerSendInfo: To send info about mixer tracks to the device.
- buttons: Python dictionary that contains the MIDI values for the buttons of the device.
- mixerinfo_types: Python dictionary that contains the MIDI values for specifying which information you are going to send when using mixerSendInfo.