@tspro/web-music-score 5.4.1 → 5.5.0

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.
Files changed (49) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +24 -0
  3. package/README.md +13 -6
  4. package/dist/audio/index.d.mts +1 -1
  5. package/dist/audio/index.d.ts +1 -1
  6. package/dist/audio/index.js +1637 -5
  7. package/dist/audio/index.mjs +9 -6
  8. package/dist/audio-cg/index.js +17487 -46
  9. package/dist/audio-cg/index.mjs +7 -5
  10. package/dist/audio-synth/index.js +18434 -32
  11. package/dist/audio-synth/index.mjs +12 -7
  12. package/dist/{chunk-6P4ECBUH.mjs → chunk-2DCCUAGC.mjs} +3 -3
  13. package/dist/{chunk-5I5KENEC.mjs → chunk-2PEB4HWS.mjs} +2 -2
  14. package/dist/{chunk-A5SMODAT.mjs → chunk-33HIE3HR.mjs} +18 -13
  15. package/dist/chunk-BMKUAUSJ.mjs +101 -0
  16. package/dist/chunk-PCQGQM63.mjs +18381 -0
  17. package/dist/chunk-T6TYLAJE.mjs +3766 -0
  18. package/dist/core/index.js +2 -2
  19. package/dist/core/index.mjs +4 -4
  20. package/dist/{guitar-CNOxM4ZK.d.ts → guitar-CarHGDAt.d.ts} +1 -1
  21. package/dist/{guitar-DXlB-9vK.d.mts → guitar-DK18GZ6h.d.mts} +1 -1
  22. package/dist/iife/audio-cg.global.js +1 -1
  23. package/dist/iife/index.global.js +11 -11
  24. package/dist/{music-objects-DYMqx839.d.mts → music-objects-CcJvZxS6.d.mts} +196 -115
  25. package/dist/{music-objects-DumXKWJp.d.ts → music-objects-l5Ai97QA.d.ts} +196 -115
  26. package/dist/{note-RVXvpfyV.d.mts → note-CJuq5aBy.d.mts} +1 -1
  27. package/dist/{note-RVXvpfyV.d.ts → note-CJuq5aBy.d.ts} +1 -1
  28. package/dist/pieces/index.d.mts +14 -8
  29. package/dist/pieces/index.d.ts +14 -8
  30. package/dist/pieces/index.js +25 -13
  31. package/dist/pieces/index.mjs +25 -14
  32. package/dist/react-ui/index.d.mts +5 -5
  33. package/dist/react-ui/index.d.ts +5 -5
  34. package/dist/react-ui/index.js +2163 -22
  35. package/dist/react-ui/index.mjs +18 -15
  36. package/dist/{scale-C8gHC448.d.mts → scale-DWM4RQco.d.mts} +2 -2
  37. package/dist/{scale-CUYFBo-8.d.ts → scale-DulPFco_.d.ts} +2 -2
  38. package/dist/score/index.d.mts +54 -6
  39. package/dist/score/index.d.ts +54 -6
  40. package/dist/score/index.js +5216 -1078
  41. package/dist/score/index.mjs +1743 -1011
  42. package/dist/{tempo-DwuZsv2T.d.ts → tempo-BnUjm25M.d.ts} +1 -1
  43. package/dist/{tempo-BlCGZuYg.d.mts → tempo-Cxu8vusu.d.mts} +1 -1
  44. package/dist/theory/index.d.mts +6 -6
  45. package/dist/theory/index.d.ts +6 -6
  46. package/dist/theory/index.js +2576 -136
  47. package/dist/theory/index.mjs +41 -49
  48. package/package.json +5 -5
  49. package/dist/chunk-U2ACCEHX.mjs +0 -9
@@ -1,4 +1,4 @@
1
- import { N as Note, A as Accidental } from './note-RVXvpfyV.js';
1
+ import { N as Note, A as Accidental } from './note-CJuq5aBy.js';
2
2
 
3
3
  /** Mode enum. */
4
4
  declare enum Mode {
@@ -1,4 +1,4 @@
1
- import { N as Note, A as Accidental } from './note-RVXvpfyV.mjs';
1
+ import { N as Note, A as Accidental } from './note-CJuq5aBy.mjs';
2
2
 
3
3
  /** Mode enum. */
4
4
  declare enum Mode {
@@ -1,9 +1,9 @@
1
- import { N as Note } from '../note-RVXvpfyV.mjs';
2
- export { A as Accidental, d as DefaultGuitarNoteLabel, D as DefaultPitchNotation, G as GuitarNoteLabel, e as GuitarNoteLabelList, a as NoteLetter, P as ParsedNote, b as PitchNotation, c as PitchNotationList, S as SymbolSet, g as getPitchNotationName, f as validateGuitarNoteLabel, v as validatePitchNotation } from '../note-RVXvpfyV.mjs';
3
- import { D as Degree } from '../scale-C8gHC448.mjs';
4
- export { b as Interval, I as IntervalDirection, a as IntervalQuality, c as Scale, d as ScaleFactory, S as ScaleType, i as getDefaultScale, h as getScale, e as getScaleFactory, g as getScaleFactoryList, v as validateIntervalQuality, f as validateScaleType } from '../scale-C8gHC448.mjs';
5
- export { D as DefaultHandedness, a as DefaultTuningName, H as Handedness, T as TuningNameList, g as getTuningStrings, v as validateHandedness, b as validateTuningName } from '../guitar-DXlB-9vK.mjs';
6
- export { A as AccidentalType, B as BeamGrouping, K as KeySignature, M as Mode, N as NoteLength, k as NoteLengthProps, i as NoteLengthStr, R as RhythmProps, d as Tempo, b as TimeSignature, a as TimeSignatureString, T as TimeSignatures, o as Tuplet, l as TupletRatio, h as alterTempoSpeed, g as getDefaultKeySignature, e as getDefaultTempo, c as getDefaultTimeSignature, f as getTempoString, j as isNoteLength, m as isTupletRatio, v as validateNoteLength, n as validateTupletRatio } from '../tempo-BlCGZuYg.mjs';
1
+ import { N as Note } from '../note-CJuq5aBy.mjs';
2
+ export { A as Accidental, d as DefaultGuitarNoteLabel, D as DefaultPitchNotation, G as GuitarNoteLabel, e as GuitarNoteLabelList, a as NoteLetter, P as ParsedNote, b as PitchNotation, c as PitchNotationList, S as SymbolSet, g as getPitchNotationName, f as validateGuitarNoteLabel, v as validatePitchNotation } from '../note-CJuq5aBy.mjs';
3
+ import { D as Degree } from '../scale-DWM4RQco.mjs';
4
+ export { b as Interval, I as IntervalDirection, a as IntervalQuality, c as Scale, d as ScaleFactory, S as ScaleType, i as getDefaultScale, h as getScale, e as getScaleFactory, g as getScaleFactoryList, v as validateIntervalQuality, f as validateScaleType } from '../scale-DWM4RQco.mjs';
5
+ export { D as DefaultHandedness, a as DefaultTuningName, H as Handedness, T as TuningNameList, g as getTuningStrings, v as validateHandedness, b as validateTuningName } from '../guitar-DK18GZ6h.mjs';
6
+ export { A as AccidentalType, B as BeamGrouping, K as KeySignature, M as Mode, N as NoteLength, k as NoteLengthProps, i as NoteLengthStr, R as RhythmProps, d as Tempo, b as TimeSignature, a as TimeSignatureString, T as TimeSignatures, o as Tuplet, l as TupletRatio, h as alterTempoSpeed, g as getDefaultKeySignature, e as getDefaultTempo, c as getDefaultTimeSignature, f as getTempoString, j as isNoteLength, m as isTupletRatio, v as validateNoteLength, n as validateTupletRatio } from '../tempo-Cxu8vusu.mjs';
7
7
 
8
8
  /** Chord info type. */
9
9
  type ChordInfo = {
@@ -1,9 +1,9 @@
1
- import { N as Note } from '../note-RVXvpfyV.js';
2
- export { A as Accidental, d as DefaultGuitarNoteLabel, D as DefaultPitchNotation, G as GuitarNoteLabel, e as GuitarNoteLabelList, a as NoteLetter, P as ParsedNote, b as PitchNotation, c as PitchNotationList, S as SymbolSet, g as getPitchNotationName, f as validateGuitarNoteLabel, v as validatePitchNotation } from '../note-RVXvpfyV.js';
3
- import { D as Degree } from '../scale-CUYFBo-8.js';
4
- export { b as Interval, I as IntervalDirection, a as IntervalQuality, c as Scale, d as ScaleFactory, S as ScaleType, i as getDefaultScale, h as getScale, e as getScaleFactory, g as getScaleFactoryList, v as validateIntervalQuality, f as validateScaleType } from '../scale-CUYFBo-8.js';
5
- export { D as DefaultHandedness, a as DefaultTuningName, H as Handedness, T as TuningNameList, g as getTuningStrings, v as validateHandedness, b as validateTuningName } from '../guitar-CNOxM4ZK.js';
6
- export { A as AccidentalType, B as BeamGrouping, K as KeySignature, M as Mode, N as NoteLength, k as NoteLengthProps, i as NoteLengthStr, R as RhythmProps, d as Tempo, b as TimeSignature, a as TimeSignatureString, T as TimeSignatures, o as Tuplet, l as TupletRatio, h as alterTempoSpeed, g as getDefaultKeySignature, e as getDefaultTempo, c as getDefaultTimeSignature, f as getTempoString, j as isNoteLength, m as isTupletRatio, v as validateNoteLength, n as validateTupletRatio } from '../tempo-DwuZsv2T.js';
1
+ import { N as Note } from '../note-CJuq5aBy.js';
2
+ export { A as Accidental, d as DefaultGuitarNoteLabel, D as DefaultPitchNotation, G as GuitarNoteLabel, e as GuitarNoteLabelList, a as NoteLetter, P as ParsedNote, b as PitchNotation, c as PitchNotationList, S as SymbolSet, g as getPitchNotationName, f as validateGuitarNoteLabel, v as validatePitchNotation } from '../note-CJuq5aBy.js';
3
+ import { D as Degree } from '../scale-DulPFco_.js';
4
+ export { b as Interval, I as IntervalDirection, a as IntervalQuality, c as Scale, d as ScaleFactory, S as ScaleType, i as getDefaultScale, h as getScale, e as getScaleFactory, g as getScaleFactoryList, v as validateIntervalQuality, f as validateScaleType } from '../scale-DulPFco_.js';
5
+ export { D as DefaultHandedness, a as DefaultTuningName, H as Handedness, T as TuningNameList, g as getTuningStrings, v as validateHandedness, b as validateTuningName } from '../guitar-CarHGDAt.js';
6
+ export { A as AccidentalType, B as BeamGrouping, K as KeySignature, M as Mode, N as NoteLength, k as NoteLengthProps, i as NoteLengthStr, R as RhythmProps, d as Tempo, b as TimeSignature, a as TimeSignatureString, T as TimeSignatures, o as Tuplet, l as TupletRatio, h as alterTempoSpeed, g as getDefaultKeySignature, e as getDefaultTempo, c as getDefaultTimeSignature, f as getTempoString, j as isNoteLength, m as isTupletRatio, v as validateNoteLength, n as validateTupletRatio } from '../tempo-BnUjm25M.js';
7
7
 
8
8
  /** Chord info type. */
9
9
  type ChordInfo = {