Midijamman wrote:Mots/Henri,
I wanted to tell you that this is really excellent work you have done. I am a long time synth player and composer and recently discovered Live (long time Cakewalk and then Logic Pro user) and now the Launchpad. I love the Launchpad by itself, but when I discovered your LaunchPad95 scripts, I was amazed at the functionality that you were able to add and the ease to add those extensions/scripts to the application.
Anyway, great work and I can't get enough of the Scale Edition Mode. I love its rich functionality and the way you have laid it out and have rediscovered all the different scales and modes. (I Love Minor Gypsy).
Thanks Again !!!
Midijamman (aka Bob)
thank you for the kind words ! it always nice to get some feedback.
mo-seph wrote:Also, I'd like to modify the script so the last row of pads in session view work as clip stops - can anyone point me in the right direction?
(I'm doing this because in big sets, with lots of armed tracks, it gets horrible not having dedicated buttons - I end up making empty clips all over the place)
the place to start would be
https://github.com/hdavid/Launchpad95/b ... mponent.py
i would start by limiting the number of scene to 7 instead of 8 here :
https://github.com/hdavid/Launchpad95/b ... ent.py#L38
and then register the stop buttons with SessionComponent.set_stop_track_clip_buttons()
never tried it myself. but that should work. if you come up with something, let me know i would be happy to integrate that in the main script as an optional feature !