Drop the SxCP prefix from this pack's node names
SxCP is the Prompt-Builder pack's brand; these are Calibrator nodes. Renamed the display names (cosmetic only — class_types unchanged, so no workflows/bridge break): 'External Prompt (Receptor)', 'Audio Prompt Guide', 'Audio Wave + Segments'; renamed the JS extension id too. Kept the genuine Prompt-Builder (SxCP) references in the docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
// SxCP Audio Wave + Segments — waveform display + playback + click-to-segment.
|
||||
// Audio Wave + Segments — waveform display + playback + click-to-segment.
|
||||
// Writes the segment boundaries/notes into the node's hidden `segments_json` widget.
|
||||
// First cut: open the browser console for [audiowave] logs if something misbehaves.
|
||||
import { app } from "../../scripts/app.js";
|
||||
@@ -145,7 +145,7 @@ function setupWave(node) {
|
||||
}
|
||||
|
||||
app.registerExtension({
|
||||
name: "sxcp.audiowave",
|
||||
name: "promptcalib.audiowave",
|
||||
async beforeRegisterNodeDef(nodeType, nodeData) {
|
||||
if (nodeData?.name !== "AudioWaveSegments") return;
|
||||
const orig = nodeType.prototype.onNodeCreated;
|
||||
|
||||
Reference in New Issue
Block a user