Page 1 of 2
A midi cc question
Posted: 10 Apr 2014 22:37
by cchristensson
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.
Re: A midi cc question
Posted: 12 Apr 2014 06:50
by Softcore
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.
Re: A midi cc question
Posted: 13 Apr 2014 16:02
by cchristensson
Thanks.
I think I understand and will check it out right away.
Thank You again.
Re: A midi cc question
Posted: 20 May 2014 18:51
by gweston
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?
Re: A midi cc question
Posted: 21 May 2014 09:33
by Softcore
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.
Re: A midi cc question
Posted: 21 May 2014 10:27
by gweston
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
Re: A midi cc question
Posted: 21 May 2014 10:34
by Softcore
Hmm, try this one then....
Re: A midi cc question
Posted: 21 May 2014 20:01
by gweston
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?
Re: A midi cc question
Posted: 22 May 2014 05:59
by Softcore
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.
Re: A midi cc question
Posted: 23 May 2014 07:23
by Macciza
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