Skip to content
Snippets Groups Projects
Commit 113a53c9 authored by Michael Zbyszyński's avatar Michael Zbyszyński
Browse files

restoring out_to_synth logic

parent f362cec8
No related merge requests found
......@@ -328,6 +328,106 @@
"style" : "",
"subpatcher_template" : "mzed_default",
"boxes" : [ {
"box" : {
"id" : "obj-27",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 432.0, 225.0, 80.0, 22.0 ],
"text" : "loadmess 0.8"
}
}
, {
"box" : {
"id" : "obj-26",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "FullPacket" ],
"patching_rect" : [ 432.0, 413.0, 73.0, 22.0 ],
"text" : "o.pack /gain"
}
}
, {
"box" : {
"id" : "obj-25",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 4,
"outlettype" : [ "float", "float", "float", "float" ],
"patching_rect" : [ 16.0, 182.0, 316.0, 22.0 ],
"text" : "unpack 0. 0. 0. 0."
}
}
, {
"box" : {
"floatoutput" : 1,
"id" : "obj-23",
"maxclass" : "slider",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"parameter_enable" : 0,
"patching_rect" : [ 432.0, 262.0, 20.0, 140.0 ],
"size" : 1.0
}
}
, {
"box" : {
"id" : "obj-9",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "FullPacket" ],
"patching_rect" : [ 16.0, 386.0, 98.0, 22.0 ],
"text" : "o.prepend /synth"
}
}
, {
"box" : {
"fontface" : 0,
"fontname" : "Arial",
"fontsize" : 12.0,
"id" : "obj-8",
"maxclass" : "o.display",
"numinlets" : 1,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 208.0, 469.0, 258.0, 34.0 ],
"textcolor" : [ 1.0, 1.0, 1.0, 1.0 ]
}
}
, {
"box" : {
"id" : "obj-3",
"maxclass" : "newobj",
"numinlets" : 4,
"numoutlets" : 1,
"outlettype" : [ "FullPacket" ],
"patching_rect" : [ 16.0, 221.0, 316.0, 22.0 ],
"text" : "o.pack /parameter1 /parameter2 /parameter3 /parameter4"
}
}
, {
"box" : {
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 0,
"patching_rect" : [ 16.0, 469.0, 190.0, 22.0 ],
"text" : "udpsend 127.0.0.1 55667 CNMAT"
}
}
, {
"box" : {
"comment" : "",
"id" : "obj-1",
......@@ -336,12 +436,118 @@
"numinlets" : 0,
"numoutlets" : 1,
"outlettype" : [ "" ],
"patching_rect" : [ 220.0, 236.0, 30.0, 30.0 ]
"patching_rect" : [ 16.0, 19.0, 30.0, 30.0 ]
}
}
, {
"box" : {
"background" : 1,
"candicane2" : [ 0.541176470588235, 0.607843137254902, 0.250980392156863, 1.0 ],
"candycane" : 4,
"contdata" : 1,
"ghostbar" : 50,
"id" : "obj-22",
"maxclass" : "multislider",
"numinlets" : 1,
"numoutlets" : 2,
"orientation" : 0,
"outlettype" : [ "", "" ],
"parameter_enable" : 0,
"patching_rect" : [ 208.0, 26.0, 292.0, 133.0 ],
"setminmax" : [ 0.0, 1.0 ],
"size" : 4
}
}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-25", 0 ],
"source" : [ "obj-1", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-25", 0 ],
"source" : [ "obj-22", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-26", 0 ],
"source" : [ "obj-23", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 3 ],
"source" : [ "obj-25", 3 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 2 ],
"source" : [ "obj-25", 2 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 1 ],
"source" : [ "obj-25", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-3", 0 ],
"source" : [ "obj-25", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-9", 0 ],
"source" : [ "obj-26", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-23", 0 ],
"source" : [ "obj-27", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-9", 0 ],
"source" : [ "obj-3", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"order" : 1,
"source" : [ "obj-9", 0 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"order" : 0,
"source" : [ "obj-9", 0 ]
}
}
],
"lines" : [ ],
"editing_bgcolor" : [ 0.886274509803922, 0.996078431372549, 0.850980392156863, 1.0 ]
}
,
......@@ -420,13 +626,6 @@
"source" : [ "obj-2", 1 ]
}
}
, {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"source" : [ "obj-2", 0 ]
}
}
, {
"patchline" : {
......@@ -511,19 +710,26 @@
"implicit" : 1
}
, {
"name" : "gsi.myo_input.maxpat",
"name" : "player.maxpat",
"bootpath" : "~/GIT/BioMusic/continuous-gesture-sound-interaction/gesture_sound_interaction_2.0/patchers",
"patcherrelativepath" : ".",
"type" : "JSON",
"implicit" : 1
}
, {
"name" : "myo_emg_features.maxpat",
"name" : "gsi.myo_input.maxpat",
"bootpath" : "~/GIT/BioMusic/continuous-gesture-sound-interaction/gesture_sound_interaction_2.0/patchers",
"patcherrelativepath" : ".",
"type" : "JSON",
"implicit" : 1
}
, {
"name" : "myo_emg_features.maxpat",
"bootpath" : "~/GIT/BioMusic/catart-synth",
"patcherrelativepath" : "../../../catart-synth",
"type" : "JSON",
"implicit" : 1
}
, {
"name" : "gsi.buffer.maxpat",
"bootpath" : "~/GIT/BioMusic/continuous-gesture-sound-interaction/gesture_sound_interaction_2.0/patchers",
......@@ -546,6 +752,18 @@
"name" : "pipo.mxo",
"type" : "iLaX"
}
, {
"name" : "o.pack.mxo",
"type" : "iLaX"
}
, {
"name" : "o.display.mxo",
"type" : "iLaX"
}
, {
"name" : "o.prepend.mxo",
"type" : "iLaX"
}
, {
"name" : "mubu.mxo",
"type" : "iLaX"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment