AlphaTab 1.3.0-alpha.1008

This is a prerelease version of AlphaTab.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AlphaTab --version 1.3.0-alpha.1008
NuGet\Install-Package AlphaTab -Version 1.3.0-alpha.1008
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AlphaTab" Version="1.3.0-alpha.1008" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlphaTab --version 1.3.0-alpha.1008
#r "nuget: AlphaTab, 1.3.0-alpha.1008"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AlphaTab as a Cake Addin
#addin nuget:?package=AlphaTab&version=1.3.0-alpha.1008&prerelease

// Install AlphaTab as a Cake Tool
#tool nuget:?package=AlphaTab&version=1.3.0-alpha.1008&prerelease

AlphaTab

Official Site Documentation License MPL-2.0 Twitter Facebook Build

alphaTab is a cross platform music notation and guitar tablature rendering library. You can use alphaTab within your own website or application to load and display music sheets from data sources like Guitar Pro or the built in markup language named alphaTex.

alphaTab

Getting Started

To get started follow our guides and tutorials at:

Features

alphaTab mostly focuses on web based platforms allowing music notation to be embedded into websites and browser based apps but is also designed to be used on various other platforms like .net and Android either as a platform native integration or through runtime specific JavaScript engines.

alphaTab can load music notation from various sources like Guitar Pro 3-7, AlphaTex and MusicXML (experimental) and render them into beautiful music sheets right within your browser (or application). Using a built in midi synthesizer named alphaSynth the music sheets can also be played in your browser.

  • Load GuitarPro 3-5, GuitarPro 6, Guitar Pro 7, AlphaTex or MusicXML (experimental)
  • Render as SVG or Raster Graphics (raster graphics depends on platform: HTML5 canvas, GDI+, SkiaSharp, Android Canvas)...
  • Display single or multiple instruments as standard music notation and guitar tablatures consisting of song information, repeats, alternate endings, guitar tunints, clefs, key signatures, time signatures, notes, rests, accidentals, drum tabs, piano grand staff, tied notes, grace notes, dead notes, ghost notes, markers, tempos, lyrics, chords, vibratos, dynamics, tap/slap/pop, fade-in, let-ring, palm-mute, string bends, whammy bar, tremolo picking, strokes, slides, trills, pick strokes, tuplets, fingering, triplet feels,...
  • Adapt to your responsive design by dynamic resizing
  • Play the music sheet via built-in Midi+SoundFont2 Synthesizer (output depends on platform: HTML5 Web Audio, NAudio, Android AudioTrack)

Officially Supported Platforms

Platform Support Availability
Browsers using script includes (UMD) Full experience including low level APIs, Background Workers, Audio Playback, SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.0-latest
Node.js using require (UMD) Access to all low level APIs and SVG rendering 1.0-latest
.net standard 2.0 Access to all low level APIs and multiple render engines (SVG, GDI+, SkiaSharp) 1.0-latest
.netcoreapp3.1 (WPF) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.0-1.2.2
.netcoreapp3.1 (WinForms) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.0-1.2.2
Browsers using ES6 Modules (ESM) Full experience including low level APIs, Background Workers, Audio Playback, SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.3 (pre-release ⚠️)
Node.js using import (ESM) Access to all low level APIs and SVG rendering 1.3 (pre-release ⚠️)
.net6.0-windows (WPF) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. 1.3 (pre-release ⚠️)
.net6.0-windows (WinForms) Full experience including low level APIs, Background Workers, Audio Playback (through NAudio), SVG and HTML5 rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.3 (pre-release ⚠️)
Android (Kotlin) Full experience including low level APIs, Background Workers, Audio Playback, Android Canvas and SVG rendering. UI level integration for user interaction and automatic resizing. Reduced UI level integration related to transparency and animations. 1.3 (pre-release ⚠️)

Thanks to...

... our friends of BrowserStack for a free plan. This allows me to test alphaTab on all browsers on all operating systems. Only with this I can ensure that alphaTab is shown to all your visitors as expected.

<p align="center"> <a href="https://www.browserstack.com" target="_blank"><img src="img/BrowserStack.png?raw=true" width="400" align="center"/></a> </p>

... our friends at JetBrains for a Open Source License of their products. This allows me to develop all the flavors of alphaTab with the latest and greatest coding and debugging assistance.

<p align="center"> <a href="https://www.jetbrains.com/" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" width="150" align="center"/></a><br /> Copyright © 2000-2022 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o. </p>

... Bernhard Schelling the author of TinySoundFont and Steve Folta the author of SFZero for providing the core of the synthesis engine.

... all you people using alphaTab providing new feature ideas and bug reports.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on AlphaTab:

Package Downloads
AlphaTab.Windows

alphaTab is a cross platform music notation and guitar tablature rendering library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0-alpha.1059 33 6/18/2024
1.4.0-alpha.1057 36 6/16/2024
1.4.0-alpha.1052 34 6/11/2024
1.4.0-alpha.1045 45 6/4/2024
1.4.0-alpha.1044 40 6/3/2024
1.4.0-alpha.1038 36 5/28/2024
1.4.0-alpha.1031 48 5/21/2024
1.4.0-alpha.1026 29 5/16/2024
1.4.0-alpha.1025 42 5/16/2024
1.4.0-alpha.1024 34 5/15/2024
1.3.1 85 6/15/2024
1.3.0 90 5/15/2024
1.3.0-alpha.1023 42 5/15/2024
1.3.0-alpha.1022 42 5/14/2024
1.3.0-alpha.1019 45 5/11/2024
1.3.0-alpha.1015 49 5/7/2024
1.3.0-alpha.1008 53 4/30/2024
1.3.0-alpha.1006 36 4/28/2024
1.3.0-alpha.1005 39 4/28/2024
1.3.0-alpha.997 60 4/23/2024
1.3.0-alpha.990 51 4/16/2024
1.3.0-alpha.983 50 4/9/2024
1.3.0-alpha.976 47 4/2/2024
1.3.0-alpha.973 52 3/30/2024
1.3.0-alpha.969 45 3/26/2024
1.3.0-alpha.962 49 3/19/2024
1.3.0-alpha.955 48 3/12/2024
1.3.0-alpha.953 48 3/10/2024
1.3.0-alpha.947 49 3/5/2024
1.3.0-alpha.946 44 3/4/2024
1.3.0-alpha.945 43 3/3/2024
1.3.0-alpha.944 47 3/3/2024
1.3.0-alpha.942 45 3/2/2024
1.3.0-alpha.938 41 3/2/2024
1.3.0-alpha.933 48 2/27/2024
1.3.0-alpha.932 45 2/26/2024
1.3.0-alpha.926 44 2/20/2024
1.3.0-alpha.919 56 2/13/2024
1.3.0-alpha.912 62 2/6/2024
1.3.0-alpha.905 54 1/30/2024
1.3.0-alpha.898 54 1/23/2024
1.3.0-alpha.897 46 1/22/2024
1.3.0-alpha.891 61 1/16/2024
1.3.0-alpha.890 51 1/15/2024
1.3.0-alpha.884 60 1/9/2024
1.3.0-alpha.877 71 1/2/2024
1.3.0-alpha.876 66 1/1/2024
1.3.0-alpha.874 66 12/30/2023
1.3.0-alpha.873 66 12/29/2023
1.3.0-alpha.872 56 12/28/2023
1.3.0-alpha.870 73 12/26/2023
1.3.0-alpha.869 66 12/25/2023
1.3.0-alpha.863 64 12/19/2023
1.3.0-alpha.856 72 12/12/2023
1.3.0-alpha.854 68 12/10/2023
1.3.0-alpha.849 74 12/5/2023
1.3.0-alpha.848 70 12/4/2023
1.3.0-alpha.784 82 10/1/2023
1.3.0-alpha.783 62 10/1/2023
1.3.0-alpha.782 62 10/1/2023
1.3.0-alpha.776 78 9/26/2023
1.3.0-alpha.772 62 9/22/2023
1.3.0-alpha.769 62 9/19/2023
1.3.0-alpha.762 69 9/12/2023
1.3.0-alpha.760 71 9/10/2023
1.3.0-alpha.755 74 9/5/2023
1.3.0-alpha.748 95 8/29/2023
1.3.0-alpha.741 85 8/22/2023
1.3.0-alpha.734 69 8/15/2023
1.3.0-alpha.727 73 8/8/2023
1.3.0-alpha.726 67 8/8/2023
1.3.0-alpha.724 81 8/6/2023
1.3.0-alpha.719 97 8/1/2023
1.3.0-alpha.712 99 7/25/2023
1.3.0-alpha.705 97 7/18/2023
1.3.0-alpha.699 89 7/12/2023
1.3.0-alpha.694 96 7/7/2023
1.3.0-alpha.691 88 7/4/2023
1.3.0-alpha.684 83 6/27/2023
1.3.0-alpha.677 80 6/20/2023
1.3.0-alpha.675 82 6/18/2023
1.3.0-alpha.670 99 6/13/2023
1.3.0-alpha.663 83 6/6/2023
1.3.0-alpha.656 87 5/30/2023
1.3.0-alpha.650 87 5/24/2023
1.3.0-alpha.649 81 5/23/2023
1.3.0-alpha.642 72 5/16/2023
1.3.0-alpha.635 70 5/9/2023
1.3.0-alpha.630 74 5/4/2023
1.3.0-alpha.628 92 5/2/2023
1.3.0-alpha.621 80 4/25/2023
1.3.0-alpha.614 86 4/18/2023
1.3.0-alpha.609 81 4/13/2023
1.3.0-alpha.607 77 4/12/2023
1.3.0-alpha.606 80 4/12/2023
1.3.0-alpha.605 74 4/11/2023
1.3.0-alpha.598 87 4/4/2023
1.3.0-alpha.595 94 4/1/2023
1.3.0-alpha.591 92 3/28/2023
1.3.0-alpha.577 84 3/14/2023
1.3.0-alpha.570 84 3/7/2023
1.3.0-alpha.563 90 2/28/2023
1.3.0-alpha.561 85 2/26/2023
1.3.0-alpha.560 85 2/25/2023
1.3.0-alpha.559 83 2/24/2023
1.3.0-alpha.558 82 2/23/2023
1.3.0-alpha.557 80 2/22/2023
1.3.0-alpha.556 82 2/21/2023
1.3.0-alpha.555 83 2/20/2023
1.3.0-alpha.554 88 2/19/2023
1.3.0-alpha.553 81 2/18/2023
1.3.0-alpha.552 75 2/17/2023
1.3.0-alpha.551 81 2/16/2023
1.3.0-alpha.550 77 2/15/2023
1.3.0-alpha.549 79 2/14/2023
1.3.0-alpha.548 78 2/13/2023
1.3.0-alpha.547 84 2/12/2023
1.3.0-alpha.546 84 2/11/2023
1.3.0-alpha.545 83 2/10/2023
1.3.0-alpha.544 81 2/9/2023
1.3.0-alpha.543 84 2/8/2023
1.3.0-alpha.542 86 2/7/2023
1.3.0-alpha.541 88 2/6/2023
1.3.0-alpha.540 86 2/5/2023
1.3.0-alpha.539 85 2/4/2023
1.3.0-alpha.538 88 2/3/2023
1.3.0-alpha.537 104 2/2/2023
1.3.0-alpha.536 99 2/1/2023
1.3.0-alpha.535 97 1/31/2023
1.3.0-alpha.534 100 1/30/2023
1.3.0-alpha.533 86 1/29/2023
1.3.0-alpha.532 94 1/28/2023
1.3.0-alpha.531 97 1/27/2023
1.3.0-alpha.530 95 1/26/2023
1.3.0-alpha.529 99 1/25/2023
1.3.0-alpha.528 95 1/24/2023
1.3.0-alpha.527 94 1/23/2023
1.3.0-alpha.526 92 1/22/2023
1.3.0-alpha.525 89 1/21/2023
1.3.0-alpha.524 89 1/20/2023
1.3.0-alpha.523 91 1/19/2023
1.3.0-alpha.522 88 1/18/2023
1.3.0-alpha.521 89 1/17/2023
1.3.0-alpha.520 101 1/16/2023
1.3.0-alpha.519 97 1/15/2023
1.3.0-alpha.518 96 1/14/2023
1.3.0-alpha.517 91 1/13/2023
1.3.0-alpha.516 105 1/12/2023
1.3.0-alpha.515 93 1/11/2023
1.3.0-alpha.514 96 1/10/2023
1.3.0-alpha.513 95 1/9/2023
1.3.0-alpha.512 96 1/8/2023
1.3.0-alpha.511 98 1/7/2023
1.3.0-alpha.510 99 1/6/2023
1.3.0-alpha.509 90 1/5/2023
1.3.0-alpha.508 102 1/4/2023
1.3.0-alpha.507 96 1/3/2023
1.3.0-alpha.506 94 1/2/2023
1.3.0-alpha.505 91 1/1/2023
1.3.0-alpha.504 88 12/31/2022
1.3.0-alpha.503 85 12/30/2022
1.3.0-alpha.502 98 12/29/2022
1.3.0-alpha.501 96 12/28/2022
1.3.0-alpha.500 96 12/27/2022
1.3.0-alpha.499 85 12/26/2022
1.3.0-alpha.498 83 12/25/2022
1.3.0-alpha.497 82 12/24/2022
1.3.0-alpha.496 91 12/23/2022
1.3.0-alpha.495 90 12/22/2022
1.3.0-alpha.494 88 12/21/2022
1.3.0-alpha.493 83 12/20/2022
1.3.0-alpha.492 89 12/19/2022
1.3.0-alpha.491 96 12/18/2022
1.3.0-alpha.490 80 12/17/2022
1.3.0-alpha.489 87 12/16/2022
1.3.0-alpha.488 82 12/15/2022
1.3.0-alpha.487 82 12/14/2022
1.3.0-alpha.486 73 12/13/2022
1.3.0-alpha.485 80 12/12/2022
1.3.0-alpha.484 88 12/11/2022
1.3.0-alpha.483 78 12/10/2022
1.3.0-alpha.482 73 12/9/2022
1.3.0-alpha.481 81 12/8/2022
1.3.0-alpha.480 83 12/7/2022
1.3.0-alpha.479 84 12/6/2022
1.3.0-alpha.478 88 12/5/2022
1.3.0-alpha.477 80 12/4/2022
1.3.0-alpha.439 86 11/1/2022
1.3.0-alpha.432 90 10/25/2022
1.3.0-alpha.425 90 10/18/2022
1.3.0-alpha.424 96 10/17/2022
1.3.0-alpha.271 140 5/17/2022
1.3.0-alpha.264 109 5/10/2022
1.3.0-alpha.262 96 5/8/2022
1.3.0-alpha.257 104 5/3/2022
1.3.0-alpha.250 108 4/26/2022
1.3.0-alpha.243 112 4/19/2022
1.3.0-alpha.236 110 4/12/2022
1.3.0-alpha.229 115 4/5/2022
1.3.0-alpha.222 122 3/29/2022
1.3.0-alpha.221 113 3/28/2022
1.3.0-alpha.215 100 3/22/2022
1.3.0-alpha.208 117 3/15/2022
1.3.0-alpha.206 112 3/13/2022
1.3.0-alpha.205 105 3/13/2022
1.3.0-alpha.200 113 3/8/2022
1.3.0-alpha.194 111 3/2/2022
1.3.0-alpha.193 101 3/1/2022
1.3.0-alpha.189 113 2/26/2022
1.3.0-alpha.184 112 2/22/2022
1.3.0-alpha.182 107 2/20/2022
1.3.0-alpha.181 111 2/20/2022
1.3.0-alpha.180 114 2/20/2022
1.3.0-alpha.179 113 2/20/2022
1.3.0-alpha.177 110 2/18/2022
1.3.0-alpha.174 109 2/15/2022
1.3.0-alpha.173 110 2/14/2022
1.3.0-alpha.172 113 2/13/2022
1.3.0-alpha.170 109 2/11/2022
1.3.0-alpha.168 105 2/9/2022
1.3.0-alpha.167 108 2/8/2022
1.3.0-alpha.162 131 2/3/2022
1.3.0-alpha.161 120 2/2/2022
1.3.0-alpha.155 128 1/27/2022
1.3.0-alpha.154 121 1/26/2022
1.3.0-alpha.153 122 1/25/2022
1.3.0-alpha.150 116 1/22/2022
1.3.0-alpha.149 111 1/21/2022
1.3.0-alpha.148 128 1/20/2022
1.3.0-alpha.147 120 1/20/2022
1.3.0-alpha.146 125 1/20/2022
1.3.0-alpha.145 123 1/20/2022
1.3.0-alpha.144 121 1/16/2022
1.3.0-alpha.143 127 1/16/2022
1.3.0-alpha.142 133 1/15/2022
1.3.0-alpha.141 124 1/9/2022
1.3.0-alpha.140 124 12/29/2021
1.3.0-alpha.139 121 12/29/2021
1.3.0-alpha.138 118 12/29/2021
1.3.0-alpha.137 1,260 11/28/2021
1.3.0-alpha.136 1,151 11/28/2021
1.3.0-alpha.135 130 11/28/2021
1.3.0-alpha.134 169 11/7/2021
1.3.0-alpha.133 146 11/7/2021
1.3.0-alpha.132 138 11/3/2021
1.3.0-alpha.131 185 8/22/2021
1.3.0-alpha.130 179 8/22/2021
1.3.0-alpha.129 141 8/22/2021
1.3.0-alpha.128 136 8/16/2021
1.3.0-alpha.127 137 8/14/2021
1.3.0-alpha.126 135 8/14/2021
1.3.0-alpha.125 144 8/14/2021
1.3.0-alpha.124 147 8/14/2021
1.3.0-alpha.123 158 6/25/2021
1.3.0-alpha.122 279 5/23/2021
1.3.0-alpha.121 297 5/22/2021
1.3.0-alpha.117 237 4/4/2021
1.3.0-alpha.116 142 4/3/2021
1.3.0-alpha.115 154 4/2/2021
1.3.0-alpha.114 144 4/2/2021
1.3.0-alpha.113 184 4/2/2021
1.3.0-alpha.112 152 3/28/2021
1.3.0-alpha.111 159 3/21/2021
1.3.0-alpha.110 180 3/6/2021
1.3.0-alpha.109 170 2/28/2021
1.3.0-alpha.108 160 2/24/2021
1.3.0-alpha.107 153 2/13/2021
1.3.0-alpha.106 161 1/31/2021
1.3.0-alpha.105 145 1/29/2021
1.3.0-alpha.104 149 1/17/2021
1.2.3 836 10/16/2022
1.2.2 564 11/3/2021
1.2.1 541 4/2/2021
1.2.0 547 1/17/2021
1.2.0-alpha.103 162 1/17/2021
1.2.0-alpha.102 175 1/17/2021
1.2.0-alpha.101 183 1/17/2021
1.2.0-alpha.100 190 1/17/2021
1.2.0-alpha.99 202 1/16/2021
1.2.0-alpha.98 210 1/16/2021
1.2.0-alpha.97 214 1/16/2021
1.2.0-alpha.96 229 1/10/2021
1.2.0-alpha.95 171 1/10/2021
1.2.0-alpha.94 202 1/10/2021
1.2.0-alpha.93 232 1/10/2021
1.2.0-alpha.92 296 1/10/2021
1.2.0-alpha.91 173 1/9/2021
1.2.0-alpha.90 178 1/8/2021
1.2.0-alpha.89 180 1/8/2021
1.2.0-alpha.88 189 1/7/2021
1.2.0-alpha.87 215 1/7/2021
1.2.0-alpha.86 212 1/6/2021
1.2.0-alpha.85 190 1/6/2021
1.2.0-alpha.84 220 1/3/2021
1.2.0-alpha.83 216 1/3/2021
1.2.0-alpha.82 199 1/2/2021
1.2.0-alpha.81 221 12/31/2020
1.2.0-alpha.80 237 12/31/2020
1.2.0-alpha.79 149 12/31/2020
1.2.0-alpha.78 151 12/31/2020
1.2.0-alpha.77 163 12/31/2020
1.2.0-alpha.76 187 12/31/2020
1.2.0-alpha.75 203 12/30/2020
1.2.0-alpha.74 166 12/27/2020
1.2.0-alpha.69 261 12/13/2020
1.2.0-alpha.68 268 12/13/2020
1.2.0-alpha.67 206 12/9/2020
1.2.0-alpha.66 213 12/9/2020
1.2.0-alpha.65 235 12/9/2020
1.2.0-alpha.64 221 12/2/2020
1.2.0-alpha.63 186 11/29/2020
1.1.0 565 11/29/2020
1.0.1 710 7/25/2020