![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | ceayo |
how would I go about controlling my game with my novation launchpad mini?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | ceayo |
how would I go about controlling my game with my novation launchpad mini?
![]() |
Reply From: | mrjorts |
you will need to handle InputEventMidi in your event handler as shown here
if you have a launchpad mk3, you can find a full reference of the midi events sent by the different pads here.
godot doesn’t have support for sending midi out, so if you want to send midi to the launchpad to set the pad light colors, you will have to use another midi library. i have used the C# library DryWetMidi with the .net build of godot for more advanced midi features and it worked great.