Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
telemersion
Telemersive Gateway
Commits
d30644ec
Commit
d30644ec
authored
Mar 22, 2021
by
maybites
Browse files
fixed svgbutton issues
parent
8a9442dc
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
patchers/TelemersiveGateway.maxpat
View file @
d30644ec
This diff is collapsed.
Click to expand it.
patchers/devices/deviceMC_view.maxpat
View file @
d30644ec
This diff is collapsed.
Click to expand it.
patchers/devices/deviceOSC_view.maxpat
View file @
d30644ec
...
...
@@ -188,7 +188,7 @@
}
, {
"box" : {
"args" : [
"@toggle", 1, "@size", 50, 50, "@icon",
"autolockunselected_off.svg",
"@icon_pressed",
"autolockunselected.svg", "@hint", "enable device" ],
"args" : [ "autolockunselected_off.svg", "autolockunselected.svg",
"@toggle", 1, "@size", 50, 50,
"@hint", "enable device" ],
"bgmode" : 0,
"border" : 0,
"clickthrough" : 0,
...
...
@@ -201,7 +201,7 @@
"numinlets" : 1,
"numoutlets" : 1,
"offset" : [ 0.0, 0.0 ],
"outlettype" : [ "" ],
"outlettype" : [ "
int
" ],
"patching_rect" : [ 217.0, 12.0, 35.0, 30.0 ],
"presentation" : 1,
"presentation_rect" : [ 6.0, 4.0, 62.0, 49.0 ],
...
...
@@ -605,7 +605,7 @@
, {
"box" : {
"annotation" : "",
"args" : [
"@toggle", 1, "@size", 30, 30, "@icon",
"autolockunselected_off.svg",
"@icon_pressed",
"autolockunselected.svg", "@hint", "enable second sender" ],
"args" : [ "autolockunselected_off.svg", "autolockunselected.svg",
"@toggle", 1, "@size", 30, 30,
"@hint", "enable second sender" ],
"bgmode" : 0,
"border" : 0,
"clickthrough" : 0,
...
...
@@ -618,7 +618,7 @@
"numinlets" : 1,
"numoutlets" : 1,
"offset" : [ 0.0, 0.0 ],
"outlettype" : [ "" ],
"outlettype" : [ "
int
" ],
"patching_rect" : [ 691.777777777777715, 55.0, 35.0, 30.0 ],
"presentation" : 1,
"presentation_rect" : [ 17.0, 45.5, 36.0, 27.0 ],
...
...
@@ -1558,12 +1558,10 @@
, {
"name" : "rnbodefault",
"default" : {
"fontname" : [ "Lato" ],
"accentcolor" : [ 0.343034118413925, 0.506230533123016, 0.86220508813858, 1.0 ],
"bgcolor" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
"elementcolor" : [ 0.357540726661682, 0.515565991401672, 0.861786782741547, 1.0 ],
"bgcolor" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
"fontname" : [ "Lato" ],
"color" : [ 0.929412, 0.929412, 0.352941, 1.0 ],
"fontsize" : [ 12.0 ],
"bgfillcolor" : {
"type" : "color",
"color" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
...
...
@@ -1574,7 +1572,9 @@
"autogradient" : 0.0
}
,
"stripecolor" : [ 0.258338063955307, 0.352425158023834, 0.511919498443604, 1.0 ]
"accentcolor" : [ 0.343034118413925, 0.506230533123016, 0.86220508813858, 1.0 ],
"stripecolor" : [ 0.258338063955307, 0.352425158023834, 0.511919498443604, 1.0 ],
"fontsize" : [ 12.0 ]
}
,
"parentstyle" : "",
...
...
@@ -1583,16 +1583,13 @@
, {
"name" : "rnbohighcontrast",
"default" : {
"editing_bgcolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"accentcolor" : [ 0.666666666666667, 0.666666666666667, 0.666666666666667, 1.0 ],
"bgcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"elementcolor" : [ 0.223386004567146, 0.254748553037643, 0.998085916042328, 1.0 ],
"bgcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"editing_bgcolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"textcolor_inverse" : [ 1.0, 1.0, 1.0, 1.0 ],
"color" : [ 1.0, 0.874509803921569, 0.141176470588235, 1.0 ],
"selectioncolor" : [ 0.301960784313725, 0.694117647058824, 0.949019607843137, 1.0 ],
"locked_bgcolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"textcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
"color" : [ 1.0, 0.874509803921569, 0.141176470588235, 1.0 ],
"textcolor_inverse" : [ 1.0, 1.0, 1.0, 1.0 ],
"fontsize" : [ 13.0 ],
"clearcolor" : [ 1.0, 1.0, 1.0, 0.0 ],
"bgfillcolor" : {
"type" : "color",
...
...
@@ -1604,7 +1601,10 @@
"autogradient" : 0.0
}
,
"stripecolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ]
"textcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
"accentcolor" : [ 0.666666666666667, 0.666666666666667, 0.666666666666667, 1.0 ],
"stripecolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"fontsize" : [ 13.0 ]
}
,
"parentstyle" : "",
...
...
patchers/devices/deviceSYNC_view.maxpat
View file @
d30644ec
...
...
@@ -126,7 +126,7 @@
}
, {
"box" : {
"args" : [
"@toggle", 1, "@size", 50, 50, "@icon",
"autolockunselected_off.svg",
"@icon_pressed",
"autolockunselected.svg", "@hint", "enable device" ],
"args" : [ "autolockunselected_off.svg", "autolockunselected.svg",
"@toggle", 1, "@size", 50, 50, "@icon_pressed",
"@hint", "enable device" ],
"bgmode" : 0,
"border" : 0,
"clickthrough" : 0,
...
...
@@ -139,7 +139,7 @@
"numinlets" : 1,
"numoutlets" : 1,
"offset" : [ 0.0, 0.0 ],
"outlettype" : [ "" ],
"outlettype" : [ "
int
" ],
"patching_rect" : [ 217.0, 12.0, 35.0, 30.0 ],
"presentation" : 1,
"presentation_rect" : [ 6.0, 4.0, 62.0, 49.0 ],
...
...
@@ -882,15 +882,15 @@
],
"dependency_cache" : [ {
"name" : "tg.view.appearance.maxpat",
"bootpath" : "~/Arbeiten/01_projekte/181111_IASpace/01_projekte/20xx_Telematik/01_dev/
TeSApp
/patchers/
mockup
",
"patcherrelativepath" : ".",
"bootpath" : "~/Arbeiten/01_projekte/181111_IASpace/01_projekte/20xx_Telematik/01_dev/
telemersive-gateway
/patchers/
utils
",
"patcherrelativepath" : ".
./utils
",
"type" : "JSON",
"implicit" : 1
}
, {
"name" : "SVGButton.maxpat",
"bootpath" : "~/Arbeiten/01_projekte/181111_IASpace/01_projekte/20xx_Telematik/01_dev/
TeSApp
/patchers/
mockup
",
"patcherrelativepath" : ".",
"bootpath" : "~/Arbeiten/01_projekte/181111_IASpace/01_projekte/20xx_Telematik/01_dev/
telemersive-gateway
/patchers/
utils
",
"patcherrelativepath" : ".
./utils
",
"type" : "JSON",
"implicit" : 1
}
...
...
@@ -936,9 +936,10 @@
, {
"name" : "rnbodefault",
"default" : {
"elementcolor" : [ 0.357540726661682, 0.515565991401672, 0.861786782741547, 1.0 ],
"bgcolor" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
"fontname" : [ "Lato" ],
"color" : [ 0.929412, 0.929412, 0.352941, 1.0 ],
"stripecolor" : [ 0.258338063955307, 0.352425158023834, 0.511919498443604, 1.0 ],
"bgfillcolor" : {
"type" : "color",
"color" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
...
...
@@ -950,9 +951,8 @@
}
,
"accentcolor" : [ 0.343034118413925, 0.506230533123016, 0.86220508813858, 1.0 ],
"bgcolor" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
"fontsize" : [ 12.0 ],
"elementcolor" : [ 0.357540726661682, 0.515565991401672, 0.861786782741547, 1.0 ]
"stripecolor" : [ 0.258338063955307, 0.352425158023834, 0.511919498443604, 1.0 ],
"fontsize" : [ 12.0 ]
}
,
"parentstyle" : "",
...
...
@@ -961,10 +961,13 @@
, {
"name" : "rnbohighcontrast",
"default" : {
"elementcolor" : [ 0.223386004567146, 0.254748553037643, 0.998085916042328, 1.0 ],
"bgcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"editing_bgcolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"color" : [ 1.0, 0.874509803921569, 0.141176470588235, 1.0 ],
"textcolor_inverse" : [ 1.0, 1.0, 1.0, 1.0 ],
"stripecolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"color" : [ 1.0, 0.874509803921569, 0.141176470588235, 1.0 ],
"selectioncolor" : [ 0.301960784313725, 0.694117647058824, 0.949019607843137, 1.0 ],
"locked_bgcolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"clearcolor" : [ 1.0, 1.0, 1.0, 0.0 ],
"bgfillcolor" : {
"type" : "color",
...
...
@@ -976,13 +979,10 @@
"autogradient" : 0.0
}
,
"locked_bgcolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"accentcolor" : [ 0.666666666666667, 0.666666666666667, 0.666666666666667, 1.0 ],
"textcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
"selectioncolor" : [ 0.301960784313725, 0.694117647058824, 0.949019607843137, 1.0 ],
"bgcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"fontsize" : [ 13.0 ],
"elementcolor" : [ 0.223386004567146, 0.254748553037643, 0.998085916042328, 1.0 ]
"accentcolor" : [ 0.666666666666667, 0.666666666666667, 0.666666666666667, 1.0 ],
"stripecolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"fontsize" : [ 13.0 ]
}
,
"parentstyle" : "",
...
...
patchers/devices/deviceUG_view.maxpat
View file @
d30644ec
This diff is collapsed.
Click to expand it.
patchers/utils/SVGButton.maxpat
View file @
d30644ec
...
...
@@ -10,7 +10,7 @@
}
,
"classnamespace" : "box",
"rect" : [ 622.0, 123.0,
478
.0, 458.0 ],
"rect" : [ 622.0, 123.0,
667
.0, 458.0 ],
"bglocked" : 0,
"openinpresentation" : 1,
"default_fontsize" : 12.0,
...
...
@@ -39,13 +39,49 @@
"subpatcher_template" : "",
"assistshowspatchername" : 0,
"boxes" : [ {
"box" : {
"id" : "obj-18",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 473.0, 217.0, 77.0, 22.0 ],
"text" : "loadmess #2"
}
}
, {
"box" : {
"id" : "obj-17",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "int", "int" ],
"patching_rect" : [ 29.75, 229.0, 29.5, 22.0 ],
"text" : "t i i"
}
}
, {
"box" : {
"id" : "obj-10",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 384.0, 217.0, 77.0, 22.0 ],
"text" : "loadmess #1"
}
}
, {
"box" : {
"id" : "obj-9",
"maxclass" : "newobj",
"numinlets" : 3,
"numoutlets" : 3,
"outlettype" : [ "", "", "" ],
"patching_rect" : [ 16
7.0
,
1
80.0, 56.0, 22.0 ],
"patching_rect" : [ 16
2.666666666666629
,
2
80.0, 56.0, 22.0 ],
"text" : "route 0 1"
}
...
...
@@ -57,7 +93,7 @@
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [
116
.0,
111
.0, 72.0, 22.0 ],
"patching_rect" : [
30
.0,
93
.0, 72.0, 22.0 ],
"text" : "prepend set"
}
...
...
@@ -69,7 +105,7 @@
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 1
16.0
, 4
8
.0,
55
.0, 22.0 ],
"patching_rect" : [ 1
62.666666666666629
, 4
4
.0,
92
.0, 22.0 ],
"text" : "route set"
}
...
...
@@ -83,7 +119,7 @@
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1
16.0
, 9.0, 30.0, 30.0 ]
"patching_rect" : [ 1
62.666666666666629
, 9.0, 30.0, 30.0 ]
}
}
...
...
@@ -94,7 +130,7 @@
"numinlets" : 1,
"numoutlets" : 4,
"outlettype" : [ "", "", "", "" ],
"patching_rect" : [
57.0
,
7
4.0, 56.0, 22.0 ],
"patching_rect" : [
256.666666666666629
,
4
4.0, 56.0, 22.0 ],
"restore" : {
"button" : [ 0 ]
}
...
...
@@ -111,7 +147,7 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 6
9.5, 268
.0, 29.5, 22.0 ],
"patching_rect" : [ 6
1.25, 195
.0, 29.5, 22.0 ],
"text" : "1"
}
...
...
@@ -123,22 +159,10 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [
38.0, 268
.0, 29.5, 22.0 ],
"patching_rect" : [
29.75, 195
.0, 29.5, 22.0 ],
"text" : "0"
}
}
, {
"box" : {
"id" : "obj-16",
"maxclass" : "newobj",
"numinlets" : 3,
"numoutlets" : 3,
"outlettype" : [ "", "", "" ],
"patching_rect" : [ 414.0, 141.0, 136.0, 22.0 ],
"text" : "route icon icon_pressed"
}
}
, {
"box" : {
...
...
@@ -148,7 +172,7 @@
"maxclass" : "outlet",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [
38.0, 332
.0, 30.0, 30.0 ]
"patching_rect" : [
29.75, 410
.0, 30.0, 30.0 ]
}
}
...
...
@@ -159,7 +183,7 @@
"numinlets" : 5,
"numoutlets" : 5,
"outlettype" : [ "", "", "", "", "" ],
"patching_rect" : [
246.0
, 105.0, 187.0, 22.0 ],
"patching_rect" : [
313.666666666666629
, 105.0, 187.0, 22.0 ],
"text" : "routepass toggle size hltcolor hint"
}
...
...
@@ -171,7 +195,7 @@
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [
193.0
, 74.0, 72.0, 22.0 ],
"patching_rect" : [
260.666666666666629
, 74.0, 72.0, 22.0 ],
"text" : "patcherargs"
}
...
...
@@ -183,8 +207,8 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1
23.
666666666666
657, 280.0, 95.0
, 22.0 ],
"text" : "
autocompile.svg
"
"patching_rect" : [ 1
81.1
666666666666
29, 345.0, 207.5
, 22.0 ],
"text" : "
#2
"
}
}
...
...
@@ -195,8 +219,8 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1
1
2.
0, 247
.0, 1
15
.0, 22.0 ],
"text" : "
autocompile_on.svg
"
"patching_rect" : [ 1
6
2.
666666666666629, 314
.0, 1
73
.0, 22.0 ],
"text" : "
#1
"
}
}
...
...
@@ -207,7 +231,7 @@
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 1
1
2.
0
, 3
1
9.0, 71.0, 22.0 ],
"patching_rect" : [ 1
6
2.
666666666666629
, 3
7
9.0, 71.0, 22.0 ],
"text" : "filename $1"
}
...
...
@@ -222,7 +246,7 @@
"numoutlets" : 4,
"outlettype" : [ "bang", "bang", "", "int" ],
"parameter_enable" : 0,
"patching_rect" : [
116
.0, 1
80
.0,
23.0
, 2
3
.0 ],
"patching_rect" : [
30
.0, 1
57
.0,
112.75
, 2
6
.0 ],
"presentation" : 1,
"presentation_rect" : [ 0.0, 0.0, 23.0, 23.0 ],
"toggle" : 1,
...
...
@@ -235,13 +259,13 @@
"dataindex" : 0,
"dataname" : "",
"draggable" : 1,
"filename" : "
autocompile_on.svg
",
"filename" : "
#1
",
"id" : "obj-23",
"ignoreclick" : 1,
"maxclass" : "svgcolor",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [
112
.0,
367
.0, 23.0, 23.0 ],
"patching_rect" : [
228
.0,
424
.0, 23.0, 23.0 ],
"presentation" : 1,
"presentation_rect" : [ 0.0, 0.0, 23.0, 23.0 ],
"togglemode" : 1
...
...
@@ -250,30 +274,39 @@
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-11", 1 ],
"order" : 0,
"source" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"source" : [ "obj-11", 0 ]
"order" : 1,
"source" : [ "obj-10", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"source" : [ "obj-1
2
", 0 ]
"source" : [ "obj-1
1
", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-
14
", 0 ],
"source" : [ "obj-1
3
",
1
]
"destination" : [ "obj-
8
", 0 ],
"source" : [ "obj-1
2
",
0
]
}
}
, {
"patchline" : {
"destination" : [ "obj-1
6
", 0 ],
"source" : [ "obj-1
4
",
4
]
"destination" : [ "obj-1
4
", 0 ],
"source" : [ "obj-1
3
",
1
]
}
}
...
...
@@ -287,7 +320,7 @@
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"order" :
0
,
"order" :
1
,
"source" : [ "obj-14", 1 ]
}
...
...
@@ -309,54 +342,35 @@
, {
"patchline" : {
"destination" : [ "obj-23", 0 ],
"order" : 1,
"source" : [ "obj-14", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-11", 1 ],
"order" : 0,
"source" : [ "obj-16", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-12", 1 ],
"source" : [ "obj-16", 1 ]
"source" : [ "obj-14", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"order" : 1,
"source" : [ "obj-16", 0 ]
"destination" : [ "obj-15", 0 ],
"source" : [ "obj-17", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-11", 0 ],
"order" : 0,
"source" : [ "obj-2", 0 ]
"destination" : [ "obj-9", 0 ],
"source" : [ "obj-17", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-12", 0 ],
"order" : 0,
"source" : [ "obj-2", 1 ]
"destination" : [ "obj-12", 1 ],
"source" : [ "obj-18", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"order" : 1,
"source" : [ "obj-2", 0 ]
}
...
...
@@ -364,21 +378,20 @@
, {
"patchline" : {
"destination" : [ "obj-4", 0 ],
"order" : 1,
"source" : [ "obj-2", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-1
5
", 0 ],
"destination" : [ "obj-1
7
", 0 ],
"source" : [ "obj-3", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-1
5
", 0 ],
"destination" : [ "obj-1
7
", 0 ],
"source" : [ "obj-4", 0 ]
}
...
...
@@ -447,8 +460,10 @@
"styles" : [ {
"name" : "rnbodefault",
"default" : {
"elementcolor" : [ 0.357540726661682, 0.515565991401672, 0.861786782741547, 1.0 ],
"bgcolor" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
"fontname" : [ "Lato" ],
"color" : [ 0.929412, 0.929412, 0.352941, 1.0 ],
"fontsize" : [ 12.0 ],
"bgfillcolor" : {
"type" : "color",
"color" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
...
...
@@ -459,11 +474,9 @@
"autogradient" : 0.0
}
,
"fontname" : [ "Lato" ],
"accentcolor" : [ 0.343034118413925, 0.506230533123016, 0.86220508813858, 1.0 ],
"bgcolor" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
"stripecolor" : [ 0.258338063955307, 0.352425158023834, 0.511919498443604, 1.0 ],
"
elementcolor" : [ 0.357540726661682, 0.515565991401672, 0.861786782741547, 1
.0 ]
"
fontsize" : [ 12
.0 ]
}
,
"parentstyle" : "",
...
...
@@ -472,13 +485,14 @@
, {
"name" : "rnbohighcontrast",
"default" : {
"color" : [ 1.0, 0.874509803921569, 0.141176470588235, 1.0 ],
"elementcolor" : [ 0.223386004567146, 0.254748553037643, 0.998085916042328, 1.0 ],
"bgcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"editing_bgcolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"textcolor_inverse" : [ 1.0, 1.0, 1.0, 1.0 ],
"textcolor" : [ 1.0, 1.0, 1.0, 1.0 ],
"fontsize" : [ 13.0 ],
"color" : [ 1.0, 0.874509803921569, 0.141176470588235, 1.0 ],
"selectioncolor" : [ 0.301960784313725, 0.694117647058824, 0.949019607843137, 1.0 ],
"clearcolor" : [ 1.0, 1.0, 1.0, 0.0 ],
"locked_bgcolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"clearcolor" : [ 1.0, 1.0, 1.0, 0.0 ],
"bgfillcolor" : {
"type" : "color",
"color" : [ 0.0, 0.0, 0.0, 1.0 ],
...
...
@@ -489,11 +503,10 @@
"autogradient" : 0.0
}
,
"
editing_bg
color" : [
0.258823529411765, 0.258823529411765, 0.258823529411765
, 1.0 ],
"
text
color" : [
1.0, 1.0, 1.0
, 1.0 ],
"accentcolor" : [ 0.666666666666667, 0.666666666666667, 0.666666666666667, 1.0 ],
"bgcolor" : [ 0.0, 0.0, 0.0, 1.0 ],
"stripecolor" : [ 0.258823529411765, 0.258823529411765, 0.258823529411765, 1.0 ],
"
elementcolor" : [ 0.223386004567146, 0.254748553037643, 0.998085916042328, 1
.0 ]
"
fontsize" : [ 13
.0 ]
}
,
"parentstyle" : "",
...
...
patchers/utils/tg.filesync.maxpat
View file @
d30644ec
...
...
@@ -10,7 +10,7 @@
}
,
"classnamespace" : "box",
"rect" : [
380
.0,
240
.0,
59
2.0, 632.0 ],
"rect" : [
794
.0,
173
.0,
14
2.0, 632.0 ],
"bglocked" : 0,
"openinpresentation" : 1,
"default_fontsize" : 12.0,
...
...
@@ -101,7 +101,7 @@
}
, {
"box" : {
"args" : [
"@toggle", 1, "@size", 30, 30, "@icon",
"autolockunselected_off.svg",
"@icon_pressed",
"autolockunselected.svg", "@hint", "enable filesync" ],
"args" : [ "autolockunselected_off.svg", "autolockunselected.svg",
"@toggle", 1, "@size", 30, 30,
"@hint", "enable filesync" ],
"bgmode" : 0,
"border" : 0,
"clickthrough" : 0,
...
...
@@ -114,7 +114,7 @@
"numinlets" : 1,
"numoutlets" : 1,
"offset" : [ 0.0, 0.0 ],
"outlettype" : [ "" ],
"outlettype" : [ "
int
" ],
"patching_rect" : [ 286.0, 43.0, 37.0, 29.0 ],
"presentation" : 1,
"presentation_rect" : [ 0.5, -4.5, 35.0, 25.5 ],
...
...
@@ -252,7 +252,7 @@
}
, {
"box" : {
"args" : [ "@toggle", 0, "@size", 20, 20
, "@icon", "update.svg", "@icon_pressed", "update.svg"
],
"args" : [ "
update.svg", "update.svg", "
@toggle", 0, "@size", 20, 20 ],
"bgmode" : 0,
"border" : 0,
"clickthrough" : 0,
...
...
@@ -266,7 +266,7 @@
"numinlets" : 1,
"numoutlets" : 1,
"offset" : [ 0.0, 0.0 ],
"outlettype" : [ "" ],
"outlettype" : [ "
int
" ],
"patching_rect" : [ 20.5, 72.5, 35.0, 30.0 ],
"presentation" : 1,
"presentation_rect" : [ 12.5, 27.0, 23.0, 24.0 ],
...
...
@@ -531,14 +531,14 @@
],
"dependency_cache" : [ {
"name" : "sendR.maxpat",
"bootpath" : "~/Arbeiten/01_projekte/181111_IASpace/01_projekte/20xx_Telematik/01_dev/
TeSApp
/patchers/
mockup
",
"bootpath" : "~/Arbeiten/01_projekte/181111_IASpace/01_projekte/20xx_Telematik/01_dev/
telemersive-gateway
/patchers/
utils
",
"patcherrelativepath" : ".",
"type" : "JSON",
"implicit" : 1
}
, {
"name" : "SVGButton.maxpat",
"bootpath" : "~/Arbeiten/01_projekte/181111_IASpace/01_projekte/20xx_Telematik/01_dev/
TeSApp
/patchers/
mockup
",
"bootpath" : "~/Arbeiten/01_projekte/181111_IASpace/01_projekte/20xx_Telematik/01_dev/
telemersive-gateway
/patchers/
utils
",
"patcherrelativepath" : ".",
"type" : "JSON",
"implicit" : 1
...
...
@@ -585,9 +585,10 @@
, {
"name" : "rnbodefault",
"default" : {
"elementcolor" : [ 0.357540726661682, 0.515565991401672, 0.861786782741547, 1.0 ],
"bgcolor" : [ 0.031372549019608, 0.125490196078431, 0.211764705882353, 1.0 ],
"fontname" : [ "Lato" ],
"color" : [ 0.929412, 0.929412, 0.352941, 1.0 ],