function2coll

This commit is contained in:
2025-11-23 22:43:58 +01:00
parent 61d9fc336c
commit bf8b0d83ac
4 changed files with 588 additions and 83 deletions

View File

@@ -184,7 +184,7 @@ function setSection(section)
var piece = new Dict();
piece.parse(JSON.stringify({ "player" : 0, "piece" : section }));
this.patcher.getnamed("webcontrol").message("param", "dictionary", piece.name);
//outlet(3, "dictionary", piece.name);
outlet(3, "bang");
}
function train()