Search found 3 matches

by Pym
Tue Mar 30, 2010 9:59 am
Forum: Tips & Tricks
Topic: Max For Live, MIDI CCs and NRPNs
Replies: 13
Views: 6128

Re: Max For Live, MIDI CCs and NRPNs

You're in luck! I just posted a javascript filter to both filter out NRPNs and pass them to Max as 14 bit index + value pairs and another script that takes the 14 bit index + value pairs and sends them out as 4 CCs back to the MIDI output. Check it out here: http://forum.ableton.com/viewtopic.php?f ...
by Pym
Mon Mar 29, 2010 7:35 pm
Forum: Max For Live
Topic: Proposition: solution for sysex...SOLVED!!!
Replies: 66
Views: 12031

Re: Proposition: solution for sysex...SOLVED!!!

Hey Hanz, first off thanks a ton for the blog post on the LiveAPI usage! Helped me a ton navigating through things and getting something basically running. I'll try and add some info on my blog as well to help get people up to speed.

I'm working on getting a LiveAPI script running that does Sysex ...
by Pym
Mon Mar 29, 2010 12:01 am
Forum: Max For Live
Topic: Handling NRPNs in M4L
Replies: 10
Views: 4086

Handling NRPNs in M4L

In writing M4L devices to control the Tetra and Mopho I created a couple javascripts to handling converting CCs to NRPNs and back again. This should allow you to assembly incoming CCs into 14 bit NRPN Index + Value lists and send 14 bit Index + Values as 4 separate CCs to trigger an NRPN change. I ...