web-music-score 6.0.0-pre.4 → 6.0.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.
- package/CHANGELOG.md +19 -0
- package/dist/audio/index.d.ts +1 -1
- package/dist/audio/index.js +1 -1
- 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-KFBULED3.mjs → chunk-422QLXBR.mjs} +3 -3
- package/dist/{chunk-DVKR62RS.mjs → chunk-7N2CWRTL.mjs} +3 -3
- package/dist/{chunk-6BEFVAAS.mjs → chunk-EYZOBMDN.mjs} +3 -3
- package/dist/{chunk-UAVXEHYM.mjs → chunk-JOXUFYNU.mjs} +4 -4
- package/dist/{chunk-GNCSH24V.mjs → chunk-YSFFUB4F.mjs} +2 -2
- package/dist/{chunk-GNFDJFUO.mjs → chunk-ZAPOJP2K.mjs} +2 -2
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +5 -5
- package/dist/iife/audio-cg.js +1 -1
- package/dist/iife/index.js +12 -12
- package/dist/{music-objects-ChAdqdR8.d.ts → music-objects-CHp-dh_J.d.ts} +6 -4
- package/dist/{note-RVXvpfyV.d.ts → note-CJuq5aBy.d.ts} +1 -1
- package/dist/pieces/index.d.ts +3 -3
- package/dist/pieces/index.js +3 -3
- package/dist/pieces/index.mjs +4 -4
- package/dist/react-ui/index.d.ts +3 -3
- package/dist/react-ui/index.js +1 -1
- package/dist/react-ui/index.mjs +2 -2
- package/dist/{scale-B1M10_fu.d.ts → scale-DxGqFxlv.d.ts} +2 -2
- package/dist/score/index.d.ts +18 -11
- package/dist/score/index.js +81 -36
- package/dist/score/index.mjs +85 -40
- package/dist/{tempo-D-JF-8b_.d.ts → tempo-pCAa6qgo.d.ts} +1 -1
- package/dist/theory/index.d.ts +5 -5
- package/dist/theory/index.js +1 -1
- package/dist/theory/index.mjs +4 -4
- package/package.json +1 -1
package/dist/core/index.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/* WebMusicScore v6.0.0
|
|
1
|
+
/* WebMusicScore v6.0.0 | (c) 2023-2025 Stefan Brockmann | MIT License | Includes: Tone.js (MIT License), Color Name to Code (MIT License) */
|
|
2
2
|
import {
|
|
3
3
|
MusicError,
|
|
4
4
|
MusicErrorType
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-422QLXBR.mjs";
|
|
6
6
|
import {
|
|
7
7
|
utils_exports
|
|
8
|
-
} from "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
} from "../chunk-7N2CWRTL.mjs";
|
|
9
|
+
import "../chunk-ZAPOJP2K.mjs";
|
|
10
10
|
|
|
11
11
|
// src/core/custom-css.ts
|
|
12
12
|
utils_exports.Dom.injectCss("wms-custom-css", `
|
|
@@ -98,7 +98,7 @@ function init() {
|
|
|
98
98
|
return;
|
|
99
99
|
}
|
|
100
100
|
initialized = true;
|
|
101
|
-
console.log("%cWebMusicScore v6.0.0
|
|
101
|
+
console.log("%cWebMusicScore v6.0.0 (esm) initialized.", "background: black; color: white; padding: 2px;");
|
|
102
102
|
}
|
|
103
103
|
export {
|
|
104
104
|
MusicError,
|