Just kidding.



You don't even want to push one macro button, right?
I don't know how to save color set to launchpad but you can autoload the macro to a cuelist which are set to "Run On Startup Enabled".
I think that makes you much easier.
Moderator: Moderators
Mars3110 wrote:It's not about being lazy at all LOL
Just that we can't output MIDI from a Titan Mobile or a Quartz, so without being able to store the colours set in the launchpad itself it's impossible to colour it without a computer, right ?
kimwida wrote:There are many ways to light launch pad MK2. I am using MIDI-OX to send sysEx just for one shot color set.
Generally, if you send midi code(color) to each button by channel 1, your MK2 buttons will light with the specific colors.
Even you can make them blink.
For example this macro will light left bottom button to red. (Your launch Pad MK2 must be in session mode which use midi channel 1.)Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<avolites.macros>
<macro id="Test_Midi">
<name>Test Midi</name>
<sequence>
<step pause="0.01">Panel.Midi.NoteOn(1, 11, 5)</step>
</sequence>
</macro>
</avolites.macros>
For more information, you have to read "launchpad mk2 programmers reference guide".
After read the manual, adding more code lines, you will light your pad buttons color like you want.
kimwida wrote:There are many ways to light launch pad MK2. I am using MIDI-OX to send sysEx just for one shot color set.
Generally, if you send midi code(color) to each button by channel 1, your MK2 buttons will light with the specific colors.
Even you can make them blink.
For example this macro will light left bottom button to red. (Your launch Pad MK2 must be in session mode which use midi channel 1.)Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<avolites.macros>
<macro id="Test_Midi">
<name>Test Midi</name>
<sequence>
<step pause="0.01">Panel.Midi.NoteOn(1, 11, 5)</step>
</sequence>
</macro>
</avolites.macros>
For more information, you have to read "launchpad mk2 programmers reference guide".
After read the manual, adding more code lines, you will light your pad buttons color like you want.
normscruze wrote:I have one and use it all the time, and have used it with Titan Mobile and both the Akai MPK Mini and Launchpad. What do you want to know?
kimwida wrote:I made pages for you.
I don't know whether you use apc mini or apc mini MK2.
So I make two pages. And there are simple instructions which you can follow very easily.
Hope you make it.
<AKAI APC mini's skin>
https://tistory1.daumcdn.net/tistory/43 ... +skin.html
<AKAI APC mini MK2's skin>
https://tistory1.daumcdn.net/tistory/43 ... 0skin.html
Ty7077 wrote:Literally did everything here for my Ak2, I go to refresh the macros and it dosnt work…. What am I doing wrong?
nankatape wrote:is it possible to store a one shot colour set IN the launchpad so no need of sending commands each time we turn on the launchpad ?
kimwida wrote:I made pages for you.
I don't know whether you use apc mini or apc mini MK2.
So I make two pages. And there are simple instructions which you can follow very easily.
Hope you make it.
<AKAI APC mini's skin>
https://tistory1.daumcdn.net/tistory/43 ... +skin.html
<AKAI APC mini MK2's skin>
https://tistory1.daumcdn.net/tistory/43 ... 0skin.html
Users browsing this forum: No registered users and 23 guests