@coderline/alphatab 1.6.0-alpha.1448 → 1.6.0-alpha.1449
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/dist/alphaTab.core.min.mjs +2 -2
- package/dist/alphaTab.core.mjs +9 -4
- package/dist/alphaTab.d.ts +5 -0
- package/dist/alphaTab.js +9 -4
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +1 -1
- package/dist/alphaTab.mjs +1 -1
- package/dist/alphaTab.vite.js +1 -1
- package/dist/alphaTab.vite.mjs +1 -1
- package/dist/alphaTab.webpack.js +1 -1
- package/dist/alphaTab.webpack.mjs +1 -1
- package/dist/alphaTab.worker.min.mjs +1 -1
- package/dist/alphaTab.worker.mjs +1 -1
- package/dist/alphaTab.worklet.min.mjs +1 -1
- package/dist/alphaTab.worklet.mjs +1 -1
- package/package.json +1 -1
package/dist/alphaTab.core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.6.0-alpha.
|
|
2
|
+
* alphaTab v1.6.0-alpha.1449 (develop, build 1449)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -42881,7 +42881,12 @@ class AlphaTabApiBase {
|
|
|
42881
42881
|
* @remarks
|
|
42882
42882
|
* This will not export or use any backing track media but will always use the synthesizer to generate the output.
|
|
42883
42883
|
* This method works with any PlayerMode active but changing the mode during export can lead to unexpected side effects.
|
|
42884
|
+
*
|
|
42885
|
+
* See [Audio Export](https://www.alphatab.net/docs/guides/audio-export) for further guidance how to use this feature.
|
|
42886
|
+
*
|
|
42884
42887
|
* @param options The export options.
|
|
42888
|
+
* @category Methods - Player
|
|
42889
|
+
* @since 1.6.0
|
|
42885
42890
|
* @returns An exporter instance to export the audio in a streaming fashion.
|
|
42886
42891
|
*/
|
|
42887
42892
|
async exportAudio(options) {
|
|
@@ -61727,9 +61732,9 @@ class VersionInfo {
|
|
|
61727
61732
|
print(`build date: ${VersionInfo.date}`);
|
|
61728
61733
|
}
|
|
61729
61734
|
}
|
|
61730
|
-
VersionInfo.version = '1.6.0-alpha.
|
|
61731
|
-
VersionInfo.date = '2025-06-14T22:
|
|
61732
|
-
VersionInfo.commit = '
|
|
61735
|
+
VersionInfo.version = '1.6.0-alpha.1449';
|
|
61736
|
+
VersionInfo.date = '2025-06-14T22:28:30.062Z';
|
|
61737
|
+
VersionInfo.commit = 'b08102e1e209cfc7880c524366eae49d3b23e5db';
|
|
61733
61738
|
|
|
61734
61739
|
/**
|
|
61735
61740
|
* A factory for custom layout engines.
|
package/dist/alphaTab.d.ts
CHANGED
|
@@ -2965,7 +2965,12 @@ export declare class AlphaTabApiBase<TSettings> {
|
|
|
2965
2965
|
* @remarks
|
|
2966
2966
|
* This will not export or use any backing track media but will always use the synthesizer to generate the output.
|
|
2967
2967
|
* This method works with any PlayerMode active but changing the mode during export can lead to unexpected side effects.
|
|
2968
|
+
*
|
|
2969
|
+
* See [Audio Export](https://www.alphatab.net/docs/guides/audio-export) for further guidance how to use this feature.
|
|
2970
|
+
*
|
|
2968
2971
|
* @param options The export options.
|
|
2972
|
+
* @category Methods - Player
|
|
2973
|
+
* @since 1.6.0
|
|
2969
2974
|
* @returns An exporter instance to export the audio in a streaming fashion.
|
|
2970
2975
|
*/
|
|
2971
2976
|
exportAudio(options: AudioExportOptions): Promise<IAudioExporter>;
|
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.6.0-alpha.
|
|
2
|
+
* alphaTab v1.6.0-alpha.1449 (develop, build 1449)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -42887,7 +42887,12 @@
|
|
|
42887
42887
|
* @remarks
|
|
42888
42888
|
* This will not export or use any backing track media but will always use the synthesizer to generate the output.
|
|
42889
42889
|
* This method works with any PlayerMode active but changing the mode during export can lead to unexpected side effects.
|
|
42890
|
+
*
|
|
42891
|
+
* See [Audio Export](https://www.alphatab.net/docs/guides/audio-export) for further guidance how to use this feature.
|
|
42892
|
+
*
|
|
42890
42893
|
* @param options The export options.
|
|
42894
|
+
* @category Methods - Player
|
|
42895
|
+
* @since 1.6.0
|
|
42891
42896
|
* @returns An exporter instance to export the audio in a streaming fashion.
|
|
42892
42897
|
*/
|
|
42893
42898
|
async exportAudio(options) {
|
|
@@ -61733,9 +61738,9 @@
|
|
|
61733
61738
|
print(`build date: ${VersionInfo.date}`);
|
|
61734
61739
|
}
|
|
61735
61740
|
}
|
|
61736
|
-
VersionInfo.version = '1.6.0-alpha.
|
|
61737
|
-
VersionInfo.date = '2025-06-14T22:
|
|
61738
|
-
VersionInfo.commit = '
|
|
61741
|
+
VersionInfo.version = '1.6.0-alpha.1449';
|
|
61742
|
+
VersionInfo.date = '2025-06-14T22:28:30.062Z';
|
|
61743
|
+
VersionInfo.commit = 'b08102e1e209cfc7880c524366eae49d3b23e5db';
|
|
61739
61744
|
|
|
61740
61745
|
/**
|
|
61741
61746
|
* A factory for custom layout engines.
|