Launchpad template working >>video<<
-
- Newbie
- Posts: 5
- Joined: 05 Oct 2010 10:29
- Location: melbourne, australia
- Contact:
Re: Launchpad template working >>video<<
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 ::::::
Re: Launchpad template working >>video<<
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
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
Re: Launchpad template working >>video<<
Just had a thought , is there a sysex filter on the midi ports you are using
-
- Newbie
- Posts: 2
- Joined: 07 Feb 2013 23:39
Re: Launchpad template working >>video<<
So has anyone got this working on a Mac?
If so post screenshots of the connections.
THNX
If so post screenshots of the connections.
THNX
Re: Launchpad template working >>video<<
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:
With this handshake response, the template works! Nice work.
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});
Re: Launchpad template working >>video<<
Any chance you'd be willing to share your "new" jzml file?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.
Re: Launchpad template working >>video<<
@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!
Re: Launchpad template working >>video<<
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
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
Re: Launchpad template working >>video<<
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
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