audio-mixer-ui 0.4.1 → 0.5.1
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/dist/audio-mixer-ui.js +6 -8
- package/dist/audio-mixer-ui.umd.cjs +10 -10
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/audio-mixer-ui.js
CHANGED
|
@@ -4187,10 +4187,8 @@ class MU {
|
|
|
4187
4187
|
}
|
|
4188
4188
|
// Set up event delegation from PlaybackManager to DummyAudioEngine format
|
|
4189
4189
|
setupPlaybackManagerEventDelegation() {
|
|
4190
|
-
this.playbackManager.on("timeupdate", ({
|
|
4191
|
-
this.currentTime = l, this.eventBus.emit("timeChanged", {
|
|
4192
|
-
const F = this.getBarFromTime(l);
|
|
4193
|
-
F && this.eventBus.emit("barChanged", F);
|
|
4190
|
+
this.playbackManager.on("timeupdate", ({ audioTime: l, leadInProgress: U }) => {
|
|
4191
|
+
this.currentTime = l, this.eventBus.emit("timeChanged", { currentTime: l, leadInProgress: U });
|
|
4194
4192
|
}), this.playbackManager.on("beatAudible", ({ bar: l, beat: U, isLeadIn: F, repeat: Z, time: V }) => {
|
|
4195
4193
|
this.eventBus.emit("barChanged", { bar: l, beat: U, repeat: Z, time: V, isLeadIn: F });
|
|
4196
4194
|
}), this.playbackManager.on("leadInStarted", ({ totalBeats: l, duration: U, bars: F }) => {
|
|
@@ -5309,9 +5307,9 @@ const zU = {
|
|
|
5309
5307
|
},
|
|
5310
5308
|
setup(d) {
|
|
5311
5309
|
$((b) => ({
|
|
5312
|
-
|
|
5313
|
-
"
|
|
5314
|
-
"
|
|
5310
|
+
"53ffcc08": a.value,
|
|
5311
|
+
"53f8f922": n.value,
|
|
5312
|
+
"2b0b3d37": m.value
|
|
5315
5313
|
}));
|
|
5316
5314
|
const l = d, U = tl(), F = Ul(), Z = bF();
|
|
5317
5315
|
el(() => {
|
|
@@ -5388,7 +5386,7 @@ const zU = {
|
|
|
5388
5386
|
])
|
|
5389
5387
|
], 512));
|
|
5390
5388
|
}
|
|
5391
|
-
}, TF = /* @__PURE__ */ g(iF, [["__scopeId", "data-v-
|
|
5389
|
+
}, TF = /* @__PURE__ */ g(iF, [["__scopeId", "data-v-cd7cb6a9"]]), SF = { class: "outer" }, oF = { class: "mid" }, XF = { class: "inner" }, NF = {
|
|
5392
5390
|
key: 0,
|
|
5393
5391
|
class: "content"
|
|
5394
5392
|
}, pF = {
|