Search found 12 matches

by Mr_X
09 Apr 2015 22:25
Forum: General Discussion
Topic: MIDI Learn
Replies: 15
Views: 3483

Re: MIDI Learn

Sounds good. Thank you.

Working hard to understand how this design works. Looks very slick.
I must learn more about and practice some Lemur programming.
by Mr_X
22 Mar 2015 17:25
Forum: General Discussion
Topic: MIDI Learn
Replies: 15
Views: 3483

Re: MIDI Learn

Macciza wrote:Maybe something along this line, adjusted as needed as per other objects...
test.jzml
Note: The data length and variable position will need to be set up to match your device
cheers
Thank you very much.
I'll give this a try.

Will the captured data persist after Lemur is closed?
by Mr_X
21 Mar 2015 02:51
Forum: General Discussion
Topic: MIDI Learn
Replies: 15
Views: 3483

Re: MIDI Learn

Traxus - LeLearn https://forum.liine.net/viewtopic.php?f=34&t=4089&p=16331&hilit=LeLearn#p16331 MrX - Ok, so Realtime Sysex, thats a bit different . . . From memory you could also set Yamaha mixers to send CCs for controls, might be easier . . . Without researching too much if the sighs stuff is ...
by Mr_X
20 Mar 2015 23:48
Forum: General Discussion
Topic: MIDI Learn
Replies: 15
Views: 3483

Re: MIDI Learn

Thank you for your reply. MIDIAARGS learn of Sysex does not really make sense though... Sysex message is different outgoing compared to incoming, can cover numerous parameters etc Why are you particularly wanting to use sysex? And how where you thinking of doing it? What device? The sysex messages I ...
by Mr_X
19 Mar 2015 00:25
Forum: General Discussion
Topic: MIDI Learn
Replies: 15
Views: 3483

Re: MIDI Learn

Thank you for your reply.

Only interested in Sysex at this point, not notes or cc stuff. MidiDesigner can learn any MIDI message, it's a shame Lemur has fallen behind.
I'm really surprised nobody else is asking for this functionality.
by Mr_X
17 Mar 2015 22:36
Forum: General Discussion
Topic: MIDI Learn
Replies: 15
Views: 3483

MIDI Learn

I'm planning on building a design with Lemur that uses a lot of Sysex. It seems like Lemur doesn't have a MIDI learn function natively, so is there a script or any workaround to allow me to have Lemur "learn" the sysex strings? I would like to have my design learn the sysex and then edit them to add ...
by Mr_X
17 Mar 2015 22:32
Forum: General Discussion
Topic: Built-In Multi-byte calculations
Replies: 1
Views: 428

Re: Built-In Multi-byte calculations

I guess not?
by Mr_X
17 Mar 2015 22:32
Forum: Introductions
Topic: Hello - Lemur Newb
Replies: 2
Views: 536

Re: Hello - Lemur Newb

Hello! No, not working with a DAW with Lemur, but I am a fan of Reaper when I need to do some recording. I'm planning to use Lemur for controlling digital mixing consoles wirelessly. We'll see how that works out. ;-) I was using MidiDesigner before, but it's very limited. What's weird though about ...
by Mr_X
17 Mar 2015 22:28
Forum: General Discussion
Topic: Protected Projects
Replies: 6
Views: 940

Re: Protected Projects

Understood. Thank you everyone!
by Mr_X
14 Mar 2015 00:22
Forum: General Discussion
Topic: Built-In Multi-byte calculations
Replies: 1
Views: 428

Built-In Multi-byte calculations

It's easy enough to create a function to convert numbers to their multi-byte MIDI equivalents, but I thought I'd check first to see if this sort of calculation is already built-in to Lemur Scripting? e.g. decimal to 5-byte MIDI value conversions: 1023 = 00 00 00 07 7F 63 = 00 00 00 00 3F -63 = 7F 7F ...