Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Aug 18, 2020
1 parent 6798d61 commit f69a97a
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions mercury_ide/patchers/_mercury_main.maxpat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
,
"classnamespace" : "box",
"rect" : [ 52.0, 117.0, 401.0, 416.0 ],
"rect" : [ 54.0, 90.0, 401.0, 416.0 ],
"bglocked" : 0,
"openinpresentation" : 1,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -42831,6 +42831,8 @@
"saved_object_attributes" : {
"autostart" : 1,
"defer" : 0,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down Expand Up @@ -48676,8 +48678,6 @@
"saved_object_attributes" : {
"autostart" : 1,
"defer" : 1,
"node_bin_path" : "",
"npm_bin_path" : "",
"watch" : 1
}
,
Expand Down Expand Up @@ -49286,7 +49286,7 @@
}
,
"classnamespace" : "box",
"rect" : [ 118.0, 106.0, 508.0, 613.0 ],
"rect" : [ 195.0, 113.0, 508.0, 613.0 ],
"bglocked" : 0,
"openinpresentation" : 1,
"default_fontsize" : 12.0,
Expand Down Expand Up @@ -49336,10 +49336,10 @@
"maxclass" : "comment",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 193.5, 137.0, 360.0, 301.0 ],
"patching_rect" : [ 193.5, 137.0, 363.0, 301.0 ],
"presentation" : 1,
"presentation_linecount" : 18,
"presentation_rect" : [ 30.0, 165.0, 450.0, 248.0 ],
"presentation_rect" : [ 30.0, 165.0, 454.0, 248.0 ],
"text" : "Mercury is a minimal and human-readable language for the live coding of algorithmic electronic music. All elements of the language are designed around making code more accessible and less obfuscating for the audience. This motivation stretches down to the coding style itself which uses clear descriptive names for functions and a clear syntax. Furthermore the editor is restricted to 30 lines of code, keeping all code always visible. Mercury provides the performer with an extensive library of algorithms to generate or transform numbersequences that can modulate parameters, such as melody and rhythm, over time. The environment produces sound in conjunction with visuals. Besides looking at the code, the audience is also looking at the visuals that are reactive to the sound or generated by the sound.\n\nIt is named after te planet Mercury. Mercury rules the creation and expression of our mental processes. The planet implores us to express ourselves. Mercury is about a quick wit, quick thinking. It lets us move from one thing to the next.\n\nMercury uses the Total Serialism NodeJS package available on npmjs.com. This package features many algorithmic composition methods.",
"textcolor" : [ 0.9019607902, 0.9019607902, 0.9019607902, 1.0 ]
}
Expand Down Expand Up @@ -49505,7 +49505,7 @@
"numoutlets" : 2,
"outlettype" : [ "", "" ],
"patching_rect" : [ 29.458129999999997, 178.000000000000057, 69.0, 22.0 ],
"save" : [ "#N", "thispatcher", ";", "#Q", "savewindow", 1, ";", "#Q", "end", ";" ],
"save" : [ "#N", "thispatcher", ";", "#Q", "window", "flags", "nogrow", "close", "nozoom", "float", "menu", "minimize", ";", "#Q", "window", "constrain", 50, 50, 32768, 32768, ";", "#Q", "window", "size", 195, 113, 703, 726, ";", "#Q", "window", "title", ";", "#Q", "window", "exec", ";", "#Q", "savewindow", 1, ";", "#Q", "end", ";" ],
"text" : "thispatcher"
}

Expand Down Expand Up @@ -63545,13 +63545,13 @@
"presentation_rect" : [ 210.0, 255.0, 135.0, 36.0 ],
"saved_attribute_attributes" : {
"valueof" : {
"parameter_shortname" : "volume",
"parameter_type" : 0,
"parameter_unitstyle" : 4,
"parameter_mmin" : -70.0,
"parameter_longname" : "volume",
"parameter_mmax" : 6.0,
"parameter_initial" : [ 0.0 ]
"parameter_initial" : [ 0.0 ],
"parameter_shortname" : "volume",
"parameter_type" : 0,
"parameter_unitstyle" : 4
}

}
Expand Down Expand Up @@ -66516,6 +66516,10 @@
"type" : "JSON",
"implicit" : 1
}
, {
"name" : "aka.speech.mxo",
"type" : "iLaX"
}
, {
"name" : "jit.gl.syphonserver.mxo",
"type" : "iLaX"
Expand Down

0 comments on commit f69a97a

Please sign in to comment.