@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.
@@ -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 defaultAccidentals: string[];
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
  /**