Simple LOM problem?

Beep's icon

Hi everyone, I've used M4L a little bit in the past but I'm not sure how best to tackle a particular problem.

I have MIDI CC data coming into a M4L patch, I want to split that data in two (0-64 out one way, 65 - 127 out of another). I want the data within these number ranges to go to a different Device Parameter. No problem there.

First question then, am I right in thinking that I can access Device Parameter dials or even effect dials using LOM? I looked over the LOM Chart and couldn't see anything there.

A bit of reading around referred me to to the LOM Navigator and having worked through the tutorial http://synthfan.info/mytutorials/lom-navigator/ this seems to confirm that I can't access these parameters through the LOM.

If I can access them through the LOM, how? If I can't what should I use?

Many thanks,

Lee's icon

Hi, sure. see attached grab. here you can see I've navigated to 'live_set tracks 0 devices 0 parameters 1' which is the GainLow parameter on the EQ Three.

Stephane Morisse's icon

You should have a look at the M4L.api family of devices and copy the mapping section from there...