web-music-score 6.0.0-pre.3 → 6.0.0-pre.5

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 (35) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/dist/audio/index.d.ts +1 -1
  3. package/dist/audio/index.js +12 -2
  4. package/dist/audio/index.mjs +4 -4
  5. package/dist/audio-cg/index.js +1 -1
  6. package/dist/audio-cg/index.mjs +4 -4
  7. package/dist/audio-synth/index.js +1 -1
  8. package/dist/audio-synth/index.mjs +4 -4
  9. package/dist/{chunk-7OA6ZYVA.mjs → chunk-6R3N7WJC.mjs} +3 -3
  10. package/dist/{chunk-TM46RT77.mjs → chunk-DQFQEO6F.mjs} +4 -4
  11. package/dist/{chunk-QJ3X3GQ6.mjs → chunk-G3HIPFVF.mjs} +2 -2
  12. package/dist/{chunk-S5PIZUF6.mjs → chunk-JP3PJICN.mjs} +14 -4
  13. package/dist/{chunk-SCF6ZZFQ.mjs → chunk-U2D4H5TI.mjs} +3 -3
  14. package/dist/{chunk-AMTQ5XLI.mjs → chunk-Y67RBHW2.mjs} +2 -2
  15. package/dist/core/index.js +1740 -5
  16. package/dist/core/index.mjs +8 -14
  17. package/dist/iife/audio-cg.js +1 -1
  18. package/dist/iife/index.js +13 -13
  19. package/dist/{music-objects-DLmp5uL6.d.ts → music-objects-D-xO1oti.d.ts} +75 -5
  20. package/dist/{note-RVXvpfyV.d.ts → note-CJuq5aBy.d.ts} +1 -1
  21. package/dist/pieces/index.d.ts +3 -3
  22. package/dist/pieces/index.js +2 -2
  23. package/dist/pieces/index.mjs +3 -3
  24. package/dist/react-ui/index.d.ts +4 -3
  25. package/dist/react-ui/index.js +3 -1
  26. package/dist/react-ui/index.mjs +4 -2
  27. package/dist/{scale-B1M10_fu.d.ts → scale-DxGqFxlv.d.ts} +2 -2
  28. package/dist/score/index.d.ts +15 -56
  29. package/dist/score/index.js +731 -603
  30. package/dist/score/index.mjs +722 -605
  31. package/dist/{tempo-D-JF-8b_.d.ts → tempo-pCAa6qgo.d.ts} +1 -1
  32. package/dist/theory/index.d.ts +5 -5
  33. package/dist/theory/index.js +12 -2
  34. package/dist/theory/index.mjs +4 -4
  35. package/package.json +5 -4
@@ -1,7 +1,7 @@
1
- /* WebMusicScore v6.0.0-pre.3 | (c) 2023-2025 Stefan Brockmann | MIT License | Includes: Tone.js (MIT License), Color Name to Code (MIT License) */
1
+ /* WebMusicScore v6.0.0-pre.5 | (c) 2023-2025 Stefan Brockmann | MIT License | Includes: Tone.js (MIT License), Color Name to Code (MIT License) */
2
2
  import {
3
3
  __publicField
4
- } from "./chunk-QJ3X3GQ6.mjs";
4
+ } from "./chunk-G3HIPFVF.mjs";
5
5
 
6
6
  // src/core/error.ts
7
7
  var MusicErrorType = /* @__PURE__ */ ((MusicErrorType2) => {
@@ -34,4 +34,4 @@ export {
34
34
  MusicErrorType,
35
35
  MusicError
36
36
  };
37
- //# sourceMappingURL=chunk-SCF6ZZFQ.mjs.map
37
+ //# sourceMappingURL=chunk-U2D4H5TI.mjs.map
@@ -1,4 +1,4 @@
1
- /* WebMusicScore v6.0.0-pre.3 | (c) 2023-2025 Stefan Brockmann | MIT License | Includes: Tone.js (MIT License), Color Name to Code (MIT License) */
1
+ /* WebMusicScore v6.0.0-pre.5 | (c) 2023-2025 Stefan Brockmann | MIT License | Includes: Tone.js (MIT License), Color Name to Code (MIT License) */
2
2
 
3
3
  // src/audio/instrument.ts
4
4
  function linearToDecibels(linearVolume) {
@@ -8,4 +8,4 @@ function linearToDecibels(linearVolume) {
8
8
  export {
9
9
  linearToDecibels
10
10
  };
11
- //# sourceMappingURL=chunk-AMTQ5XLI.mjs.map
11
+ //# sourceMappingURL=chunk-Y67RBHW2.mjs.map