Skip to content

Show additional details for alphaTex samples #164

@Danielku15

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions