@coderline/alphatab 1.7.0-alpha.1515 → 1.7.0-alpha.1517
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 +407 -206
- package/dist/alphaTab.d.ts +2 -2
- package/dist/alphaTab.js +407 -206
- 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.d.ts
CHANGED
|
@@ -10920,6 +10920,7 @@ export declare namespace model {
|
|
|
10920
10920
|
GolpeType,
|
|
10921
10921
|
HarmonicType,
|
|
10922
10922
|
InstrumentArticulation,
|
|
10923
|
+
TechniqueSymbolPlacement,
|
|
10923
10924
|
JsonConverter,
|
|
10924
10925
|
KeySignature,
|
|
10925
10926
|
KeySignatureType,
|
|
@@ -15551,8 +15552,7 @@ declare class Tuning {
|
|
|
15551
15552
|
private static _fiveStrings;
|
|
15552
15553
|
private static _fourStrings;
|
|
15553
15554
|
private static _defaultTunings;
|
|
15554
|
-
static readonly
|
|
15555
|
-
static readonly defaultSteps: string[];
|
|
15555
|
+
static readonly noteNames: string[];
|
|
15556
15556
|
static getTextForTuning(tuning: number, includeOctave: boolean): string;
|
|
15557
15557
|
static getTextPartsForTuning(tuning: number, octaveShift?: number): string[];
|
|
15558
15558
|
/**
|