Midi Feedback and Values

Discuss Lemur and share techniques.
Post Reply
jonwright
Newbie
Posts: 2
Joined: 28 Mar 2012 09:50

Midi Feedback and Values

Post 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.
Macciza
Regular
Posts: 1315
Joined: 07 Dec 2011 04:57
Location: Sydney, Australia.

Re: Midi Feedback and Values

Post 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
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
jonwright
Newbie
Posts: 2
Joined: 28 Mar 2012 09:50

Re: Midi Feedback and Values

Post 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
Post Reply