You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it’s possible to pan new instruments however you like, inside the connectInstrument function. But it’d be nice to be able to pan notes from tracks: [[0, { pan: -0.5 }], [0, { pan: 0.5 }]]. Adding support for that using StereoPannerNode would be easy and (apparently) performant.
However, some use cases will require using the much more expensive and complicated 3D panning nodes.
Do I add support for both, just one, or neither?
The text was updated successfully, but these errors were encountered:
Currently it’s possible to pan new instruments however you like, inside the
connectInstrument
function. But it’d be nice to be able to pan notes from tracks:[[0, { pan: -0.5 }], [0, { pan: 0.5 }]]
. Adding support for that usingStereoPannerNode
would be easy and (apparently) performant.However, some use cases will require using the much more expensive and complicated 3D panning nodes.
Do I add support for both, just one, or neither?
The text was updated successfully, but these errors were encountered: