Page 1 of 1

Midi Feedback and Values

Posted: 28 Mar 2012 09:59
by jonwright
I've managed to complete a pretty basic midi controller but would like to know a couple of things.

- How do I change the expression value of a slider (currently just x) so that it's range is 1-127 rather than 1-100 when it is displayed?

- Does Lemur allow the midi data to be fed back from the sequencer in real time? For instance can I configure my template so that the faders move without me touching them, in sync with the midi data coming out of Logic Pro?

Many thanks.

Re: Midi Feedback and Values

Posted: 28 Mar 2012 11:03
by Macciza
Hi
First have another read of the manual - these things are covered . . .
Many different ways of doing it depending on how and what you are doing . . .
I presume you mean displayed in a Monitor, and you have used MultiSlider.x to put the value there - simply change it to MultiSlider.x*127
Set the Monitors precision to 0 for whole numbers

If you set up your midi message using the standard MIDI Mapping panel the objects are bi-directional . .
If an object sends CC#1 on MIDI ch 1 MIDI Target 0 then it will also respond to that same message being sent to Lemur
If you are using Custom MIDI or Scripting then you have to use an OnMIDI executing script to interpret and act on the MIDI . .

Cheers
MM

Re: Midi Feedback and Values

Posted: 28 Mar 2012 14:09
by jonwright
Thanks MM,

I've read through the manual a couple of times but have a bit of trouble getting my head around some of it (man-flu and a deadline don't help!).

I've give suggestions a go.

Thanks again.

Jon