Skip to content

Add panning support in tracks #16

@jonikorpi

Description

@jonikorpi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions