Skip to content

Show additional details for alphaTex samples #164

Description

@Danielku15

Affected Area

All alphaTex samples.

What's wrong or missing?

CoderLine/alphaTab#2520

It could be a useful addition to show also the used settings and other options used to display the alphaTex sample.

export interface AlphaTexSampleProps {
tracks?: number[] | "all";
children: string | React.ReactElement;
player: boolean;
settings?: alphaTab.json.SettingsJson;
}

Specifically:

  1. The custom settings overrides
  2. Whether the player is active
  3. Which tracks are displayed

The exact way of displaying it needs to be checked. We don't want to blow up all pages with additional tabs. Only when really needed we should show some additional details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Fields

Priority

None yet

Effort

None yet

Area

None yet

Platform

None yet

Work State

None yet

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions