Skip to content

Commit

Permalink
Fix naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Sep 24, 2015
1 parent 31875e2 commit bf8a60b
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions examples/overview.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
, {
"box" : {
"args" : [ "bypass-filter-1" ],
"args" : [ "bypass-grains" ],
"id" : "obj-18",
"maxclass" : "bpatcher",
"name" : "264.tog.maxpat",
Expand Down Expand Up @@ -140,7 +140,7 @@
}
, {
"box" : {
"args" : [ "bypass-filter-1" ],
"args" : [ "bypass-filter" ],
"id" : "obj-11",
"maxclass" : "bpatcher",
"name" : "264.tog.maxpat",
Expand Down Expand Up @@ -447,8 +447,8 @@
"obj-4" : [ "output-gain", "output", 0 ],
"obj-7::obj-6" : [ "overview-filter-filter-type", "overview-filter-filter-type", 0 ],
"obj-16::obj-95" : [ "overview-grains-size-variance", "var.", 0 ],
"obj-2" : [ "input-gain", "input", 0 ],
"obj-16::obj-22" : [ "overview-grains-rate-variance", "var.", 0 ],
"obj-2" : [ "input-gain", "input", 0 ],
"obj-16::obj-138" : [ "overview-grains-pitch-variance", "var.", 0 ]
}
,
Expand All @@ -474,10 +474,10 @@
"implicit" : 1
}
, {
"name" : "264.pattr-read-write.maxpat",
"bootpath" : "/Users/chris/Documents/Max/Packages/264 Tools/patchers",
"patcherrelativepath" : "../patchers",
"type" : "JSON",
"name" : "set-patch-path.js",
"bootpath" : "/Users/chris/Documents/Max/Packages/264 Tools/javascript",
"patcherrelativepath" : "../javascript",
"type" : "TEXT",
"implicit" : 1
}
, {
Expand Down Expand Up @@ -529,13 +529,6 @@
"type" : "JSON",
"implicit" : 1
}
, {
"name" : "set-patch-path.js",
"bootpath" : "/Users/chris/Documents/Max/Packages/264 Tools/javascript",
"patcherrelativepath" : "../javascript",
"type" : "TEXT",
"implicit" : 1
}
, {
"name" : "264.envelope~.maxpat",
"bootpath" : "/Users/chris/Documents/Max/Packages/264 Tools/patchers",
Expand All @@ -544,7 +537,7 @@
"implicit" : 1
}
, {
"name" : "disis_munger~.mxo",
"name" : "munger~.mxo",
"type" : "iLaX"
}
]
Expand Down

0 comments on commit bf8a60b

Please sign in to comment.