Page 1 of 1

Multiple MIDI Targets, 1 button

Posted: 30 Oct 2014 12:34
by Weston
Hey people

I hope someone can help me here....

I have my lemur connected to an iConnectMIDI4+ in computer port 1. I then have 2 MacBooks connected on computer ports 2 and 3. I want to send the same MIDI information from 1 button or fader/slider on Lemur to both MacBooks at the exact same time. I can send them individually but not at once as I can't seem to work out how to send 1 button in Lemur to 2 MIDI Targets... Any suggestions?
Huge thanks

Re: Multiple MIDI Targets, 1 button

Posted: 30 Oct 2014 15:31
by lABl
Hi Weston,

I've not tried it on iPad, but I've made a small example using the editor, I would do probably using a single script, but there are different ways though.

I've attached an example, hope that helps somehow.

Cheers,

Re: Multiple MIDI Targets, 1 button

Posted: 30 Oct 2014 18:21
by Weston
Hi

I have loaded this up in the Lemur editor on my Mac...
Is there a script or something that I am missing?

It just looks like a button... sorry for my ignorance?

Cheers

Re: Multiple MIDI Targets, 1 button

Posted: 30 Oct 2014 18:50
by Joe Soap
You ahhhh . . . really should try to read the manual at least once?

Suffice it to say, a treeview is a treeview (is a treeview*). ;)


* Click the arow, young padwan.

Re: Multiple MIDI Targets, 1 button

Posted: 30 Oct 2014 19:10
by Weston
OK I think I got it, thanks you!

How would I adjust this script to add a 3rd target?

Re: Multiple MIDI Targets, 1 button

Posted: 30 Oct 2014 21:21
by lABl
Hi Weston,

I've attached it, it's easy, if you compare both scrips, you will see I only created other variable "computer3" , and added this line:

Code: Select all

ctlout(computer3,controllerNumber,outValue,midiChannel); 
Hope that helps,
Cheers,