Skip to content

fix docs for createInstance #8

Description

@felixroos

hi! got a little confused testing this sdk, as the readme contains:

const pluginInstance = await pluginFactory.createInstance(audioContext, {});

same in the wiki.

the actual call signature in the code is different:

static createInstance(groupId, audioContext, initialState) {

so it seems the first argument was added after the docs were written? is the groupId just an arbitrary string?

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