mAirlist 6.3 vs Novation Launchpad

Hi there!
Anybody tried to use the Launchpad with mAirlist?
Is there any spesific setup which needs to be done in order to make below see the MIDI message?

Im able to send midi message from mAirlist to the Launchpad but not from Launchpad to mAirlist.

// Called when a MIDI message is received
procedure OnMidiMessage(Device: integer; Status, Data1, Data2: byte);
begin
systemlog(‘Anything??’);
end;

Nothing…

Thank you :slight_smile:
Thomas

Hi Thomas,

have you seen this discussion?

Hi Uli,
I have indeed. However it did not hjelp me with Sending/Reading midi messages from the Launchpad.
Thank you for your quick response.

Thomas

How about the Monitor function, to be found here?

Observed regards

TSD

Hi TSD,
No matter what i choose as my device, no input is registered in the monitor.
bilde

Are there any setup i need to do, or undo, in Automap?

Kind regards,
Thomas

I use the novation with a script off kloppi. The script is for version 4 but on the forum you can find the changes to 6. Kloppi uses the auto mapper from novation perhaps you can find your solution there?

Only thing I can come up with is running this script:

begin
  MidiOutListDevices;
end.

This should write a list of any Midi device your computer is connected to into the System Log. You can see which device you actually have to adress.

Other than this it seems to be a problem on the Novation wing.

Contemplative regards

TSD

Hi @henk,
I’m able to write colors to the seperate LEDs on the boards, but not able to send any midi message from the Launchpad to mAirlist.

Hi @Tondose,
I’m running that script in a function in procedure OnLoad. But will I need to define which device to look for in the OnMidiMessage?

Please see my script, uploaded to this post.

Thank you for all your help,
Much appreciated!

Kind regards,
Thomas

MongstadNovationLaunchpad.mls (6.8 KB)

Dear All,
Solved.
Seems to be a problem with one of my USB-ports.

Embarrasing.

1 Like