Page 4 of 4

Re: Nrpn messages?

Posted: 08 Apr 2012 05:40
by secretkillerofnames
Of course as soon as I post I see why the message doesn't compile...

Re: Nrpn messages?

Posted: 08 Apr 2012 05:54
by Macciza
Hi

For menu script not compiling - delete ',' after 0xF7 . . .

For NRPN version add 0x02 after 0x63 . . .

Get a MIDI Monitor app so you can inspect what is being sent from the Lemur . . .

Cheers
MM

PS Changing to NRPN would be better imho - made for realtime more so than sysex
Sysex is better for editor applications rather than control apps . . .

Re: Nrpn messages?

Posted: 08 Apr 2012 07:00
by secretkillerofnames
Yeah I saw the comma only when I looked at the post.

I'm going to keep re-using the sysex for now and then change to NRPN when I have a better idea of how I want to control it.

It's good to know that i'm on the right track with the NRPNs though.

Another quick question... do I always have to multiple x by the range value for faders?

e.g.
midiout(0,{0xF0, 0x00, 0x01, 0x05, 0x21, 0x00, 0x02, 0x09, 0x01, 0x02, 0x00, x*127, 0xF7});

It seems like that is what the synth wants but i'm wondering why I need to / thought x would be outputting a value between 0 and 127 anyway.
chrs
Lloyd