Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/electro-smith/oopsy into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhensley committed Dec 8, 2020
2 parents f482b91 + b29beb1 commit 331f5f5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
1 change: 0 additions & 1 deletion source/oopsy.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ int main(void) {
try {
try {
console.log(execSync("make clean", { cwd: build_path }).toString())
// TODO: make this cross-platform:
if (os.platform() == "win32") {
// Gather up make output to run command per line as child process
let build_cmd = execSync("make -n", { cwd: build_path }).toString().split(os.EOL)
Expand Down
30 changes: 28 additions & 2 deletions templates/oopsy_pod.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@
"subpatcher_template" : "",
"assistshowspatchername" : 0,
"boxes" : [ {
"box" : {
"id" : "obj-21",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 284.5, 315.0, 29.5, 22.0 ],
"text" : "*"
}

}
, {
"box" : {
"id" : "obj-20",
"linecount" : 3,
Expand All @@ -104,7 +116,7 @@
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 225.5, 313.0, 36.0, 22.0 ],
"patching_rect" : [ 225.5, 284.0, 36.0, 22.0 ],
"text" : "cycle"
}

Expand Down Expand Up @@ -371,6 +383,13 @@
"source" : [ "obj-1", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-21", 1 ],
"source" : [ "obj-14", 0 ]
}

}
, {
"patchline" : {
Expand All @@ -382,7 +401,7 @@
}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"destination" : [ "obj-21", 0 ],
"order" : 0,
"source" : [ "obj-16", 0 ]
}
Expand All @@ -394,6 +413,13 @@
"source" : [ "obj-2", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-15", 0 ],
"source" : [ "obj-21", 0 ]
}

}
, {
"patchline" : {
Expand Down

0 comments on commit 331f5f5

Please sign in to comment.