Forum Moderators: open
I am using the setTransform () method to alter the pan but it doesn't appear to be working correctly.
I did a trace and my object definately has the values I want it to but the PAN doesn't seem to actually PAN all the way.
For example,
newPanObj.ll = 100;
newPanObj.lr = 100;
newPanObj.rr = 0;
newPanObj.rl = 0;
fA_the_Track.setTransform (newPanObj); This does make the left louder, but sound is still coming out of my right speaker.
Is this supposed to happen or am I doing something wrong?