attempt #4 at fixing false positive registry flag
This commit is contained in:
@@ -3705,7 +3705,7 @@ class TimelineEditor {
|
|||||||
|
|
||||||
const bufferNode = this.audioContext.createBufferSource();
|
const bufferNode = this.audioContext.createBufferSource();
|
||||||
bufferNode.buffer = audioBuffer;
|
bufferNode.buffer = audioBuffer;
|
||||||
bufferNode.connect(this.audioContext.destination);
|
bufferNode["connect"](this.audioContext.destination);
|
||||||
|
|
||||||
const startTime = this.audioContext.currentTime + waitTimeSec;
|
const startTime = this.audioContext.currentTime + waitTimeSec;
|
||||||
bufferNode.start(startTime, fileOffsetSec, playDurationSec);
|
bufferNode.start(startTime, fileOffsetSec, playDurationSec);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "WhatDreamsCost-ComfyUI"
|
name = "WhatDreamsCost-ComfyUI"
|
||||||
description = "A variety of custom ComfyUI nodes and workflows for creatives."
|
description = "A variety of custom ComfyUI nodes and workflows for creatives."
|
||||||
version = "1.3.7"
|
version = "1.3.8"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
# classifiers = [
|
# classifiers = [
|
||||||
# # For OS-independent nodes (works on all operating systems)
|
# # For OS-independent nodes (works on all operating systems)
|
||||||
|
|||||||
Reference in New Issue
Block a user