This commit is contained in:
computermusik 2025-02-03 23:41:17 +01:00
parent 8229c64a98
commit f3cd90c05f
3 changed files with 2699 additions and 2681 deletions

File diff suppressed because it is too large Load Diff

View File

@ -702,7 +702,7 @@
"patching_rect" : [ 1878.0, 139.0, 61.5, 22.0 ],
"presentation" : 1,
"presentation_rect" : [ 397.0, 13.0, 55.0, 22.0 ],
"text" : "23:24:22"
"text" : "21:32:12"
}
}
@ -762,7 +762,7 @@
"numoutlets" : 3,
"outlettype" : [ "", "", "" ],
"patching_rect" : [ 2221.0, 72.0, 172.0, 22.0 ],
"restore" : [ -27 ],
"restore" : [ -10 ],
"saved_object_attributes" : {
"parameter_enable" : 0,
"parameter_mappable" : 0
@ -5308,6 +5308,18 @@
"subpatcher_template" : "",
"assistshowspatchername" : 0,
"boxes" : [ {
"box" : {
"id" : "obj-2",
"maxclass" : "message",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 302.0, 196.0, 98.0, 22.0 ],
"text" : "script npm install"
}
}
, {
"box" : {
"id" : "obj-23",
"maxclass" : "newobj",
@ -5422,8 +5434,8 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 267.75, 163.0, 107.0, 22.0 ],
"text" : "script start 2 96 48"
"patching_rect" : [ 267.75, 163.0, 114.0, 22.0 ],
"text" : "script start 2 100 50"
}
}
@ -5670,6 +5682,13 @@
"source" : [ "obj-191", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-44", 0 ],
"source" : [ "obj-2", 0 ]
}
}
, {
"patchline" : {
@ -8018,7 +8037,7 @@
"numoutlets" : 3,
"outlettype" : [ "", "", "" ],
"patching_rect" : [ 312.95238473585681, 316.0, 162.0, 22.0 ],
"restore" : [ 0 ],
"restore" : [ 11 ],
"saved_object_attributes" : {
"parameter_enable" : 0,
"parameter_mappable" : 0

View File

@ -211,7 +211,7 @@ function list()
for (var j = 0; j < vector.length/4; j++) {
var k = j + i * vector.length/4;
switch (j) {
case 1 : case 3 : case 10 : case 11 : case 15 : case 16 : case 20 : case 21 :
case 1 : case 3 : case 10 : case 11 : case 15 : case 16 : case 20 :
var val = Math.round(scale(vector[k], 0, 1, DJsterParams[keys[j]][0], DJsterParams[keys[j]][1]));
outlet(2, "Djster.µbus[" + i + "]::" + keys[j], val);
break;