Launchpad Script

Hi
Attached is a working version of the Launchpad Script.
Original can be found here:
https://github.com/Lexorius/Mairlist-Launchpad-Script/blob/master/README.md but now working with ML5. 6.

The only thing which I currently don’t seem to get going is the following:

procedure OnCartwallPlayerEOFWarning(PlayerIndex: integer; Item: IAudioCartwallItem; PlaylistItem: IPlaylistItem);
begin
countdown := 10;
midiout(Launchpad_Device,144, Buttons[PlayerIndex-1],cBlinkRed);
end;

Any suggestions to fix this would be appreciated :slight_smile:

Thanks
Stefan


NovationMidi.mls (15.8 KB)

https://forum.mairlist.com/index.php/topic,9298.0.html

Hi Henk
The part with the countdown is not in that script mentioned in the thread you referred to.

Ow sorry I thought the hole script wasn’t working.
I never look at the the countdown because I’m only interested in the jingle’s.

I got the jingle part from yours or somebody elses post. Meanwhile I got the playercontrols working for 4 player and two playlists.

Do you have any idea how to get the progressbar status in the script. I would like to simulate the progress bar on the launchpad.

No sorry I only adjusted the things after 5 said in the forum and after 6 I asked myself and my first post was from somebody who asked the same question. I thought you ask the same that’s why I replied the second post because it explains everything. I didn’t read it good enough that you wanted the countdown.