Skip to content

Commit 4794103

Browse files
committed
Fix Range knob not making real-time updates in Mono, Stereo, Quad and Multi-Panner devices
1 parent 7156123 commit 4794103

File tree

5 files changed

+55
-5
lines changed

5 files changed

+55
-5
lines changed

devices/E4L Mono Panner.amxd

1.06 KB
Binary file not shown.

devices/E4L Multi-Panner.amxd

2.01 KB
Binary file not shown.

devices/E4L Quad Panner.amxd

3.61 KB
Binary file not shown.

devices/E4L Stereo Panner.amxd

2.6 KB
Binary file not shown.

patchers/panner/e4l.panner.multicontrol.maxpat

Lines changed: 55 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"fileversion" : 1,
44
"appversion" : {
55
"major" : 8,
6-
"minor" : 5,
7-
"revision" : 6,
6+
"minor" : 6,
7+
"revision" : 5,
88
"architecture" : "x64",
99
"modernui" : 1
1010
}
@@ -39,6 +39,42 @@
3939
"subpatcher_template" : "",
4040
"assistshowspatchername" : 0,
4141
"boxes" : [ {
42+
"box" : {
43+
"id" : "obj-69",
44+
"maxclass" : "newobj",
45+
"numinlets" : 1,
46+
"numoutlets" : 1,
47+
"outlettype" : [ "bang" ],
48+
"patching_rect" : [ 978.0, 228.0, 22.0, 22.0 ],
49+
"text" : "t b"
50+
}
51+
52+
}
53+
, {
54+
"box" : {
55+
"id" : "obj-63",
56+
"maxclass" : "comment",
57+
"numinlets" : 1,
58+
"numoutlets" : 0,
59+
"patching_rect" : [ 978.0, 158.0, 45.0, 20.0 ],
60+
"text" : "Range"
61+
}
62+
63+
}
64+
, {
65+
"box" : {
66+
"comment" : "",
67+
"id" : "obj-41",
68+
"index" : 0,
69+
"maxclass" : "inlet",
70+
"numinlets" : 0,
71+
"numoutlets" : 1,
72+
"outlettype" : [ "" ],
73+
"patching_rect" : [ 978.0, 185.0, 30.0, 30.0 ]
74+
}
75+
76+
}
77+
, {
4278
"box" : {
4379
"id" : "obj-50",
4480
"maxclass" : "newobj",
@@ -1057,8 +1093,8 @@
10571093
"fileversion" : 1,
10581094
"appversion" : {
10591095
"major" : 8,
1060-
"minor" : 5,
1061-
"revision" : 6,
1096+
"minor" : 6,
1097+
"revision" : 5,
10621098
"architecture" : "x64",
10631099
"modernui" : 1
10641100
}
@@ -1570,7 +1606,7 @@
15701606
, {
15711607
"patchline" : {
15721608
"destination" : [ "obj-68", 0 ],
1573-
"midpoints" : [ 215.333327999999995, 396.0, 687.5, 390.0 ],
1609+
"midpoints" : [ 215.333327999999995, 396.0, 687.5, 396.0 ],
15741610
"order" : 0,
15751611
"source" : [ "obj-39", 0 ]
15761612
}
@@ -1607,6 +1643,13 @@
16071643
"source" : [ "obj-40", 0 ]
16081644
}
16091645

1646+
}
1647+
, {
1648+
"patchline" : {
1649+
"destination" : [ "obj-69", 0 ],
1650+
"source" : [ "obj-41", 0 ]
1651+
}
1652+
16101653
}
16111654
, {
16121655
"patchline" : {
@@ -1840,6 +1883,13 @@
18401883
"source" : [ "obj-68", 0 ]
18411884
}
18421885

1886+
}
1887+
, {
1888+
"patchline" : {
1889+
"destination" : [ "obj-3", 0 ],
1890+
"source" : [ "obj-69", 0 ]
1891+
}
1892+
18431893
}
18441894
, {
18451895
"patchline" : {

0 commit comments

Comments
 (0)