Launchpad template working >>video<<

Post your Lemur Projects.
corneliusw
Newbie
Posts:5
Joined:05 Oct 2010 10:29
Location:melbourne, australia
Contact:
Re: Launchpad template working >>video<<

Post by corneliusw » 29 Jan 2013 06:46

To add to my last post... User1 is sending midi as expected. In session and mixer view, I can see that midi is being sent, but there is no visual feedback on the lemur and no "control-red_square" in ableton to say that a connection is established.
::::: www.quamusic.com ::::::

wul
Regular
Posts:181
Joined:10 Apr 2012 13:25

Re: Launchpad template working >>video<<

Post by wul » 29 Jan 2013 09:18

Thanks for the response regarding the mackie script . I would expect user1 to work normally along with the transport / navigation buttons , because the logic for those is within lemur and uses midi1 the rest of the template including handshake uses midi 0 .
I have been informed that it does work on a mac.
One thing you could do is set up a monitor object to monitor the initial handshake sysex message comming into lemur, because if it is and it meets the conditions , the template will respond on midi 0 and the red square will appear
Or use a midi monitor app to monitor traffic both ways

wul
Regular
Posts:181
Joined:10 Apr 2012 13:25

Re: Launchpad template working >>video<<

Post by wul » 29 Jan 2013 09:20

Just had a thought , is there a sysex filter on the midi ports you are using

pedropilatus
Newbie
Posts:2
Joined:07 Feb 2013 23:39

Re: Launchpad template working >>video<<

Post by pedropilatus » 07 Feb 2013 23:43

So has anyone got this working on a Mac?

If so post screenshots of the connections.

THNX

tdmusic
Newbie
Posts:13
Joined:28 Dec 2011 15:19

Re: Launchpad template working >>video<<

Post by tdmusic » 22 Feb 2013 09:13

I managed to get this working on my Mac with Live 9 beta, but I needed to modify the template as the handshake was incorrect for me.

Using information from http://liine.net/forum/viewtopic.php?f=25&t=2010, I changed the handshake() function in the lp_hand section of the template so it reads:

Code: Select all

//if(cc16==1&cc17==0x7b&cc18==0x6f&cc19==0x13&cc20==0x14) Monitor.value=33;

ctlout(0,16,1,1);
//midiout(0,{0xf0,0x00,0x20,0x29,0x06,0x74,0x5a,0xf7});
midiout(0,{0,32,41,6,19,32,247});
With this handshake response, the template works! Nice work.

kojosdojo
Newbie
Posts:22
Joined:02 Nov 2012 08:09

Re: Launchpad template working >>video<<

Post by kojosdojo » 22 Feb 2013 09:51

tdmusic wrote:I managed to get this working on my Mac with Live 9 beta, but I needed to modify the template as the handshake was incorrect for me.
Any chance you'd be willing to share your "new" jzml file?

kojosdojo
Newbie
Posts:22
Joined:02 Nov 2012 08:09

Re: Launchpad template working >>video<<

Post by kojosdojo » 22 Feb 2013 10:04

@tdmusic, never mind, I got it. Thanks so much for figuring this out! I'm sure there's a few other mac users on here who will greatly appreciate this, and of course, thanks Wul!

tdmusic
Newbie
Posts:13
Joined:28 Dec 2011 15:19

Re: Launchpad template working >>video<<

Post by tdmusic » 22 Feb 2013 10:36

No worries, glad it works! Must be a different handshake depending on whether the client is on Windows or Mac.

I would have uploaded the jzml but was in a rush to get to work, will try to upload it over the weekend (unless you fancy uploading yours? :))

Cheers

kojosdojo
Newbie
Posts:22
Joined:02 Nov 2012 08:09

Re: Launchpad template working >>video<<

Post by kojosdojo » 22 Feb 2013 11:34


wul
Regular
Posts:181
Joined:10 Apr 2012 13:25

Re: Launchpad template working >>video<<

Post by wul » 23 Feb 2013 12:18

Glad you got it sorted, if i remember right i tried that response originally and it didn't work for me on windows, hence the different midiout message
Iv'e nearly finished an iphone/pod version so ill include both responses in that.

looks like novations release is just a standalone loop player not an emulator.
they maybe don't know how to do it..........he he he

Post Reply