web-music-score 6.0.0-pre.3 → 6.0.0-pre.4
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/CHANGELOG.md +9 -1
- package/dist/audio/index.js +12 -2
- package/dist/audio/index.mjs +4 -4
- package/dist/audio-cg/index.js +1 -1
- package/dist/audio-cg/index.mjs +4 -4
- package/dist/audio-synth/index.js +1 -1
- package/dist/audio-synth/index.mjs +4 -4
- package/dist/{chunk-7OA6ZYVA.mjs → chunk-6BEFVAAS.mjs} +3 -3
- package/dist/{chunk-S5PIZUF6.mjs → chunk-DVKR62RS.mjs} +14 -4
- package/dist/{chunk-AMTQ5XLI.mjs → chunk-GNCSH24V.mjs} +2 -2
- package/dist/{chunk-QJ3X3GQ6.mjs → chunk-GNFDJFUO.mjs} +2 -2
- package/dist/{chunk-SCF6ZZFQ.mjs → chunk-KFBULED3.mjs} +3 -3
- package/dist/{chunk-TM46RT77.mjs → chunk-UAVXEHYM.mjs} +4 -4
- package/dist/core/index.js +1740 -5
- package/dist/core/index.mjs +8 -14
- package/dist/iife/audio-cg.js +1 -1
- package/dist/iife/index.js +13 -13
- package/dist/{music-objects-DLmp5uL6.d.ts → music-objects-ChAdqdR8.d.ts} +72 -2
- package/dist/pieces/index.d.ts +1 -1
- package/dist/pieces/index.js +1 -1
- package/dist/pieces/index.mjs +2 -2
- package/dist/react-ui/index.d.ts +2 -1
- package/dist/react-ui/index.js +3 -1
- package/dist/react-ui/index.mjs +4 -2
- package/dist/score/index.d.ts +3 -51
- package/dist/score/index.js +707 -596
- package/dist/score/index.mjs +698 -598
- package/dist/theory/index.js +12 -2
- package/dist/theory/index.mjs +4 -4
- package/package.json +5 -4
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/* WebMusicScore v6.0.0-pre.
|
|
1
|
+
/* WebMusicScore v6.0.0-pre.4 | (c) 2023-2025 Stefan Brockmann | MIT License | Includes: Tone.js (MIT License), Color Name to Code (MIT License) */
|
|
2
2
|
import {
|
|
3
3
|
IndexArray,
|
|
4
4
|
UniMap,
|
|
5
5
|
guard_exports,
|
|
6
6
|
utils_exports
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-DVKR62RS.mjs";
|
|
8
8
|
import {
|
|
9
9
|
__publicField
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-GNFDJFUO.mjs";
|
|
11
11
|
|
|
12
12
|
// src/theory/rhythm.ts
|
|
13
13
|
import { MusicError, MusicErrorType } from "web-music-score/core";
|
|
@@ -264,4 +264,4 @@ export {
|
|
|
264
264
|
Tuplet,
|
|
265
265
|
RhythmProps
|
|
266
266
|
};
|
|
267
|
-
//# sourceMappingURL=chunk-
|
|
267
|
+
//# sourceMappingURL=chunk-UAVXEHYM.mjs.map
|