It looks like you're new here. If you want to get involved, click one of these buttons!
Hi there,
The LFO seems to have some trouble when applied to "voice panning" destination :
2) On voice 1, 2 and 3, it only goes from left to center (with the MIX pan parameter set to 0). In order to have it covered the whole left-right spectrum, you have to turn the MIX pan parameter to +64. If turned to -63, it simply get stuck on the left side.
1) On voice 4, 5 and 6 it doesn't work
Comments
this is due to the way modulations are handled at the moment in the LXR.
To simplify the coding quite a bit, modulations are done like this:
'actual parameter value' * 'modulation value'
so the parameters are always modulated between 0 and the set value.
to point 1:
i found the problem. I implemented the pan handling for the drum voice (1-3) but somehow forgot the copy the fix to the other voices. I will fix this for one of the next releases.
panning value is actually 0 to 127 - (but is displayed as -63 to +64 to be helpful)
The LFO ranges between 0 and 1 and simply multiplies the panning value - so the maximum value is whatever the parameter is set to, so to pan full right you need the value set to +64 (127)