Hey
I recently discovered that the original launchpad mini does work with the standard launchpad input profile. Feedback works too, but the LEDs don't blink. For that, I created a midiprofile which sends a command to enable that.
For everyone who prefers using the grid system (LETTER:NUMBER) of the launchpad, I created an input profile for that, too.
According to the programmers manual, those are the feedback values for the LEDs can be calculated like this:
2*(16*green+red+12-blink)
where green, red are numbers from 0 to 3 where 0 is off and 3 is max brightness
and the led blinks if blink is 4. Set blink to 0 otherwise.
I might write a tiny tool to auto-calc everything, but here are some common values:
off: 24
red low: 26
red max: 30
green low: 56
green max: 120
orange low: 58
orange max: 126
yellow max: 124
red blink max: 22
green blink max: 112
orange blink max: 118
yellow blink max: 116
in theory the blink fix should work with the original launchpad, too. I didn't test this though bc I don't have access to one right now
fritzlb
Launchpad mini
-
- Posts: 2
- Joined: Thu Mar 07, 2024 10:03 pm
- Real Name: frederik
- Attachments
-
- launchpadmini.qxm
- (246 Bytes) Downloaded 75 times
-
- Novation-LaunchpadMini.qxi
- (6.26 KiB) Downloaded 75 times
- BremDjenzzen
- Posts: 18
- Joined: Thu May 04, 2023 9:34 am
- Location: Netherlands
- Real Name: Bram Janssen
- Contact:
Thank u verry much!
It works great!
It works great!