-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Affected Area
All alphaTex samples.
What's wrong or missing?
It could be a useful addition to show also the used settings and other options used to display the alphaTex sample.
alphaTabWebsite/src/components/AlphaTexSample/index.tsx
Lines 9 to 14 in 2a17e78
| export interface AlphaTexSampleProps { | |
| tracks?: number[] | "all"; | |
| children: string | React.ReactElement; | |
| player: boolean; | |
| settings?: alphaTab.json.SettingsJson; | |
| } |
Specifically:
- The custom settings overrides
- Whether the player is active
- 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 requestNew feature or request