Page 2 of 2

Re: Launchpad remote script ?

Posted: Wed Jan 20, 2010 12:51 pm
by gusc
One thing I'm currently looking into for customization is a led response in User 2 mode when controling rotary knobs on instrument/effect rack. Only thing that's responding with on/off led is when i assign one button to some button in ableton, but there is no response with multiple launchpad buttons assigned to any fader/rotary knob etc.

Re: Launchpad remote script ?

Posted: Wed Jan 20, 2010 9:31 pm
by oddstep
I'm looking for something that can convert the pyc files for the launchpad into py files.... so I can convert user 2 into a device controller.
I don't understand how to use unpyc (I don't have any experience of running python scripts). Help!!!

Re: Launchpad remote script ?

Posted: Thu Jan 21, 2010 8:38 am
by gusc
Well there are plenty of on-line decompilers, but they are for free only up to 5kb compiled files. Anyway, if anyone finds any good decompiler, drop us a link.

And I hope abes will just publish those sources for free anyway :)

Re: Launchpad remote script ?

Posted: Mon Feb 27, 2012 7:40 am
by LithiuMind
Alright, diving into the archives to try to find answers to my questions. I want to find a way to build a m4l device which processes the MIDI coming from the Launchpad only when the Launchpad is set to User 2 mode. This is because I want to retain the "Session Mode" clip launching capabilities.

So far it seems that the two potential solutions are:

-Customizing the Launchpad Remote Script (which requires delving into the raw python code of the Launchpad Remote Script)

-Building a m4l patch which completely rebuilds the Launchpad Remote Script from scratch (ie. Session Mode's clip launching capabilities and the "red box")

Anyone have any better suggestions? Or perhaps has anyone started down either of these paths?