Skip to content

NIHIA for FL Studio v1

Latest
Compare
Choose a tag to compare
@hobyst hobyst released this 11 Jun 16:11
· 67 commits to master since this release
e81ed70

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.