Multiply pan on the channels
This commit is contained in:
parent
f0c4e77afd
commit
3e58a36b61
1 changed files with 2 additions and 2 deletions
|
|
@ -755,8 +755,8 @@ namespace _internals {
|
||||||
return panData[index];
|
return panData[index];
|
||||||
};
|
};
|
||||||
|
|
||||||
*left++ = lookUp(p);
|
*left++ *= lookUp(p);
|
||||||
*right++ = lookUp(1 - p);
|
*right++ *= lookUp(1 - p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue