@coderline/alphatab 1.3.0-alpha.172 → 1.3.0-alpha.179

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,42 +17,52 @@ To get started follow our guides and tutorials at:
17
17
 
18
18
  ## Build Status
19
19
 
20
- > Until the official 1.0 release we recommend to use pre release versions based on the `develop` branch.
21
-
22
20
    |  
23
21
  --- | ---
24
22
  **Build** | ![Build](https://github.com/CoderLine/alphaTab/workflows/Build/badge.svg?branch=develop)
25
- **Documentation** | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://www2.alphatab.net/)
26
-
27
- # Downloads
28
-
29
- The latest binaries based are available for download at either npmjs.org or NuGet.org.
30
- Use the links below to grab the binaries from the latest builds. We recommend using package managers to pull the files to your projects.
31
-
32
-   |  
33
- --- | --- |
34
- **JavaScript** | [NPM](https://www.npmjs.com/package/@coderline/alphatab)
35
- **.net** | [NuGet](https://www.nuget.org/profiles/CoderLine)
23
+ **Documentation** | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://www.alphatab.net/)
36
24
 
37
25
  # Features
38
- alphaTab mostly focuses on web based platforms allowing music notation to be embedded into websites and browser based apps but is designed to be used also from .net based platforms like Windows, UWP and Xamarin.
26
+ alphaTab mostly focuses on web based platforms allowing music notation to be embedded into websites and browser based apps but is designed to be used also from various other platforms like .net and Android either as a platform native integration or through runtime specific JavaScript engines.
39
27
 
40
28
  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.
41
29
 
42
- * load GuitarPro 3-5, GuitarPro 6, AlphaTex or MusicXML (experimental)
43
- * render as SVG, HTML5 canvas, GDI+,...
30
+ * load GuitarPro 3-5, GuitarPro 6, Guitar Pro 7, AlphaTex or MusicXML (experimental)
31
+ * render as SVG or Raster Graphics (raster graphics depends on platform: HTML5 canvas, GDI+, SkiaSharp, Android Canvas)...
44
32
  * 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,...
45
33
  * adapt to your responsive design by dynamic resizing
46
- * play the music sheet via HTML5 Web Audio API (only if browser supports it)
34
+ * play the music sheet via built-in Midi+SoundFont2 Synthesizer (output depends on platform: HTML5 Web Audio, NAudio, Android AudioTrack)
35
+
36
+ # Officially Supported Platforms
37
+
38
+ Platform | Support | Availability |
39
+ ----------|---------|-------|
40
+ 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
41
+ Node.js using `require` (UMD) | Access to all low level APIs and SVG rendering | 1.0-latest
42
+ .net standard 2.0 | Access to all low level APIs and multiple render engines (SVG, GDI+, SkiaSharp) | 1.0-latest
43
+ .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
44
+ .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
45
+ 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 :warning:)
46
+ Node.js using `import` (ESM) | Access to all low level APIs and SVG rendering | 1.3 (pre-release :warning:)
47
+ .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 :warning:)
48
+ .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 :warning:)
49
+ 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 :warning:)
47
50
 
48
51
  # Thanks to...
49
52
 
50
- ... the guys 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.
53
+ ... 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.
51
54
 
52
55
  <p align="center">
53
56
  <a href="https://www.browserstack.com" target="_blank"><img src="img/BrowserStack.png?raw=true" width="400" align="center"/></a>
54
57
  </p>
55
58
 
59
+ ... 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.
60
+
61
+ <p align="center">
62
+ <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 />
63
+ Copyright © 2000-2022 JetBrains s.r.o. JetBrains and the JetBrains logo are registered trademarks of JetBrains s.r.o.
64
+ </p>
65
+
56
66
  ... to [Bernhard Schelling](https://github.com/schellingb/TinySoundFont) the author of TinySoundFont and [Steve Folta](https://github.com/stevefolta/SFZero) the author of SFZero for providing the core of the synthesis engine.
57
67
 
58
68
  ... to all you people using alphaTab providing new feature ideas and and bug reports.
package/dist/alphaTab.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alphaTab v1.3.0-alpha.172 (develop, build 172)
2
+ * alphaTab v1.3.0-alpha.179 (develop, build 179)
3
3
  *
4
4
  * Copyright © 2022, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -40605,8 +40605,8 @@
40605
40605
  // </auto-generated>
40606
40606
  class VersionInfo {
40607
40607
  }
40608
- VersionInfo.version = '1.3.0-alpha.172';
40609
- VersionInfo.date = '2022-02-13T00:32:25.182Z';
40608
+ VersionInfo.version = '1.3.0-alpha.179';
40609
+ VersionInfo.date = '2022-02-20T00:37:52.762Z';
40610
40610
 
40611
40611
  var index$5 = /*#__PURE__*/Object.freeze({
40612
40612
  __proto__: null,