Skip to content

Commit 441731a

Browse files
committed
removed all references to /tmp - not needed now that we support open/write dialogue when a string is not provided
1 parent 2c9165b commit 441731a

File tree

8 files changed

+632
-1352
lines changed

8 files changed

+632
-1352
lines changed

Examples/corpus builder/corpus_from_folder.maxpat

Lines changed: 92 additions & 144 deletions
Large diffs are not rendered by default.

Examples/dataset/1-learning examples/1a-starting-1D-example.maxpat

Lines changed: 25 additions & 113 deletions
Large diffs are not rendered by default.

Examples/dataset/1-learning examples/1b-starting-2D-example.maxpat

Lines changed: 22 additions & 120 deletions
Large diffs are not rendered by default.

Examples/dataset/1-learning examples/8a-mlp-didactic.maxpat

Lines changed: 31 additions & 105 deletions
Large diffs are not rendered by default.

Examples/dataset/2-various other examples/comparing-feature-spaces-easily/-comparison.maxpat

Lines changed: 351 additions & 589 deletions
Large diffs are not rendered by default.

Examples/dataset/2-various other examples/one-arbitrary-dimension/1-using-KNN-regression.maxpat

Lines changed: 72 additions & 229 deletions
Large diffs are not rendered by default.

help/fluid.dataset~.maxhelp

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"appversion" : {
55
"major" : 8,
66
"minor" : 1,
7-
"revision" : 10,
7+
"revision" : 11,
88
"architecture" : "x64",
99
"modernui" : 1
1010
}
@@ -51,13 +51,13 @@
5151
"appversion" : {
5252
"major" : 8,
5353
"minor" : 1,
54-
"revision" : 10,
54+
"revision" : 11,
5555
"architecture" : "x64",
5656
"modernui" : 1
5757
}
5858
,
5959
"classnamespace" : "box",
60-
"rect" : [ 100.0, 105.0, 938.0, 806.0 ],
60+
"rect" : [ 0.0, 26.0, 938.0, 806.0 ],
6161
"bglocked" : 0,
6262
"openinpresentation" : 0,
6363
"default_fontsize" : 12.0,
@@ -728,9 +728,9 @@
728728
"styles" : [ {
729729
"name" : "max6box",
730730
"default" : {
731-
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ],
731+
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
732732
"bgcolor" : [ 1.0, 1.0, 1.0, 0.5 ],
733-
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ]
733+
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ]
734734
}
735735
,
736736
"parentstyle" : "",
@@ -748,6 +748,7 @@
748748
, {
749749
"name" : "max6message",
750750
"default" : {
751+
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
751752
"bgfillcolor" : {
752753
"type" : "gradient",
753754
"color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
@@ -757,8 +758,7 @@
757758
"proportion" : 0.39,
758759
"autogradient" : 0
759760
}
760-
,
761-
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ]
761+
762762
}
763763
,
764764
"parentstyle" : "max6box",
@@ -799,7 +799,7 @@
799799
"appversion" : {
800800
"major" : 8,
801801
"minor" : 1,
802-
"revision" : 10,
802+
"revision" : 11,
803803
"architecture" : "x64",
804804
"modernui" : 1
805805
}
@@ -1348,9 +1348,9 @@
13481348
"styles" : [ {
13491349
"name" : "max6box",
13501350
"default" : {
1351-
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ],
1351+
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
13521352
"bgcolor" : [ 1.0, 1.0, 1.0, 0.5 ],
1353-
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ]
1353+
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ]
13541354
}
13551355
,
13561356
"parentstyle" : "",
@@ -1368,6 +1368,7 @@
13681368
, {
13691369
"name" : "max6message",
13701370
"default" : {
1371+
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
13711372
"bgfillcolor" : {
13721373
"type" : "gradient",
13731374
"color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
@@ -1377,8 +1378,7 @@
13771378
"proportion" : 0.39,
13781379
"autogradient" : 0
13791380
}
1380-
,
1381-
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ]
1381+
13821382
}
13831383
,
13841384
"parentstyle" : "max6box",
@@ -1419,7 +1419,7 @@
14191419
"appversion" : {
14201420
"major" : 8,
14211421
"minor" : 1,
1422-
"revision" : 10,
1422+
"revision" : 11,
14231423
"architecture" : "x64",
14241424
"modernui" : 1
14251425
}
@@ -1492,7 +1492,7 @@
14921492
"appversion" : {
14931493
"major" : 8,
14941494
"minor" : 1,
1495-
"revision" : 10,
1495+
"revision" : 11,
14961496
"architecture" : "x64",
14971497
"modernui" : 1
14981498
}
@@ -2110,9 +2110,9 @@
21102110
"styles" : [ {
21112111
"name" : "max6box",
21122112
"default" : {
2113-
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ],
2113+
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
21142114
"bgcolor" : [ 1.0, 1.0, 1.0, 0.5 ],
2115-
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ]
2115+
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ]
21162116
}
21172117
,
21182118
"parentstyle" : "",
@@ -2130,6 +2130,7 @@
21302130
, {
21312131
"name" : "max6message",
21322132
"default" : {
2133+
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
21332134
"bgfillcolor" : {
21342135
"type" : "gradient",
21352136
"color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ],
@@ -2139,8 +2140,7 @@
21392140
"proportion" : 0.39,
21402141
"autogradient" : 0
21412142
}
2142-
,
2143-
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ]
2143+
21442144
}
21452145
,
21462146
"parentstyle" : "max6box",
@@ -2181,7 +2181,7 @@
21812181
"appversion" : {
21822182
"major" : 8,
21832183
"minor" : 1,
2184-
"revision" : 10,
2184+
"revision" : 11,
21852185
"architecture" : "x64",
21862186
"modernui" : 1
21872187
}
@@ -2436,13 +2436,13 @@
24362436
"appversion" : {
24372437
"major" : 8,
24382438
"minor" : 1,
2439-
"revision" : 10,
2439+
"revision" : 11,
24402440
"architecture" : "x64",
24412441
"modernui" : 1
24422442
}
24432443
,
24442444
"classnamespace" : "box",
2445-
"rect" : [ 0.0, 26.0, 938.0, 806.0 ],
2445+
"rect" : [ 100.0, 105.0, 938.0, 806.0 ],
24462446
"bglocked" : 0,
24472447
"openinpresentation" : 0,
24482448
"default_fontsize" : 13.0,
@@ -2538,8 +2538,8 @@
25382538
"numinlets" : 2,
25392539
"numoutlets" : 1,
25402540
"outlettype" : [ "" ],
2541-
"patching_rect" : [ 360.0, 311.0, 154.0, 23.0 ],
2542-
"text" : "write /tmp/fluidobject.json"
2541+
"patching_rect" : [ 352.0, 311.0, 36.0, 23.0 ],
2542+
"text" : "write"
25432543
}
25442544

25452545
}
@@ -2969,7 +2969,7 @@
29692969
"appversion" : {
29702970
"major" : 8,
29712971
"minor" : 1,
2972-
"revision" : 10,
2972+
"revision" : 11,
29732973
"architecture" : "x64",
29742974
"modernui" : 1
29752975
}

help/fluid.labelset~.maxhelp

Lines changed: 15 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"appversion" : {
55
"major" : 8,
66
"minor" : 1,
7-
"revision" : 8,
7+
"revision" : 11,
88
"architecture" : "x64",
99
"modernui" : 1
1010
}
@@ -51,13 +51,13 @@
5151
"appversion" : {
5252
"major" : 8,
5353
"minor" : 1,
54-
"revision" : 8,
54+
"revision" : 11,
5555
"architecture" : "x64",
5656
"modernui" : 1
5757
}
5858
,
5959
"classnamespace" : "box",
60-
"rect" : [ 0.0, 26.0, 606.0, 672.0 ],
60+
"rect" : [ 100.0, 126.0, 606.0, 672.0 ],
6161
"bglocked" : 0,
6262
"openinpresentation" : 0,
6363
"default_fontsize" : 12.0,
@@ -98,7 +98,7 @@
9898
"appversion" : {
9999
"major" : 8,
100100
"minor" : 1,
101-
"revision" : 8,
101+
"revision" : 11,
102102
"architecture" : "x64",
103103
"modernui" : 1
104104
}
@@ -378,9 +378,9 @@
378378
"styles" : [ {
379379
"name" : "max6box",
380380
"default" : {
381-
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ],
381+
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
382382
"bgcolor" : [ 1.0, 1.0, 1.0, 0.5 ],
383-
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ]
383+
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ]
384384
}
385385
,
386386
"parentstyle" : "",
@@ -521,19 +521,6 @@
521521
"text" : "prepend load"
522522
}
523523

524-
}
525-
, {
526-
"box" : {
527-
"id" : "obj-53",
528-
"linecount" : 2,
529-
"maxclass" : "message",
530-
"numinlets" : 2,
531-
"numoutlets" : 1,
532-
"outlettype" : [ "" ],
533-
"patching_rect" : [ 35.833334000000001, 112.166667000000004, 191.0, 35.0 ],
534-
"text" : ";\rmax openfile viewer /tmp/test.json"
535-
}
536-
537524
}
538525
, {
539526
"box" : {
@@ -542,8 +529,8 @@
542529
"numinlets" : 2,
543530
"numoutlets" : 1,
544531
"outlettype" : [ "" ],
545-
"patching_rect" : [ 35.833334000000001, 153.66666699999999, 111.0, 22.0 ],
546-
"text" : "write /tmp/test.json"
532+
"patching_rect" : [ 35.833334000000001, 153.66666699999999, 34.0, 22.0 ],
533+
"text" : "write"
547534
}
548535

549536
}
@@ -668,9 +655,9 @@
668655
"styles" : [ {
669656
"name" : "max6box",
670657
"default" : {
671-
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ],
658+
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ],
672659
"bgcolor" : [ 1.0, 1.0, 1.0, 0.5 ],
673-
"textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ]
660+
"accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ]
674661
}
675662
,
676663
"parentstyle" : "",
@@ -756,13 +743,13 @@
756743
"appversion" : {
757744
"major" : 8,
758745
"minor" : 1,
759-
"revision" : 8,
746+
"revision" : 11,
760747
"architecture" : "x64",
761748
"modernui" : 1
762749
}
763750
,
764751
"classnamespace" : "box",
765-
"rect" : [ 100.0, 126.0, 606.0, 672.0 ],
752+
"rect" : [ 0.0, 26.0, 606.0, 672.0 ],
766753
"bglocked" : 0,
767754
"openinpresentation" : 0,
768755
"default_fontsize" : 13.0,
@@ -1057,8 +1044,8 @@
10571044
"numinlets" : 2,
10581045
"numoutlets" : 1,
10591046
"outlettype" : [ "" ],
1060-
"patching_rect" : [ 189.5, 407.0, 119.0, 23.0 ],
1061-
"text" : "write /tmp/test.json"
1047+
"patching_rect" : [ 198.5, 407.0, 36.0, 23.0 ],
1048+
"text" : "write"
10621049
}
10631050

10641051
}
@@ -1186,7 +1173,7 @@
11861173
"appversion" : {
11871174
"major" : 8,
11881175
"minor" : 1,
1189-
"revision" : 8,
1176+
"revision" : 11,
11901177
"architecture" : "x64",
11911178
"modernui" : 1
11921179
}

0 commit comments

Comments
 (0)