AKAI LPD8 LED control

Hello

I'm trying to control the LED status of my LPD8.The LPD8 pads are working as toggles and i tried with CC and NoteOn/Off. I'm able to switch off one LED when another one is activated. For example when PAD1 (Note 36) is activated i send a NoteOff to note 36 when PAD2 (Note 38) is getting activated. The LED turns off. However if i switch PAD1 on again it sends a NoteOff message and the LED stays off. Only at the second press it sends it's NoteOn message and the LED turns on. I'd like it to send a NoteOn message at the first press. Can you help me?

best Tobi

Hi,

Could you post your project file? I will have a look to see what is going wrong.
You will need to post it as an answer as this board does no allow attachments in comments.

Steve Caldwell
Bome Q and A Moderator and
Independent Bome Consultant/Specialist
bome@sniz.biz

it’s in the preset (2) called “activate/deactivate – translators 17-19


Attachments:
1558712456400_Silver-Birch-5.bmtp

Hi, I’m struggling a bit with the logic on your project file. It looks like you are sending CC messages and not Note-On, or Note-Off messages.

For example if you move CC1, you send CC2 and CC3 at value 0.
If you move CC2, you send CC1 and CC3 at value 0
If you move CC3, you send CC1 and CC2 at value 0
No notes at all?

Also, if you LPD8 is set to toggle, you may in fact be able to turn LED on and off with notes (not familiar with LPD8), however the state of the button may not actually change, just the LED so for instance, if you push button and state goes to on, and then you send MIDI to turn off the LED, I’m not convinced you have turned button state to off. So on the first press of the button after turning LED off remotely you might be actually sending note-off again instead of note-on. If you want to trigger something on every press of button and you are in toggle state with that button, you will likely need to look for note-on or note-off from that button and convert both to Note-On at value 127 with MT Pro so that every press of a button is recognized.

Steve Caldwell
Bome Q and A Moderator and
Independent Bome Consultant/Specialist
bome@sniz.biz

 

The attached is an example of LED control on LPD8 if you have the buttons set to toggle.

Any note-on or note-off will trigger an incoming message and toggle the value of ga.

In response a note-on message is sent back to the LPD8 with value of 0 or 127 to light the LED. You can change the velocity values if it handles LED color depends on velocity.

Steve Caldwell
Bome Q and A Moderator and
Independent Bome Consultant/Specialist
bome@sniz.biz


Attachments:
1558728239293_Toggle-LED-Update-on-push-2019-05-24.bmtp

Hello, congratulations for this forum!
please be so kind to review my project.

I have a midi damper pedal. pressing it once it sends a sysex, pressing it the second time it sends another sysex. ( the pedal generate a cc and it took me days to figure out the right programming -:slight_smile: )

Please help me.! I need to add this functions:
when i press the pedal and the sysex is sent all pads of an Akai LPD8 should light on. whene the pedal is pressed again and the second sysex is sent the LPD8 pads should switch off.
I do not understand how to control lpd8 leds
Steve or other great programmers, can you help me?

Thank you,
Andrea.Lpd8 + SAFE Button Toggle PRE - USB Input.bmtp (2.8 KB)

I don’t think the LPD8 uses SysEx to turn on the lights. Since it is a programmable controller, I would need to know what note numbers and MIDI channels you have your pads/led’s using.

Typically to turn a LED on you send Note On to the LED/Pad.

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz§

Thank you Steve !! I’ try but is seems the implementation table does not accept midi in
is it possible?
https://www.manualslib.com/manual/747141/Akai-Lpd8.html?page=5

Yes, it appears that it only supports sending MIDI notes but not receiving them.

Although the specs say “LED backlight response to midi note on”.

In your project file, it appears you are:

  1. Sending MIDI to the device MR18 MIDI OUT
  2. Sending SysEx instead of note messages

You can try this test project and push any note button on your LPD8 and if it supports feedback, it should toggle.

lpd8-test.bmtp (3.2 KB)

Steve Caldwell
Bome Customer Care


Also available for paid consulting services: bome@sniz.biz

Incredible ! is working !
your analysis is perfect Doctor. I send SysEx to MR18 (a Midas Mixer to change the input of a track)
Now the last thing I have to do is switch on all the pads when CC 40 is detected.
I’ll try but if after all the night I’ll still be stuck, I’ll ask again for your help.
Thank you Sir!

1 Like