Nrpn messages?
-
- Newbie
- Posts: 13
- Joined: 02 Apr 2012 01:34
Re: Nrpn messages?
Of course as soon as I post I see why the message doesn't compile...
Re: Nrpn messages?
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 . . .
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 . . .
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]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
-
- Newbie
- Posts: 13
- Joined: 02 Apr 2012 01:34
Re: Nrpn messages?
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
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