Skip to content

Commit bc5583c

Browse files
Now returning the proper value for pan getter
1 parent 3ba4440 commit bc5583c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AbstractAudioWrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default class AbstractAudioWrapper extends EventDispatcher{
1717
}
1818

1919
get pan() {
20-
return this.panNode.pan.value;
20+
return this.panNode.positionX;
2121
}
2222

2323
set muted(val){

0 commit comments

Comments
 (0)