A midi cc question

Discuss Lemur and share techniques.
cchristensson
Newbie
Posts:4
Joined:10 Apr 2014 22:04
A midi cc question

Post by cchristensson » 10 Apr 2014 22:37

Hi I'm trying to make a template for my Spitfire audio sample libs.
They have implemented a way to change articulations via cc32 where different articulations are triggered on different values. ( the daw chase these events better than keyswitches)
I want to have a pad/button for each of the articulations but I can't get the different buttons to send different values.
I see there's a value field in the editor just below the cc number field but I can't enter anything.
Im a newbie with Lemur so I understand I'm missing something.
Can someone please point me in the right direction?
Regards.

Softcore
Regular
Posts:1639
Joined:04 Nov 2012 08:34

Re: A midi cc question

Post by Softcore » 12 Apr 2014 06:50

An easy way to achieve this is via the custom midi feature...

In the example below 16 pads, all send to CC32 with the custom midi "Out" - each pad sends a specific value as this is defined by a custom expression "val".
The values each pad sends are 1,2,3,21,64,65,67,69,90,95,100,112,114,118,120,127 - of course thats only an example, you can change the amount of pads and each value for each pad to your liking.
Attachments
cc32-multivaluesout.jzml
(2.98KiB)Downloaded 124 times

cchristensson
Newbie
Posts:4
Joined:10 Apr 2014 22:04

Re: A midi cc question

Post by cchristensson » 13 Apr 2014 16:02

Thanks.
I think I understand and will check it out right away.
Thank You again.

gweston
Newbie
Posts:15
Joined:06 Mar 2013 13:26

Re: A midi cc question

Post by gweston » 20 May 2014 18:51

I am trying to figure out the exact same thing as messaged here. I downloaded the example script that was posted here and it is not sending on CC 32 only. It seems to be almost random the values are correct.

Did anyone else have any luck?

Softcore
Regular
Posts:1639
Joined:04 Nov 2012 08:34

Re: A midi cc question

Post by Softcore » 21 May 2014 09:33

How do you check the outgoing messages? If you observe the custom midi out its CC is specifically set to 32 (mappings window, 32 in blue color), there is literally no way it could send on anything other than CC 32.

gweston
Newbie
Posts:15
Joined:06 Mar 2013 13:26

Re: A midi cc question

Post by gweston » 21 May 2014 10:27

Hi

I set up a midi monitor in cubase. Whe I hit pad 1 it sends on 32. When I hit the next pad it sends the correct value from the "val" variable but on channel 33 and so on. Each pad goes up one cc number.

Galen

Softcore
Regular
Posts:1639
Joined:04 Nov 2012 08:34

Re: A midi cc question

Post by Softcore » 21 May 2014 10:34

Hmm, try this one then....
Attachments
cc32-multivaluesout-fixed.jzml
(2.99KiB)Downloaded 118 times

gweston
Newbie
Posts:15
Joined:06 Mar 2013 13:26

Re: A midi cc question

Post by gweston » 21 May 2014 20:01

Thanks this worked....I just have one problem.

I use this to send a CC32 value. But it does not work if I have an expression map on the track. The expression map also send a CC32 value. But unless I remove it I can not get Lemur to change articulations on Spitfire Audio Sable.

Any ideas?

Softcore
Regular
Posts:1639
Joined:04 Nov 2012 08:34

Re: A midi cc question

Post by Softcore » 22 May 2014 05:59

Not sure as I dont have Cubase nor Spitfire and I dont know how expression maps work. In any case, you can change the CC the pads send by editing this (found in mappings)

stretch(32, 16)

What this essentially does, is instructing Lemur what CC to use for each pad.

stretch(32,16) = {32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32}

So, you either change the "32" part if you want a common CC for all pads or you make a 16 numbers array of your choosing.

Macciza
Regular
Posts:1325
Joined:07 Dec 2011 04:57
Location:Sydney, Australia.

Re: A midi cc question

Post by Macciza » 23 May 2014 07:23

Hi All
Pretty sure this is 'Unexpected Response' - the original single 32 val should work really . ..
Have sent report in and it is being looked into .. . .
Cheers
MM
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]

Post Reply