MIDI Learn

Discuss Lemur and share techniques.
Macciza
Regular
Posts: 1315
Joined: 07 Dec 2011 04:57
Location: Sydney, Australia.

Re: MIDI Learn

Post by Macciza »

No worries,
Have a look at the LeLearn stuff above, it shows one way to do it ...
Pretty sure this can be modified to deal with sysex ...
Though ultimately wouldn't you only need to do it once?
It may be easier to just capture the data once and then code it as needed...
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]
Macciza
Regular
Posts: 1315
Joined: 07 Dec 2011 04:57
Location: Sydney, Australia.

Re: MIDI Learn

Post by Macciza »

Maybe something along this line, adjusted as needed as per other objects...
test.jzml
(12.76 KiB) Downloaded 82 times
Note: The data length and variable position will need to be set up to match your device
cheers
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]
Traxus
Regular
Posts: 211
Joined: 30 Nov 2012 06:19
Location: Detroit
Contact:

Re: MIDI Learn

Post by Traxus »

Ah cool, same thing i had in mind but without the abstraction; i was thinking just one midi listen and assignment script rather than putting on on each object might be cheaper to on a larger project but managing the 4 vectors (object pointer, channel, cc, val) seemed latency prone...
Mr_X
Newbie
Posts: 12
Joined: 12 Mar 2015 19:47

Re: MIDI Learn

Post by Mr_X »

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

Re: MIDI Learn

Post by Macciza »

you would simply need to save the project (to a new file perhaps) on your Lemur first before closing ...
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]
Mr_X
Newbie
Posts: 12
Joined: 12 Mar 2015 19:47

Re: MIDI Learn

Post by Mr_X »

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