Skip to content

Instantly share code, notes, and snippets.

@dhemery
Last active June 3, 2017 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhemery/46fed62a66a14326c72f0d0dd6292b97 to your computer and use it in GitHub Desktop.
Save dhemery/46fed62a66a14326c72f0d0dd6292b97 to your computer and use it in GitHub Desktop.
Notes about writing Bitwig controller scripts for the Novation Impulse MIDI controller

MacOS

Input Port Names

  • Impulse␣␣Impulse␣ (for the USB port)
  • Impulse␣␣Impulse␣MIDI In␣ (for the DIN port, I think)

Output Port Names

  • Impulse␣␣Impulse␣ (for the USB port)

Notes

Two spaces between the first and second Impulse.

Single space at the end of each port name.

Windows

TBD

Linux

TBD

Notes

I discovered these names by querying Java's MidiSystem class on my Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment