talking to other apps?
Posted: 09 Jan 2012 19:57
I'm trying to setup a connection between lemur and beat maker 2. Beat maker documentation says that you can control beat maker's instruments with midi controllers, but I'm not having any luck doing so.
I'm using the drum pads template in lemur on the ipad. I want the notes to be directed to the instruments in beat maker. Anyone have any luck doing something like this? It looks like the drum pad sends it's midi like so:
note = mapping[changes]+offsets[offset];
vel = clamp(comparison[changes],0,100);
noteout(0,note,vel,2);
which I'm assuming means send the note to target 0, over channel 2. I've tried fiddling with these but no dice. Beat maker is connected as the Midi 1 target afaik.
Anyone successfully outputting midi from lemur to another ipad app?
I'm using the drum pads template in lemur on the ipad. I want the notes to be directed to the instruments in beat maker. Anyone have any luck doing something like this? It looks like the drum pad sends it's midi like so:
note = mapping[changes]+offsets[offset];
vel = clamp(comparison[changes],0,100);
noteout(0,note,vel,2);
which I'm assuming means send the note to target 0, over channel 2. I've tried fiddling with these but no dice. Beat maker is connected as the Midi 1 target afaik.
Anyone successfully outputting midi from lemur to another ipad app?