Skip to content

Commit

Permalink
emitter is deprecated, now new osc as in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed May 28, 2024
1 parent 520eb49 commit d570b2d
Show file tree
Hide file tree
Showing 7 changed files with 252 additions and 161 deletions.
10 changes: 10 additions & 0 deletions grammar/data/bind-functions.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
"rhythm": "beat",
"play": "beat"
},
"osc": {
"id": "name",
"tag": "address",
"url": "address",
"aux": "group",
"bus": "group",
"timing": "time",
"rhythm": "beat",
"play": "beat"
},
"synth": {
"gain": "amp",
"vol": "amp",
Expand Down
8 changes: 8 additions & 0 deletions grammar/data/instrument-methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"beat"
],

"osc" : [
"name",
"address",
"group",
"time",
"beat"
],

"synth" : [
"amp",
"beat",
Expand Down
10 changes: 10 additions & 0 deletions mercury_ide/data/bind-functions.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
"rhythm": "beat",
"play": "beat"
},
"osc": {
"id": "name",
"tag": "address",
"url": "address",
"aux": "group",
"bus": "group",
"timing": "time",
"rhythm": "beat",
"play": "beat"
},
"synth": {
"gain": "amp",
"vol": "amp",
Expand Down
4 changes: 4 additions & 0 deletions mercury_ide/data/binding-instruments.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"osc" : [ "osc_out", 5 ],
"midi" : [ "midi_out", 6 ]
}
,
"osc" : {
"default" : [ "osc_out", 5 ]
}
,
"midi" : {

Expand Down
14 changes: 13 additions & 1 deletion mercury_ide/data/initials.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
,
"emitter" : {
"beat" : 1,
"time" : "1/16",
"time" : "1/4",
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
Expand All @@ -110,6 +110,18 @@
"sendOSC" : 1,
"clock" : 0
}
, "osc" : {
"beat" : 1,
"time" : "1/4",
"once" : 0,
"warp" : 1,
"ratchet" : [ 0, 2 ],
"name" : "no_name",
"group" : "no_group",
"emit" : 1,
"sendOSC" : 1,
"clock" : 0
}
,
"midi" : {
"amp" : 0.8,
Expand Down
4 changes: 2 additions & 2 deletions mercury_ide/patchers/_mercury_main.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -52177,6 +52177,8 @@
"saved_object_attributes" : {
"autostart" : 1,
"defer" : 0,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down Expand Up @@ -59316,8 +59318,6 @@
"saved_object_attributes" : {
"autostart" : 0,
"defer" : 1,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down
Loading

0 comments on commit d570b2d

Please sign in to comment.