MIDI Learn

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

Post by Macciza » 21 Mar 2015 05:42

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:1325
Joined:07 Dec 2011 04:57
Location:Sydney, Australia.

Re: MIDI Learn

Post by Macciza » 21 Mar 2015 05:59

Maybe something along this line, adjusted as needed as per other objects...
test.jzml
(12.76KiB)Downloaded 115 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:216
Joined:30 Nov 2012 06:19
Location:Detroit
Contact:

Re: MIDI Learn

Post by Traxus » 21 Mar 2015 18:21

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 » 22 Mar 2015 17:25

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:1325
Joined:07 Dec 2011 04:57
Location:Sydney, Australia.

Re: MIDI Learn

Post by Macciza » 23 Mar 2015 05:20

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 » 09 Apr 2015 22:25

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