Skip to content

Commit

Permalink
try-out with once() function in instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Mar 8, 2024
1 parent 7a31ff9 commit 07ca767
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 16 deletions.
8 changes: 8 additions & 0 deletions mercury_ide/data/initials.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"amp" : 0.6,
"beat" : 1,
"time" : "1/4",
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"env" : [ 1, 100 ],
Expand Down Expand Up @@ -34,6 +35,7 @@
"amp" : 0.5,
"beat" : 1,
"time" : "1/4",
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"env" : [ 1, 100 ],
Expand All @@ -60,6 +62,7 @@
"amp" : 1,
"beat" : 1,
"time" : "1/4",
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"env" : -1,
Expand All @@ -79,6 +82,7 @@
"amp" : 0.6,
"beat" : 1,
"time" : 1,
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"env" : -1,
Expand All @@ -97,6 +101,7 @@
"emitter" : {
"beat" : 1,
"time" : "1/16",
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"name" : "null",
Expand All @@ -110,6 +115,7 @@
"amp" : 0.8,
"beat" : 1,
"time" : "1/4",
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"env" : 100,
Expand All @@ -127,6 +133,7 @@
"amp" : 0.5,
"beat" : 1,
"time" : "1",
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"name" : "Samantha",
Expand All @@ -140,6 +147,7 @@
"amp" : 0.8,
"beat" : 1,
"time" : 1,
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"env" : -1,
Expand Down
6 changes: 3 additions & 3 deletions mercury_ide/patchers/_mercury_main.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -48572,7 +48572,7 @@
, {
"box" : {
"id" : "obj-20",
"items" : [ "FaceTime HD Camera", ",", "OBS Virtual Camera", ",", "NDI Video" ],
"items" : [ "FaceTime HD Camera", ",", "OBS Virtual Camera", ",", "NDI Video", ",", "GoPro Webcam" ],
"maxclass" : "umenu",
"numinlets" : 1,
"numoutlets" : 3,
Expand Down Expand Up @@ -52234,6 +52234,8 @@
"saved_object_attributes" : {
"autostart" : 1,
"defer" : 0,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down Expand Up @@ -59373,8 +59375,6 @@
"saved_object_attributes" : {
"autostart" : 0,
"defer" : 1,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down
Loading

0 comments on commit 07ca767

Please sign in to comment.