Launchpad template working >>video<<
Re: Launchpad template working >>video<<
nice one mate!
just scaling this beast down to legacy size now!
cheeers
xmas has come early! nice patch
just scaling this beast down to legacy size now!
cheeers
xmas has come early! nice patch
Re: Launchpad template working >>video<<
Hay question about hand shake in the midi script is there a way to make number for specific device. Just tried to run on two ipads one works and the other doesn't. i know you can defiently run more than 2 launchpads . I have two real ones hooked up plus trying to run 2 on seperate lemur with template
Re: Launchpad template working >>video<<
i reckon if you want to run the template on another ipad that template will have to be modified to send and recieve on a different lemure midi port so every reference to midi0 change to midi2, then set another instance of it in abletons prefs
use the midi map as a reference to see whats required.
also my reference to user 2 mode not working was wrong it is working, i misunderstood some online description of its use
use the midi map as a reference to see whats required.
also my reference to user 2 mode not working was wrong it is working, i misunderstood some online description of its use
Re: Launchpad template working >>video<<
have a question cause im want to make a mod of this template that alot of people may like. its going to be three pages launchpad along with selected track control and a mackie emulation.
Know what i not sure how to do in lemur alone or if its possable.
Basically i want to have the launchpadds session left and right buttons work to control the bank left and right for mackie control. so they stay locked to same part of session and move together. I could use midi translator to do this. but i want to do in lemur so i can share with everyone. Basiclly the left and right button need to send a midi note when launchpad is in mixer and session mode but not in user modes. I dont have a clue how to do this besides using midi transltor. So any input to do this would be appreciated.
p.s. wul do you mind if i post a mod with selected track control as a second page.
Know what i not sure how to do in lemur alone or if its possable.
Basically i want to have the launchpadds session left and right buttons work to control the bank left and right for mackie control. so they stay locked to same part of session and move together. I could use midi translator to do this. but i want to do in lemur so i can share with everyone. Basiclly the left and right button need to send a midi note when launchpad is in mixer and session mode but not in user modes. I dont have a clue how to do this besides using midi transltor. So any input to do this would be appreciated.
p.s. wul do you mind if i post a mod with selected track control as a second page.
-
- Regular
- Posts: 294
- Joined: 24 Jan 2012 18:22
Re: Launchpad template working >>video<<
For that the Lemur needs to know in what mode it currently is. So can't you just set a variable when you enter one of the modes (eg the var mode is set to 1 when entering mixer or session mode and two when user mode) and then send the Midi according to the state of the variable?
Re: Launchpad template working >>video<<
i was thinking about that too
if you use the mackie mixer with vu meters i uploaded recently , and paste it into a new interface on the L'Pad template, then hve the left and right buttons send the appropriate message to the mackie remote script
you would of coarse have to have mackie control set in ableton prefs . and you will have to have to remap the mackie objects to a different lenur midi port
it will conflict with the L'Pad if you use the same lemur ports.
update ...........................tried it and it works it works, although you will find the mackie moves channels differently, in that it doesn't follow the red box , also solo arm and mute don't provide feedback
if you use the mackie mixer with vu meters i uploaded recently , and paste it into a new interface on the L'Pad template, then hve the left and right buttons send the appropriate message to the mackie remote script
you would of coarse have to have mackie control set in ableton prefs . and you will have to have to remap the mackie objects to a different lenur midi port
it will conflict with the L'Pad if you use the same lemur ports.
update ...........................tried it and it works it works, although you will find the mackie moves channels differently, in that it doesn't follow the red box , also solo arm and mute don't provide feedback
Last edited by wul on 08 Dec 2012 18:40, edited 1 time in total.
Re: Launchpad template working >>video<<
yeah before you finished the launchpad i was using two thing on my lemur always one page with selected track control and one with a mackie control always using lemur 0 for stc and lemur 1 for mackie last night i remaped stc know i have to do my mackie i just want to be asble to have bank buttons work.bascially all the control i need plus i would be able to get track names and knob info for selected macros.
Re: Launchpad template working >>video<<
if you use the same ports as L'Pad there will be conflicts for sure
Re: Launchpad template working >>video<<
yeah that the part i hope someone can help script i need some kind of varabile that whenever we push left or right buttons on lpad in session or mixer mode that it sends the right midi note message to midi target 2 to move mackie left or right to stay in sync with lpad.
Re: Launchpad template working >>video<<
if you do as i suggested it will work, i have just done it.
you just have to remap all the mackie objects to midi2
then add a script to the right and left L'Pad buttons
noteout(2,49,127,1); for the right
noteout(2,48,127,1); for the left
you just have to remap all the mackie objects to midi2
then add a script to the right and left L'Pad buttons
noteout(2,49,127,1); for the right
noteout(2,48,127,1); for the left
- Attachments
-
- right_button.jzlib
- (4.42 KiB) Downloaded 112 times
-
- left_button.jzlib
- (4.4 KiB) Downloaded 95 times