Skip to content

player names only updated when calling mixerRenderer.buildMeshes() #43

@stephanschulz

Description

@stephanschulz

I often load new files in to an already existing maxtrixMixer. The displayed name of the player does not get updated.
For now I always call mixerRenderer.buildMeshes(); after load.

                players[temp_idx]->load(secondOldestFilePath);
                players[temp_idx]->setLoop(true); 
                players[temp_idx]->play();
                mixerRenderer.buildMeshes();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions