Skip to content

Wrapping PlayControl  #3

@mdahlgrengadd

Description

@mdahlgrengadd

Hi! I'm doing sort of a sequencer and wondering if I can add a playControl to a transport that itself is controlled by a "master" play control?:

masterTransport = new wavesAudio.Transport();
masterPlayControl = new wavesAudio.PlayControl(masterTransport);

segmentEngine = new wavesAudio.SegmentEngine();
wrapPlayer = new wavesAudio.PlayControl(segmentEngine);
masterTransport.add(wrapPlayer);

The reason for doing it is so that during playback the wrapPlayer engine can be replaced and playback in the new engine continues from current position (like in the PlayControl example).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions