0

I want to make my own programm for the Novation Launchpad (I'm using the Launchpad MK2).

So I want my C# program to light up a button on the launchpad with the note and the velocity, and I want to run some code when I press a button.

I know it's possible to do that with midi output/input, but I don't know how to send midi output to my Launchpad and listen for midi input.

Mine_Stone
  • 169
  • 3
  • 13
  • So you actually want to know how to do MIDI I/O? – CL. Jun 11 '17 at 18:07
  • Yes, but working for a launchpad – Mine_Stone Jun 12 '17 at 17:37
  • The MIDI API does not work differently; it's the same for all devices. – CL. Jun 12 '17 at 17:47
  • 1
    Possible duplicate of [Best way to play MIDI sounds using C#](https://stackoverflow.com/questions/8763/best-way-to-play-midi-sounds-using-c-sharp), and https://stackoverflow.com/q/333725, and https://stackoverflow.com/q/1991159, and https://stackoverflow.com/q/1801760. – CL. Jun 12 '17 at 17:52
  • It's not the same for all device @CL. I have the MK2 and the specs are slightly different. – Richard Lalancette Apr 19 '20 at 14:05

0 Answers0