Daniel Kuschny

Results 124 issues of Daniel Kuschny

It seems we accidentally in a previous release have hidden classes like `AlphaSynthWebAudioOutput`, they should be public again for low level api usage. Likely the guide also needs update as...

:spider: type-bug
state-accepted
area-player
platform-javascript

The 1.3 release is delaying more and more due to various obstacles in targeting Android and iOS natively (bad luck with many kotlin bugs and performance issues and technical limitations)....

### Discussed in https://github.com/CoderLine/alphaTab/discussions/853 Originally posted by **jonaro00** May 15, 2022 ## Proposed feature AlphaTex currently allows defining major key signatures with `\ks G`. I propose also allowing minor keys...

file-format-alphaTex
:rocket: type-improvement
area-file-formats
state-accepted
platform-all

As hinted in #797 we should have a look at the new CapXML 4.x and 5.x versions which were released the last years and add at least basic support for...

:rocket: type-improvement
area-file-formats
state-accepted

Brush strokes can currently not be defined in alphaTex. This should be possible as beat effect. Proposed syntax: `bu {duration}` for brush up `bd {duration}` for brush down `au {duration}`...

file-format-alphaTex
:rocket: type-improvement
area-file-formats
state-accepted
good first issue

**Background** Supporting alphaTab in environments where it is bundled together with other libraries always has been a bit of a pain as alphaTab spawns WebWorkers and AudioWorklets using the script...

:rocket: type-improvement
state-accepted
platform-javascript
area-core

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Lately on GHA our tests tend to fail from time to...

:spider: type-bug
state-accepted
platform-javascript
area-maintenance

As reported [here](https://github.com/CoderLine/alphaTab/discussions/665) alphaTab does not support reading the individual frets and strings from the MusicXML harmony definition. We can use the information from the `frame` element to fill up...

:bulb: type-feature
area-file-formats
state-accepted
platform-all
good first issue

Currently alphaTex can only be used to write Tabs and Standard Notation. Percussion Tabs are not supported. How it could work: 1. It is activated via `\instrument percussion` 2. For...

file-format-alphaTex
:rocket: type-improvement
area-file-formats
state-accepted
good first issue

As part of https://github.com/CoderLine/alphaTab/pull/689 and along the Android implementations there were some findings on how the UI facade is currently handled. The abstraction towards the UI is designed currently quite...

:rocket: type-improvement
area-rendering
platform-all