mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 16:59:45 +00:00
Integration and Fixes
- few new nodes - onAction, onExecute, onTrigger has the third parameters for additional options - onAction has to refresh the getInputData values for future behaviours - prefer 0 or "*" for slot type instead of empty string ""
This commit is contained in:
@@ -997,7 +997,7 @@ LiteGraph.registerNodeType("audio/waveShaper", LGAudioWaveShaper);
|
||||
this.audionode = LGAudio.getAudioContext().createGain();
|
||||
this.audionode.gain.value = 0;
|
||||
this.addInput("in", "audio");
|
||||
this.addInput("gate", "bool");
|
||||
this.addInput("gate", "boolean");
|
||||
this.addOutput("out", "audio");
|
||||
this.gate = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user