|
From: Andreas P. <and...@br...> - 2012-11-25 17:06:48
|
On 2012-11-25 17:12, Nicola Pandini wrote: > Hi list, > is it possible to control the pan of a <region> with a midi cc? > I tried pan_onccn=100, but I can only control the pan from > "Center"(cc=0) to "Hard-Right"(cc=127). > I'd like to map cc=0 to "Hard-Left" and cc=127 to "Hard-Right", just > like the LS's global pan cc10. I have been working very slowly on this for a while, but I'm not finished yet. The pan_oncc opcode isn't correctly implemented in LS. If it was, you should be able to set pan=-100 and pan_onccn=200 to do what you want. /Andreas |