Skip to content

Commit 3903188

Browse files
committed
updated reference link
1 parent 0de1137 commit 3903188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/objects/sound/PDPatch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ void PDPatch::drawObjectNodeConfig(){
313313

314314
ImGuiEx::ObjectInfo(
315315
"Pure Data ( Vainilla ) patch container with inlets and outlets. As for live coding, with this object you can live patching, passing in real time and in both directions audio and data cables.",
316-
"https://mosaic.d3cod3.org/reference.php?r=491", scaleFactor);
316+
"https://mosaic.d3cod3.org/reference.php?r=pd-patch", scaleFactor);
317317

318318
// file dialog
319319
string newFileName = "pdPatch_"+ofGetTimestampString("%y%m%d")+".pd";

0 commit comments

Comments
 (0)