alphaTab
alphaTab copied to clipboard
alphaTab is a cross platform music notation and guitar tablature rendering library.
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.10. Release notes Sourced from kotlin-gradle-plugin's releases. Kotlin 1.7.10 Changelog Compiler KT-52702 Invalid locals information when compiling kotlinx.collections.immutable with Kotlin 1.7.0-RC2 KT-52892 Disappeared specific builder...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior the erro like:  ### Expected Behavior The right one should...
### Issues N/A ### Proposed changes Simple typo fix ### Checklist - [X] I consent that this change becomes part of alphaTab under it's current or any future open source...
### Issues Fixes #932 ### Proposed changes ### Checklist - [X] I consent that this change becomes part of alphaTab under it's current or any future open source license -...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Currently when calling the `removeNote` function from a Beat, the `noteStringLookup`...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The player/scrolling has severe hiccups on a specific GP file. ###...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior when setting RenderStaff topSpacing = 0, top overflowed with bend ...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In JS, after the initial render, if I run: api.settings.notation.transpositionPitches =...
### Issues Issue [Top overflowed with bend](https://github.com/CoderLine/alphaTab/issues/910) ### Proposed changes Calculating height of bend identify while registering OverflowTop ### Checklist - [x] I consent that this change becomes part of...
I fixed some things I found in AlphaTexImporter. ## List of changes - Corrected the error message logic: SymbolErrors previously only printed the value 'null' as found. - Before: `MalFormed...