diff --git a/extras/Fluid Corpus Manipulation Toolkit.maxpat b/extras/Fluid Corpus Manipulation Toolkit.maxpat index 32d7e84f..cc388b6d 100644 --- a/extras/Fluid Corpus Manipulation Toolkit.maxpat +++ b/extras/Fluid Corpus Manipulation Toolkit.maxpat @@ -3,7 +3,7 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, + "minor" : 3, "revision" : 0, "architecture" : "x64", "modernui" : 1 @@ -333,7 +333,7 @@ "patching_rect" : [ 664.0, 718.707512999999949, 266.0, 21.0 ], "presentation" : 1, "presentation_rect" : [ 616.020935000000009, 424.19876099999999, 266.0, 21.0 ], - "text" : "A set of data associated with identifiers.", + "text" : "Realtime Amplitude Differential Feature", "textcolor" : [ 0.129412, 0.129412, 0.129412, 0.6 ] } @@ -474,7 +474,7 @@ "patching_rect" : [ 657.0, 803.165829000000031, 342.0, 35.0 ], "presentation" : 1, "presentation_rect" : [ 616.020935000000009, 387.19876099999999, 284.479034000000013, 35.0 ], - "text" : "fluid.dataset~", + "text" : "fluid.ampfeature~", "textcolor" : [ 0.129412, 0.129412, 0.129412, 0.82 ] } @@ -723,20 +723,20 @@ "maxclass" : "bpatcher", "numinlets" : 1, "numoutlets" : 1, - "offset" : [ -1095.0, -555.0 ], + "offset" : [ -1095.0, -90.0 ], "outlettype" : [ "" ], "patcher" : { "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, + "minor" : 3, "revision" : 0, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 35.0, 88.0, 1007.0, 777.0 ], + "rect" : [ 35.0, 88.0, 1877.0, 1237.0 ], "bglocked" : 1, "openinpresentation" : 1, "default_fontsize" : 12.0, @@ -2151,13 +2151,13 @@ , { "box" : { "id" : "obj-47", - "linecount" : 2, + "linecount" : 3, "maxclass" : "message", "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 590.903226000000018, 21.0, 50.0, 35.0 ], - "text" : "fluid.dataset~" + "patching_rect" : [ 590.903226000000018, 21.0, 50.0, 49.0 ], + "text" : "fluid.ampfeature~" } } @@ -2431,7 +2431,7 @@ "spacing_x" : 1.0, "spacing_y" : 24.0, "tabcolor" : [ 0.012, 0.447, 0.71, 0.5 ], - "tabs" : [ "fluid.bufpitch~", "fluid.bufloudness~", "fluid.bufmelbands~", "fluid.bufmfcc~", "fluid.bufspectralshape~", "fluid.bufchroma~", "fluid.bufnndsvd~", "fluid.bufstft~" ] + "tabs" : [ "fluid.bufpitch~", "fluid.bufloudness~", "fluid.bufmelbands~", "fluid.bufmfcc~", "fluid.bufspectralshape~", "fluid.bufchroma~", "fluid.bufnndsvd~", "fluid.bufstft~", "fluid.bufampfeature~", "fluid.bufonsetfeature~", "fluid.bufnoveltyfeature~" ] } } @@ -2453,7 +2453,7 @@ "spacing_x" : 1.0, "spacing_y" : 24.0, "tabcolor" : [ 0.012, 0.447, 0.71, 0.5 ], - "tabs" : [ "fluid.pitch~", "fluid.loudness~", "fluid.melbands~", "fluid.mfcc~", "fluid.spectralshape~", "fluid.chroma~", "fluid.nmfmatch~" ] + "tabs" : [ "fluid.pitch~", "fluid.loudness~", "fluid.melbands~", "fluid.mfcc~", "fluid.spectralshape~", "fluid.chroma~", "fluid.nmfmatch~", "fluid.ampfeature~", "fluid.onsetfeature~", "fluid.noveltyfeature~" ] } } @@ -3860,21 +3860,13 @@ "inherited_shortname" : 1 } , - "dependency_cache" : [ { - "name" : "fluidobjdigest.js", - "bootpath" : "~/dev/flucoma/max/interfaces", - "patcherrelativepath" : "../interfaces", - "type" : "TEXT", - "implicit" : 1 - } - ], "autosave" : 0, "styles" : [ { "name" : "max6box", "default" : { - "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ], + "accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ], "bgcolor" : [ 1.0, 1.0, 1.0, 0.5 ], - "accentcolor" : [ 0.8, 0.839216, 0.709804, 1.0 ] + "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] } , "parentstyle" : "", @@ -3892,17 +3884,17 @@ , { "name" : "max6message", "default" : { - "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ], "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } - +, + "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] } , "parentstyle" : "max6box", diff --git a/help/fluid.bufampfeature~.maxhelp b/help/fluid.bufampfeature~.maxhelp index 43d14b84..8726387f 100644 --- a/help/fluid.bufampfeature~.maxhelp +++ b/help/fluid.bufampfeature~.maxhelp @@ -87,6 +87,27 @@ "showontab" : 1, "assistshowspatchername" : 0, "boxes" : [ { + "box" : { + "args" : [ "ampfeature" ], + "bgmode" : 0, + "border" : 0, + "clickthrough" : 0, + "enablehscroll" : 0, + "enablevscroll" : 0, + "id" : "obj-46", + "lockeddragscroll" : 0, + "lockedsize" : 0, + "maxclass" : "bpatcher", + "name" : "fluid.learn.maxpat", + "numinlets" : 0, + "numoutlets" : 0, + "offset" : [ 0.0, 0.0 ], + "patching_rect" : [ 468.0, 10.0, 254.0, 100.0 ], + "viewvisibility" : 1 + } + + } +, { "box" : { "attr" : "slowrampup", "id" : "obj-7", @@ -121,7 +142,7 @@ "numoutlets" : 1, "outlettype" : [ "" ], "parameter_enable" : 0, - "patching_rect" : [ 520.0, 316.0, 140.0, 22.0 ], + "patching_rect" : [ 540.0, 296.0, 140.0, 22.0 ], "text_width" : 88.0 } @@ -210,7 +231,7 @@ "numoutlets" : 1, "outlettype" : [ "" ], "parameter_enable" : 0, - "patching_rect" : [ 500.0, 280.0, 140.0, 22.0 ], + "patching_rect" : [ 520.0, 260.0, 140.0, 22.0 ], "text_width" : 88.0 } @@ -270,7 +291,7 @@ "box" : { "id" : "obj-41", "maxclass" : "newobj", - "numinlets" : 1, + "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "clear" ], "patcher" : { @@ -284,7 +305,7 @@ } , "classnamespace" : "box", - "rect" : [ 84.0, 131.0, 278.0, 308.0 ], + "rect" : [ 84.0, 131.0, 479.0, 370.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -314,25 +335,38 @@ "assistshowspatchername" : 0, "boxes" : [ { "box" : { - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "bang", "clear" ], - "patching_rect" : [ 21.0, 49.0, 81.0, 22.0 ], - "text" : "t b clear" + "id" : "obj-5", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 13.0, 99.0, 197.0, 22.0 ], + "text" : "slices help.amp.slices help.amp.src" } } , { "box" : { - "id" : "obj-30", - "maxclass" : "message", - "numinlets" : 2, + "comment" : "", + "id" : "obj-3", + "index" : 1, + "maxclass" : "inlet", + "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 21.0, 100.0, 197.0, 22.0 ], - "text" : "slices help.amp.slices help.amp.src" + "patching_rect" : [ 13.0, 12.0, 30.0, 30.0 ] + } + + } +, { + "box" : { + "id" : "obj-1", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "bang", "clear" ], + "patching_rect" : [ 249.0, 48.0, 81.0, 22.0 ], + "text" : "t b clear" } } @@ -343,7 +377,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 144.0, 197.0, 22.0 ], + "patching_rect" : [ 249.0, 99.0, 197.0, 22.0 ], "text" : "features help.amp.curve 1. 0. 0. 0.8" } @@ -355,7 +389,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 77.0, 180.0, 133.0, 22.0 ], + "patching_rect" : [ 276.0, 135.0, 133.0, 22.0 ], "text" : "waveform help.amp.src" } @@ -364,12 +398,12 @@ "box" : { "comment" : "", "id" : "obj-39", - "index" : 1, + "index" : 2, "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 21.0, 9.0, 30.0, 30.0 ] + "outlettype" : [ "" ], + "patching_rect" : [ 249.0, 8.0, 30.0, 30.0 ] } } @@ -381,7 +415,7 @@ "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 21.0, 267.0, 30.0, 30.0 ] + "patching_rect" : [ 13.0, 267.0, 30.0, 30.0 ] } } @@ -389,25 +423,16 @@ "lines" : [ { "patchline" : { "destination" : [ "obj-11", 0 ], - "midpoints" : [ 30.5, 87.0, 7.0, 87.0, 7.0, 138.0, 59.5, 138.0 ], + "midpoints" : [ 258.5, 73.0, 258.5, 73.0 ], "order" : 1, "source" : [ "obj-1", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "midpoints" : [ 30.5, 72.0, 30.5, 72.0 ], - "order" : 2, - "source" : [ "obj-1", 0 ] - } - } , { "patchline" : { "destination" : [ "obj-31", 0 ], - "midpoints" : [ 30.5, 87.0, 7.0, 87.0, 7.0, 177.0, 86.5, 177.0 ], + "midpoints" : [ 258.5, 85.0, 234.0, 85.0, 234.0, 133.0, 273.0, 133.0, 273.0, 130.0, 285.5, 130.0 ], "order" : 0, "source" : [ "obj-1", 0 ] } @@ -416,7 +441,7 @@ , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 92.5, 87.0, 7.0, 87.0, 7.0, 252.0, 30.5, 252.0 ], + "midpoints" : [ 320.5, 85.0, 222.0, 85.0, 222.0, 253.0, 22.5, 253.0 ], "source" : [ "obj-1", 1 ] } @@ -424,23 +449,22 @@ , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 59.5, 252.0, 30.5, 252.0 ], + "midpoints" : [ 258.5, 253.0, 22.5, 253.0 ], "source" : [ "obj-11", 0 ] } } , { "patchline" : { - "destination" : [ "obj-40", 0 ], - "midpoints" : [ 30.5, 123.0, 30.5, 123.0 ], - "source" : [ "obj-30", 0 ] + "destination" : [ "obj-5", 0 ], + "source" : [ "obj-3", 0 ] } } , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 86.5, 252.0, 30.5, 252.0 ], + "midpoints" : [ 285.5, 253.0, 22.5, 253.0 ], "source" : [ "obj-31", 0 ] } @@ -451,6 +475,13 @@ "source" : [ "obj-39", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-40", 0 ], + "source" : [ "obj-5", 0 ] + } + } ] } @@ -469,37 +500,40 @@ } , { "box" : { + "color" : [ 0.254901960784314, 0.905882352941176, 0.450980392156863, 1.0 ], "id" : "obj-24", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 630.0, 460.0, 132.0, 22.0 ], + "patching_rect" : [ 370.0, 440.0, 132.0, 22.0 ], "text" : "buffer~ help.amp.slices" } } , { "box" : { + "color" : [ 0.254901960784314, 0.905882352941176, 0.450980392156863, 1.0 ], "id" : "obj-22", "linecount" : 6, "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], - "patching_rect" : [ 10.0, 379.0, 250.0, 89.0 ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 270.0, 340.0, 250.0, 89.0 ], "text" : "fluid.bufampslice~ @source help.amp.src @indices help.amp.slices @offthreshold 0 @onthreshold 8.5 @floor -48 @fastrampup 100 @fastrampdown 100 @slowrampup 1000 @slowrampdown 1000 @minslicelength 200" } } , { "box" : { + "color" : [ 1.0, 0.43921568627451, 0.662745098039216, 1.0 ], "id" : "obj-12", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 630.0, 426.0, 131.0, 22.0 ], + "patching_rect" : [ 100.0, 410.0, 131.0, 22.0 ], "text" : "buffer~ help.amp.curve" } @@ -553,13 +587,14 @@ } , { "box" : { + "color" : [ 1.0, 0.43921568627451, 0.662745098039216, 1.0 ], "id" : "obj-1", "linecount" : 4, "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], - "patching_rect" : [ 10.0, 290.0, 250.0, 62.0 ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 10.0, 340.0, 250.0, 62.0 ], "text" : "fluid.bufampfeature~ @source help.amp.src @features help.amp.curve @floor -48 @fastrampup 100 @fastrampdown 100 @slowrampdown 1000 @slowrampup 1000" } @@ -567,7 +602,8 @@ ], "lines" : [ { "patchline" : { - "destination" : [ "obj-22", 0 ], + "destination" : [ "obj-41", 0 ], + "midpoints" : [ 19.5, 354.0, 19.5, 354.0 ], "source" : [ "obj-1", 0 ] } @@ -575,7 +611,7 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 369.5, 275.0, 19.5, 275.0 ], + "midpoints" : [ 369.5, 276.0, 19.5, 276.0 ], "order" : 1, "source" : [ "obj-14", 0 ] } @@ -584,7 +620,7 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 369.5, 365.0, 19.5, 365.0 ], + "midpoints" : [ 369.5, 327.0, 279.5, 327.0 ], "order" : 0, "source" : [ "obj-14", 0 ] } @@ -593,7 +629,17 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 19.5, 239.0, 19.5, 239.0 ], + "midpoints" : [ 19.5, 231.0, 19.5, 231.0 ], + "order" : 1, + "source" : [ "obj-20", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-22", 0 ], + "midpoints" : [ 19.5, 327.0, 279.5, 327.0 ], + "order" : 0, "source" : [ "obj-20", 0 ] } @@ -601,7 +647,7 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 399.5, 275.0, 285.0, 275.0, 285.0, 275.0, 19.5, 275.0 ], + "midpoints" : [ 399.5, 180.0, 285.0, 180.0, 285.0, 276.0, 19.5, 276.0 ], "order" : 1, "source" : [ "obj-21", 0 ] } @@ -610,7 +656,7 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 399.5, 274.0, 285.0, 274.0, 285.0, 365.0, 19.5, 365.0 ], + "midpoints" : [ 399.5, 180.0, 285.0, 180.0, 285.0, 327.0, 279.5, 327.0 ], "order" : 0, "source" : [ "obj-21", 0 ] } @@ -618,7 +664,8 @@ } , { "patchline" : { - "destination" : [ "obj-41", 0 ], + "destination" : [ "obj-41", 1 ], + "midpoints" : [ 279.5, 465.0, 131.5, 465.0 ], "source" : [ "obj-22", 0 ] } @@ -627,7 +674,7 @@ "patchline" : { "color" : [ 0.706874907016754, 0.693402528762817, 0.0, 1.0 ], "destination" : [ "obj-22", 0 ], - "midpoints" : [ 509.5, 365.0, 19.5, 365.0 ], + "midpoints" : [ 529.5, 310.5, 279.5, 310.5 ], "source" : [ "obj-23", 0 ] } @@ -635,7 +682,7 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 477.5, 275.0, 19.5, 275.0 ], + "midpoints" : [ 477.5, 276.0, 19.5, 276.0 ], "order" : 1, "source" : [ "obj-25", 0 ] } @@ -644,7 +691,7 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 477.5, 365.0, 19.5, 365.0 ], + "midpoints" : [ 477.5, 327.0, 279.5, 327.0 ], "order" : 0, "source" : [ "obj-25", 0 ] } @@ -676,7 +723,7 @@ "patchline" : { "color" : [ 0.71366822719574, 0.65226823091507, 0.0, 1.0 ], "destination" : [ "obj-22", 0 ], - "midpoints" : [ 529.5, 365.0, 19.5, 365.0 ], + "midpoints" : [ 549.5, 328.5, 279.5, 328.5 ], "source" : [ "obj-6", 0 ] } @@ -684,7 +731,7 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 449.5, 275.0, 19.5, 275.0 ], + "midpoints" : [ 449.5, 276.0, 19.5, 276.0 ], "order" : 1, "source" : [ "obj-7", 0 ] } @@ -693,7 +740,7 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 449.5, 365.0, 19.5, 365.0 ], + "midpoints" : [ 449.5, 327.0, 279.5, 327.0 ], "order" : 0, "source" : [ "obj-7", 0 ] } @@ -702,7 +749,7 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 419.5, 275.0, 19.5, 275.0 ], + "midpoints" : [ 419.5, 276.0, 19.5, 276.0 ], "order" : 1, "source" : [ "obj-8", 0 ] } @@ -711,7 +758,7 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 419.5, 365.0, 19.5, 365.0 ], + "midpoints" : [ 419.5, 327.0, 279.5, 327.0 ], "order" : 0, "source" : [ "obj-8", 0 ] } @@ -742,13 +789,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] @@ -867,55 +914,6 @@ "inherited_shortname" : 1 } , - "dependency_cache" : [ { - "name" : "fluid.bufampfeature~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.bufampslice~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.bufloader.maxpat", - "bootpath" : "~/dev/flucoma/max/patchers", - "patcherrelativepath" : "../patchers", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "fluid.patchpath.js", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "fluid.waveform~.js", - "bootpath" : "~/dev/flucoma/waveform/max-package/jsui", - "patcherrelativepath" : "../../waveform/max-package/jsui", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "fluid_decomposition.blocking.maxpat", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "helpdetails.js", - "bootpath" : "C74:/help/resources", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "helpname.js", - "bootpath" : "C74:/help/resources", - "type" : "TEXT", - "implicit" : 1 - } - ], "autosave" : 0, "styles" : [ { "name" : "max6box", @@ -941,13 +939,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] diff --git a/help/fluid.bufnoveltyfeature~.maxhelp b/help/fluid.bufnoveltyfeature~.maxhelp index 837f5a13..3f30dc19 100644 --- a/help/fluid.bufnoveltyfeature~.maxhelp +++ b/help/fluid.bufnoveltyfeature~.maxhelp @@ -10,7 +10,7 @@ } , "classnamespace" : "box", - "rect" : [ 35.0, 88.0, 815.0, 629.0 ], + "rect" : [ 35.0, 88.0, 845.0, 631.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -57,7 +57,7 @@ } , "classnamespace" : "box", - "rect" : [ 35.0, 114.0, 815.0, 603.0 ], + "rect" : [ 35.0, 114.0, 845.0, 605.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -87,6 +87,27 @@ "showontab" : 1, "assistshowspatchername" : 0, "boxes" : [ { + "box" : { + "args" : [ "noveltyfeature" ], + "bgmode" : 0, + "border" : 0, + "clickthrough" : 0, + "enablehscroll" : 0, + "enablevscroll" : 0, + "id" : "obj-46", + "lockeddragscroll" : 0, + "lockedsize" : 0, + "maxclass" : "bpatcher", + "name" : "fluid.learn.maxpat", + "numinlets" : 0, + "numoutlets" : 0, + "offset" : [ 0.0, 0.0 ], + "patching_rect" : [ 528.5, 10.0, 271.0, 100.0 ], + "viewvisibility" : 1 + } + + } +, { "box" : { "bgcolor" : [ 1.0, 0.788235, 0.470588, 1.0 ], "fontname" : "Arial Bold", @@ -99,7 +120,7 @@ "numoutlets" : 3, "outlettype" : [ "", "", "int" ], "parameter_enable" : 0, - "patching_rect" : [ 254.0, 246.0, 20.0, 20.0 ], + "patching_rect" : [ 254.0, 242.0, 20.0, 20.0 ], "rounded" : 60.0, "text" : "1", "textcolor" : [ 0.34902, 0.34902, 0.34902, 1.0 ] @@ -113,7 +134,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 36.0, 244.0, 216.0, 24.0 ], + "patching_rect" : [ 36.0, 240.0, 216.0, 24.0 ], "text" : "Trigger curve generation and slicing" } @@ -125,7 +146,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 580.0, 170.0, 180.0, 87.0 ], + "patching_rect" : [ 576.0, 153.5, 180.0, 87.0 ], "text" : "By matching the algorithm, kernelsize and filtersize attributes we get a glimpse of the novelty curve that noveltyslice uses to measure the \"novelty\" of the audio.", "textcolor" : [ 0.501960784313725, 0.501960784313725, 0.501960784313725, 1.0 ] } @@ -153,7 +174,7 @@ "numoutlets" : 1, "outlettype" : [ "" ], "parameter_enable" : 0, - "patching_rect" : [ 430.0, 244.0, 140.0, 22.0 ], + "patching_rect" : [ 430.0, 250.0, 140.0, 22.0 ], "text_width" : 88.0 } @@ -179,7 +200,7 @@ "numoutlets" : 1, "outlettype" : [ "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 10.0, 244.0, 24.0, 24.0 ] + "patching_rect" : [ 10.0, 240.0, 24.0, 24.0 ] } } @@ -213,7 +234,7 @@ "box" : { "id" : "obj-41", "maxclass" : "newobj", - "numinlets" : 1, + "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "clear" ], "patcher" : { @@ -227,7 +248,7 @@ } , "classnamespace" : "box", - "rect" : [ 84.0, 131.0, 278.0, 308.0 ], + "rect" : [ 84.0, 131.0, 546.0, 327.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -256,13 +277,38 @@ "subpatcher_template" : "", "assistshowspatchername" : 0, "boxes" : [ { + "box" : { + "id" : "obj-3", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "patching_rect" : [ 21.0, 44.0, 22.0, 22.0 ], + "text" : "t b" + } + + } +, { + "box" : { + "comment" : "", + "id" : "obj-2", + "index" : 1, + "maxclass" : "inlet", + "numinlets" : 0, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 21.0, 4.0, 30.0, 30.0 ] + } + + } +, { "box" : { "id" : "obj-1", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "bang", "clear" ], - "patching_rect" : [ 21.0, 49.0, 81.0, 22.0 ], + "patching_rect" : [ 285.0, 44.0, 81.0, 22.0 ], "text" : "t b clear" } @@ -274,7 +320,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 21.0, 100.0, 224.0, 22.0 ], + "patching_rect" : [ 21.0, 88.0, 224.0, 22.0 ], "text" : "slices help.novelty.slices help.novelty.src" } @@ -286,7 +332,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 144.0, 211.0, 22.0 ], + "patching_rect" : [ 285.0, 88.0, 211.0, 22.0 ], "text" : "features help.novelty.curve 1. 0. 0. 0.8" } @@ -298,7 +344,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 77.0, 180.0, 186.0, 22.0 ], + "patching_rect" : [ 312.0, 124.0, 186.0, 22.0 ], "text" : "waveform help.novelty.src source" } @@ -307,12 +353,12 @@ "box" : { "comment" : "", "id" : "obj-39", - "index" : 1, + "index" : 2, "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 21.0, 9.0, 30.0, 30.0 ] + "outlettype" : [ "" ], + "patching_rect" : [ 285.0, 4.0, 30.0, 30.0 ] } } @@ -332,25 +378,16 @@ "lines" : [ { "patchline" : { "destination" : [ "obj-11", 0 ], - "midpoints" : [ 30.5, 87.0, 7.0, 87.0, 7.0, 138.0, 59.5, 138.0 ], + "midpoints" : [ 294.5, 69.0, 294.5, 69.0 ], "order" : 1, "source" : [ "obj-1", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "midpoints" : [ 30.5, 72.0, 30.5, 72.0 ], - "order" : 2, - "source" : [ "obj-1", 0 ] - } - } , { "patchline" : { "destination" : [ "obj-31", 0 ], - "midpoints" : [ 30.5, 87.0, 7.0, 87.0, 7.0, 177.0, 86.5, 177.0 ], + "midpoints" : [ 294.5, 69.0, 270.0, 69.0, 270.0, 120.0, 321.5, 120.0 ], "order" : 0, "source" : [ "obj-1", 0 ] } @@ -359,7 +396,7 @@ , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 92.5, 87.0, 7.0, 87.0, 7.0, 252.0, 30.5, 252.0 ], + "midpoints" : [ 356.5, 69.0, 255.0, 69.0, 255.0, 252.0, 30.5, 252.0 ], "source" : [ "obj-1", 1 ] } @@ -367,15 +404,29 @@ , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 59.5, 252.0, 30.5, 252.0 ], + "midpoints" : [ 294.5, 252.0, 30.5, 252.0 ], "source" : [ "obj-11", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-3", 0 ], + "source" : [ "obj-2", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-30", 0 ], + "source" : [ "obj-3", 0 ] + } + } , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 30.5, 123.0, 30.5, 123.0 ], + "midpoints" : [ 30.5, 252.0, 30.5, 252.0 ], "source" : [ "obj-30", 0 ] } @@ -383,7 +434,7 @@ , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 86.5, 252.0, 30.5, 252.0 ], + "midpoints" : [ 321.5, 252.0, 30.5, 252.0 ], "source" : [ "obj-31", 0 ] } @@ -412,36 +463,40 @@ } , { "box" : { + "color" : [ 0.254901960784314, 0.905882352941176, 0.450980392156863, 1.0 ], "id" : "obj-24", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 449.0, 354.0, 146.0, 22.0 ], + "patching_rect" : [ 152.0, 404.0, 146.0, 22.0 ], "text" : "buffer~ help.novelty.slices" } } , { "box" : { + "color" : [ 0.254901960784314, 0.905882352941176, 0.450980392156863, 1.0 ], "id" : "obj-22", + "linecount" : 4, "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], - "patching_rect" : [ 10.0, 354.0, 410.0, 22.0 ], - "text" : "fluid.bufnoveltyslice~ @source help.novelty.src @indices help.novelty.slices" + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 10.0, 300.0, 161.0, 62.0 ], + "text" : "fluid.bufnoveltyslice~ @source help.novelty.src @indices help.novelty.slices @threshold 0.1" } } , { "box" : { + "color" : [ 1.0, 0.43921568627451, 0.662745098039216, 1.0 ], "id" : "obj-12", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 450.0, 304.0, 145.0, 22.0 ], + "patching_rect" : [ 302.0, 404.0, 145.0, 22.0 ], "text" : "buffer~ help.novelty.curve" } @@ -495,12 +550,14 @@ } , { "box" : { + "color" : [ 1.0, 0.43921568627451, 0.662745098039216, 1.0 ], "id" : "obj-1", + "linecount" : 3, "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], - "patching_rect" : [ 10.0, 304.0, 428.0, 22.0 ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 190.0, 300.0, 170.0, 49.0 ], "text" : "fluid.bufnoveltyfeature~ @source help.novelty.src @features help.novelty.curve" } @@ -518,14 +575,15 @@ "numoutlets" : 1, "outlettype" : [ "" ], "parameter_enable" : 0, - "patching_rect" : [ 10.0, 10.0, 620.0, 125.0 ] + "patching_rect" : [ 10.0, 10.0, 520.0, 100.0 ] } } ], "lines" : [ { "patchline" : { - "destination" : [ "obj-22", 0 ], + "destination" : [ "obj-41", 1 ], + "midpoints" : [ 199.5, 390.0, 131.5, 390.0 ], "source" : [ "obj-1", 0 ] } @@ -533,8 +591,8 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 369.5, 289.0, 19.5, 289.0 ], - "order" : 1, + "midpoints" : [ 369.5, 285.0, 199.5, 285.0 ], + "order" : 0, "source" : [ "obj-14", 0 ] } @@ -542,8 +600,8 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 369.5, 289.0, 6.0, 289.0, 6.0, 340.0, 19.5, 340.0 ], - "order" : 0, + "midpoints" : [ 369.5, 285.0, 19.5, 285.0 ], + "order" : 1, "source" : [ "obj-14", 0 ] } @@ -551,7 +609,17 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 19.5, 289.0, 19.5, 289.0 ], + "midpoints" : [ 19.5, 285.0, 199.5, 285.0 ], + "order" : 0, + "source" : [ "obj-20", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-22", 0 ], + "midpoints" : [ 19.5, 291.0, 19.5, 291.0 ], + "order" : 1, "source" : [ "obj-20", 0 ] } @@ -559,7 +627,7 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 399.5, 289.0, 159.0, 289.0, 159.0, 289.0, 19.5, 289.0 ], + "midpoints" : [ 399.5, 216.0, 285.0, 216.0, 285.0, 285.0, 199.5, 285.0 ], "source" : [ "obj-21", 0 ] } @@ -575,7 +643,7 @@ "patchline" : { "color" : [ 0.706874907016754, 0.693402528762817, 0.0, 1.0 ], "destination" : [ "obj-22", 0 ], - "midpoints" : [ 439.5, 341.0, 19.5, 341.0 ], + "midpoints" : [ 439.5, 285.0, 19.5, 285.0 ], "source" : [ "obj-23", 0 ] } @@ -583,8 +651,8 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 419.5, 289.0, 19.5, 289.0 ], - "order" : 1, + "midpoints" : [ 419.5, 285.0, 199.5, 285.0 ], + "order" : 0, "source" : [ "obj-25", 0 ] } @@ -592,8 +660,8 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 419.5, 289.0, 6.0, 289.0, 6.0, 340.0, 19.5, 340.0 ], - "order" : 0, + "midpoints" : [ 419.5, 285.0, 19.5, 285.0 ], + "order" : 1, "source" : [ "obj-25", 0 ] } @@ -645,13 +713,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] @@ -713,7 +781,7 @@ } , "classnamespace" : "box", - "rect" : [ 0.0, 26.0, 815.0, 603.0 ], + "rect" : [ 0.0, 26.0, 845.0, 605.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -818,55 +886,6 @@ "inherited_shortname" : 1 } , - "dependency_cache" : [ { - "name" : "fluid.bufloader.maxpat", - "bootpath" : "~/dev/flucoma/max/patchers", - "patcherrelativepath" : "../patchers", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "fluid.bufnoveltyfeature~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.bufnoveltyslice~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.patchpath.js", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "fluid.waveform~.js", - "bootpath" : "~/dev/flucoma/waveform/max-package/jsui", - "patcherrelativepath" : "../../waveform/max-package/jsui", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "fluid_decomposition.blocking.maxpat", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "helpdetails.js", - "bootpath" : "C74:/help/resources", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "helpname.js", - "bootpath" : "C74:/help/resources", - "type" : "TEXT", - "implicit" : 1 - } - ], "autosave" : 0, "styles" : [ { "name" : "max6box", @@ -892,13 +911,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] diff --git a/help/fluid.bufonsetfeature~.maxhelp b/help/fluid.bufonsetfeature~.maxhelp index c132c2a3..e2c2bba5 100644 --- a/help/fluid.bufonsetfeature~.maxhelp +++ b/help/fluid.bufonsetfeature~.maxhelp @@ -87,6 +87,27 @@ "showontab" : 1, "assistshowspatchername" : 0, "boxes" : [ { + "box" : { + "args" : [ "onsetfeature" ], + "bgmode" : 0, + "border" : 0, + "clickthrough" : 0, + "enablehscroll" : 0, + "enablevscroll" : 0, + "id" : "obj-46", + "lockeddragscroll" : 0, + "lockedsize" : 0, + "maxclass" : "bpatcher", + "name" : "fluid.learn.maxpat", + "numinlets" : 0, + "numoutlets" : 0, + "offset" : [ 0.0, 0.0 ], + "patching_rect" : [ 492.0, 10.0, 257.0, 100.0 ], + "viewvisibility" : 1 + } + + } +, { "box" : { "bgcolor" : [ 1.0, 0.788235, 0.470588, 1.0 ], "fontname" : "Arial Bold", @@ -213,7 +234,7 @@ "box" : { "id" : "obj-41", "maxclass" : "newobj", - "numinlets" : 1, + "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "clear" ], "patcher" : { @@ -227,7 +248,7 @@ } , "classnamespace" : "box", - "rect" : [ 84.0, 131.0, 278.0, 308.0 ], + "rect" : [ 84.0, 131.0, 534.0, 349.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -257,25 +278,38 @@ "assistshowspatchername" : 0, "boxes" : [ { "box" : { - "id" : "obj-1", - "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 2, - "outlettype" : [ "bang", "clear" ], - "patching_rect" : [ 21.0, 49.0, 81.0, 22.0 ], - "text" : "t b clear" + "id" : "obj-3", + "maxclass" : "message", + "numinlets" : 2, + "numoutlets" : 1, + "outlettype" : [ "" ], + "patching_rect" : [ 24.0, 107.0, 209.0, 22.0 ], + "text" : "slices help.onset.slices help.onset.src" } } , { "box" : { - "id" : "obj-30", - "maxclass" : "message", - "numinlets" : 2, + "comment" : "", + "id" : "obj-2", + "index" : 1, + "maxclass" : "inlet", + "numinlets" : 0, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 21.0, 100.0, 209.0, 22.0 ], - "text" : "slices help.onset.slices help.onset.src" + "patching_rect" : [ 24.0, 16.0, 30.0, 30.0 ] + } + + } +, { + "box" : { + "id" : "obj-1", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 2, + "outlettype" : [ "bang", "clear" ], + "patching_rect" : [ 278.0, 64.0, 81.0, 22.0 ], + "text" : "t b clear" } } @@ -286,7 +320,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 144.0, 203.0, 22.0 ], + "patching_rect" : [ 278.0, 107.0, 203.0, 22.0 ], "text" : "features help.onset.curve 1. 0. 0. 0.8" } @@ -298,7 +332,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 77.0, 180.0, 186.0, 22.0 ], + "patching_rect" : [ 305.0, 143.0, 186.0, 22.0 ], "text" : "waveform help.onset.src" } @@ -307,12 +341,12 @@ "box" : { "comment" : "", "id" : "obj-39", - "index" : 1, + "index" : 2, "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 21.0, 9.0, 30.0, 30.0 ] + "outlettype" : [ "" ], + "patching_rect" : [ 278.0, 16.0, 30.0, 30.0 ] } } @@ -324,7 +358,7 @@ "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 21.0, 267.0, 30.0, 30.0 ] + "patching_rect" : [ 24.0, 277.0, 30.0, 30.0 ] } } @@ -332,25 +366,16 @@ "lines" : [ { "patchline" : { "destination" : [ "obj-11", 0 ], - "midpoints" : [ 30.5, 87.0, 7.0, 87.0, 7.0, 138.0, 59.5, 138.0 ], + "midpoints" : [ 287.5, 87.0, 287.5, 87.0 ], "order" : 1, "source" : [ "obj-1", 0 ] } - } -, { - "patchline" : { - "destination" : [ "obj-30", 0 ], - "midpoints" : [ 30.5, 72.0, 30.5, 72.0 ], - "order" : 2, - "source" : [ "obj-1", 0 ] - } - } , { "patchline" : { "destination" : [ "obj-31", 0 ], - "midpoints" : [ 30.5, 87.0, 7.0, 87.0, 7.0, 177.0, 86.5, 177.0 ], + "midpoints" : [ 287.5, 87.0, 264.0, 87.0, 264.0, 141.0, 300.0, 141.0, 300.0, 138.0, 314.5, 138.0 ], "order" : 0, "source" : [ "obj-1", 0 ] } @@ -359,7 +384,7 @@ , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 92.5, 87.0, 7.0, 87.0, 7.0, 252.0, 30.5, 252.0 ], + "midpoints" : [ 349.5, 87.0, 243.0, 87.0, 243.0, 264.0, 33.5, 264.0 ], "source" : [ "obj-1", 1 ] } @@ -367,23 +392,29 @@ , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 59.5, 252.0, 30.5, 252.0 ], + "midpoints" : [ 287.5, 264.0, 33.5, 264.0 ], "source" : [ "obj-11", 0 ] } + } +, { + "patchline" : { + "destination" : [ "obj-3", 0 ], + "source" : [ "obj-2", 0 ] + } + } , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 30.5, 123.0, 30.5, 123.0 ], - "source" : [ "obj-30", 0 ] + "source" : [ "obj-3", 0 ] } } , { "patchline" : { "destination" : [ "obj-40", 0 ], - "midpoints" : [ 86.5, 252.0, 30.5, 252.0 ], + "midpoints" : [ 314.5, 264.0, 33.5, 264.0 ], "source" : [ "obj-31", 0 ] } @@ -412,36 +443,40 @@ } , { "box" : { + "color" : [ 1.0, 0.43921568627451, 0.662745098039216, 1.0 ], "id" : "obj-24", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 450.0, 324.0, 138.0, 22.0 ], + "patching_rect" : [ 150.0, 374.0, 138.0, 22.0 ], "text" : "buffer~ help.onset.slices" } } , { "box" : { + "color" : [ 1.0, 0.43921568627451, 0.662745098039216, 1.0 ], "id" : "obj-22", + "linecount" : 3, "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], - "patching_rect" : [ 10.0, 324.0, 385.0, 22.0 ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 10.0, 289.0, 150.0, 49.0 ], "text" : "fluid.bufonsetslice~ @source help.onset.src @indices help.onset.slices" } } , { "box" : { + "color" : [ 0.254901960784314, 0.905882352941176, 0.450980392156863, 1.0 ], "id" : "obj-12", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 450.0, 274.0, 137.0, 22.0 ], + "patching_rect" : [ 290.0, 374.0, 137.0, 22.0 ], "text" : "buffer~ help.onset.curve" } @@ -495,12 +530,14 @@ } , { "box" : { + "color" : [ 0.254901960784314, 0.905882352941176, 0.450980392156863, 1.0 ], "id" : "obj-1", + "linecount" : 3, "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], - "patching_rect" : [ 10.0, 274.0, 404.0, 22.0 ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 170.0, 289.0, 170.0, 49.0 ], "text" : "fluid.bufonsetfeature~ @source help.onset.src @features help.onset.curve" } @@ -524,7 +561,8 @@ ], "lines" : [ { "patchline" : { - "destination" : [ "obj-22", 0 ], + "destination" : [ "obj-41", 1 ], + "midpoints" : [ 179.5, 360.0, 131.5, 360.0 ], "source" : [ "obj-1", 0 ] } @@ -532,8 +570,8 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 369.5, 259.0, 19.5, 259.0 ], - "order" : 1, + "midpoints" : [ 369.5, 276.0, 179.5, 276.0 ], + "order" : 0, "source" : [ "obj-14", 0 ] } @@ -541,8 +579,8 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 369.5, 259.0, 6.0, 259.0, 6.0, 310.0, 19.5, 310.0 ], - "order" : 0, + "midpoints" : [ 369.5, 276.0, 19.5, 276.0 ], + "order" : 1, "source" : [ "obj-14", 0 ] } @@ -550,7 +588,16 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 19.5, 259.0, 19.5, 259.0 ], + "midpoints" : [ 19.5, 276.0, 179.5, 276.0 ], + "order" : 0, + "source" : [ "obj-20", 0 ] + } + + } +, { + "patchline" : { + "destination" : [ "obj-22", 0 ], + "order" : 1, "source" : [ "obj-20", 0 ] } @@ -558,7 +605,7 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 399.5, 259.0, 159.0, 259.0, 159.0, 259.0, 19.5, 259.0 ], + "midpoints" : [ 399.5, 186.0, 285.0, 186.0, 285.0, 276.0, 179.5, 276.0 ], "source" : [ "obj-21", 0 ] } @@ -574,7 +621,7 @@ "patchline" : { "color" : [ 0.706874907016754, 0.693402528762817, 0.0, 1.0 ], "destination" : [ "obj-22", 0 ], - "midpoints" : [ 439.5, 311.0, 19.5, 311.0 ], + "midpoints" : [ 439.5, 261.0, 19.5, 261.0 ], "source" : [ "obj-23", 0 ] } @@ -582,8 +629,8 @@ , { "patchline" : { "destination" : [ "obj-1", 0 ], - "midpoints" : [ 419.5, 259.0, 19.5, 259.0 ], - "order" : 1, + "midpoints" : [ 419.5, 276.0, 179.5, 276.0 ], + "order" : 0, "source" : [ "obj-25", 0 ] } @@ -591,8 +638,8 @@ , { "patchline" : { "destination" : [ "obj-22", 0 ], - "midpoints" : [ 419.5, 259.0, 6.0, 259.0, 6.0, 310.0, 19.5, 310.0 ], - "order" : 0, + "midpoints" : [ 419.5, 276.0, 19.5, 276.0 ], + "order" : 1, "source" : [ "obj-25", 0 ] } @@ -644,13 +691,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] @@ -768,55 +815,6 @@ "inherited_shortname" : 1 } , - "dependency_cache" : [ { - "name" : "fluid.bufloader.maxpat", - "bootpath" : "~/dev/flucoma/max/patchers", - "patcherrelativepath" : "../patchers", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "fluid.bufonsetfeature~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.bufonsetslice~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.patchpath.js", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "fluid.waveform~.js", - "bootpath" : "~/dev/flucoma/waveform/max-package/jsui", - "patcherrelativepath" : "../../waveform/max-package/jsui", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "fluid_decomposition.blocking.maxpat", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "helpdetails.js", - "bootpath" : "C74:/help/resources", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "helpname.js", - "bootpath" : "C74:/help/resources", - "type" : "TEXT", - "implicit" : 1 - } - ], "autosave" : 0, "styles" : [ { "name" : "max6box", @@ -842,13 +840,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] diff --git a/help/fluid.bufselect~.maxhelp b/help/fluid.bufselect~.maxhelp index 04e94594..2fde1f1a 100644 --- a/help/fluid.bufselect~.maxhelp +++ b/help/fluid.bufselect~.maxhelp @@ -3,14 +3,14 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 35.0, 87.0, 770.0, 607.0 ], + "rect" : [ 35.0, 87.0, 781.0, 569.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -61,14 +61,14 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 0.0, 26.0, 770.0, 581.0 ], + "rect" : [ 0.0, 26.0, 781.0, 543.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 13.0, @@ -105,7 +105,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 281.0, 271.0, 320.0, 21.0 ], + "patching_rect" : [ 281.0, 181.0, 320.0, 21.0 ], "text" : "This subpatch contains the analysis and bufselect-ing.", "textcolor" : [ 0.50196099281311, 0.50196099281311, 0.50196099281311, 1.0 ] } @@ -124,7 +124,7 @@ "numoutlets" : 3, "outlettype" : [ "", "", "int" ], "parameter_enable" : 0, - "patching_rect" : [ 502.0, 215.0, 20.0, 20.0 ], + "patching_rect" : [ 502.0, 125.0, 20.0, 20.0 ], "rounded" : 60.0, "text" : "1", "textcolor" : [ 0.34902, 0.34902, 0.34902, 1.0 ] @@ -136,12 +136,11 @@ "fontname" : "Arial", "fontsize" : 13.0, "id" : "obj-25", - "linecount" : 2, "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 10.0, 140.0, 640.0, 36.0 ], - "text" : "bufselect~ is useful in an analytical context, because it allows you to extract and isolate specific descriptors and analyses from a larger collection.", + "patching_rect" : [ 10.0, 60.0, 640.0, 21.0 ], + "text" : "Extract specific channels and frames of analysis with fluid.bufselect~", "textcolor" : [ 0.50196099281311, 0.50196099281311, 0.50196099281311, 1.0 ] } @@ -157,14 +156,14 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 0.0, 0.0, 640.0, 480.0 ], + "rect" : [ 84.0, 131.0, 305.0, 263.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -199,7 +198,7 @@ "numinlets" : 2, "numoutlets" : 2, "outlettype" : [ "", "" ], - "patching_rect" : [ 50.0, 180.0, 74.0, 23.0 ], + "patching_rect" : [ 201.0, 156.0, 69.0, 22.0 ], "text" : "route dump" } @@ -211,7 +210,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 50.0, 100.0, 276.0, 23.0 ], + "patching_rect" : [ 20.0, 81.0, 255.0, 22.0 ], "text" : "frombuffer bufselect.help.isolated-stat 1, dump" } @@ -221,9 +220,9 @@ "id" : "obj-79", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], - "patching_rect" : [ 50.0, 140.0, 216.0, 23.0 ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 20.0, 121.0, 200.0, 22.0 ], "text" : "fluid.dataset~ bufselect.help.dataset" } @@ -236,8 +235,8 @@ "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "bang" ], - "patching_rect" : [ 50.0, 40.0, 30.0, 30.0 ] + "outlettype" : [ "" ], + "patching_rect" : [ 20.0, 21.0, 30.0, 30.0 ] } } @@ -249,7 +248,7 @@ "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 50.0, 263.0, 30.0, 30.0 ] + "patching_rect" : [ 201.0, 195.0, 30.0, 30.0 ] } } @@ -264,8 +263,7 @@ , { "patchline" : { "destination" : [ "obj-83", 0 ], - "midpoints" : [ 256.5, 174.0, 59.5, 174.0 ], - "source" : [ "obj-79", 2 ] + "source" : [ "obj-79", 1 ] } } @@ -286,7 +284,7 @@ ] } , - "patching_rect" : [ 10.0, 310.0, 136.0, 23.0 ], + "patching_rect" : [ 10.0, 220.0, 136.0, 23.0 ], "saved_object_attributes" : { "description" : "", "digest" : "", @@ -308,7 +306,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 524.0, 205.0, 220.0, 40.0 ], + "patching_rect" : [ 524.0, 115.0, 220.0, 40.0 ], "text" : "Select a combination of spectral features and statistical analyses." } @@ -322,7 +320,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 330.0, 350.0, 310.0, 137.0 ], + "patching_rect" : [ 330.0, 260.0, 310.0, 137.0 ], "text" : "The dictionary here represents the final result after bufselect has extracted the requested spectral shape descriptors and the subsequent statistical analyses of these.\n\nWhen this patch loads, the dictionary will show the average spectral centroid. Try adding more descriptors and statistical analyses to see how the data grows and shrinks.", "textcolor" : [ 0.50196099281311, 0.50196099281311, 0.50196099281311, 1.0 ] } @@ -334,19 +332,19 @@ "maxclass" : "newobj", "numinlets" : 2, "numoutlets" : 1, - "outlettype" : [ "bang" ], + "outlettype" : [ "" ], "patcher" : { "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 35.0, 88.0, 1058.0, 777.0 ], + "rect" : [ 35.0, 88.0, 1197.0, 440.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -383,7 +381,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 801.5, 335.0, 384.0, 36.0 ], + "patching_rect" : [ 801.5, 328.0, 384.0, 36.0 ], "text" : "Finally, this will extract only the specific stats requested for each of the selected features.", "textcolor" : [ 0.50196099281311, 0.50196099281311, 0.50196099281311, 1.0 ] } @@ -510,8 +508,8 @@ "id" : "obj-21", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], "patching_rect" : [ 12.5, 335.0, 465.0, 22.0 ], "text" : "fluid.bufselect~ @source bufselect.help.stats @destination bufselect.help.isolated-stat" } @@ -523,8 +521,8 @@ "id" : "obj-13", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], "patching_rect" : [ 12.5, 235.0, 575.0, 22.0 ], "text" : "fluid.bufselect~ @source bufselect.help.features @destination bufselect.help.isolated-feature @channels 0" } @@ -574,9 +572,9 @@ "color" : [ 1.0, 0.43921568627451, 0.662745098039216, 1.0 ], "id" : "obj-3", "maxclass" : "newobj", - "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], + "numinlets" : 2, + "numoutlets" : 2, + "outlettype" : [ "", "" ], "patching_rect" : [ 12.5, 285.0, 445.0, 22.0 ], "text" : "fluid.bufstats~ @source bufselect.help.isolated-feature @stats bufselect.help.stats" } @@ -588,8 +586,8 @@ "id" : "obj-2", "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], "patching_rect" : [ 12.5, 185.0, 493.0, 22.0 ], "text" : "fluid.bufspectralshape~ @source bufselect.help.audiosrc @features bufselect.help.features" } @@ -629,7 +627,7 @@ "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 12.5, 418.0, 30.0, 30.0 ] + "patching_rect" : [ 12.5, 370.0, 30.0, 30.0 ] } } @@ -747,13 +745,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] @@ -774,7 +772,7 @@ ] } , - "patching_rect" : [ 10.0, 270.0, 269.0, 23.0 ], + "patching_rect" : [ 10.0, 180.0, 269.0, 23.0 ], "saved_object_attributes" : { "description" : "", "digest" : "", @@ -792,7 +790,7 @@ "maxclass" : "dict.view", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 10.0, 350.0, 310.0, 190.0 ], + "patching_rect" : [ 10.0, 260.0, 310.0, 190.0 ], "style" : "velvet" } @@ -817,8 +815,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } @@ -1529,13 +1527,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] @@ -1556,7 +1554,7 @@ ] } , - "patching_rect" : [ 10.0, 190.0, 245.0, 70.0 ], + "patching_rect" : [ 10.0, 100.0, 245.0, 70.0 ], "viewvisibility" : 1 } @@ -1581,8 +1579,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } @@ -2291,13 +2289,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] @@ -2318,28 +2316,7 @@ ] } , - "patching_rect" : [ 260.0, 190.0, 240.0, 70.0 ], - "viewvisibility" : 1 - } - - } -, { - "box" : { - "args" : [ "bufselect" ], - "bgmode" : 0, - "border" : 0, - "clickthrough" : 0, - "enablehscroll" : 0, - "enablevscroll" : 0, - "id" : "obj-75", - "lockeddragscroll" : 0, - "lockedsize" : 0, - "maxclass" : "bpatcher", - "name" : "fluid.learn.maxpat", - "numinlets" : 0, - "numoutlets" : 0, - "offset" : [ -10.0, -8.0 ], - "patching_rect" : [ 540.0, 10.0, 230.0, 100.0 ], + "patching_rect" : [ 260.0, 100.0, 240.0, 70.0 ], "viewvisibility" : 1 } @@ -2356,7 +2333,7 @@ "numoutlets" : 1, "outlettype" : [ "" ], "parameter_enable" : 0, - "patching_rect" : [ 10.0, 10.0, 520.0, 120.0 ] + "patching_rect" : [ 10.0, 10.0, 340.0, 50.0 ] } } @@ -2414,13 +2391,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] @@ -2465,14 +2442,14 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 35.0, 113.0, 770.0, 581.0 ], + "rect" : [ 0.0, 26.0, 781.0, 543.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 13.0, @@ -2510,7 +2487,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 640.0, 249.283009999999877, 120.0, 65.0 ], + "patching_rect" : [ 640.0, 239.283009999999877, 120.0, 65.0 ], "text" : "Indices and channels are set with a list of 0 counting positions.", "textcolor" : [ 0.50196099281311, 0.50196099281311, 0.50196099281311, 1.0 ] } @@ -2525,7 +2502,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 540.0, 369.283009999999877, 131.0, 94.0 ], + "patching_rect" : [ 540.0, 359.283009999999877, 131.0, 94.0 ], "text" : "This visual representation of the output shows how only certain values were extracted from the source buffer.", "textcolor" : [ 0.50196099281311, 0.50196099281311, 0.50196099281311, 1.0 ] } @@ -2540,7 +2517,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 280.0, 249.283009999999877, 130.0, 137.0 ], + "patching_rect" : [ 280.0, 239.283009999999877, 130.0, 137.0 ], "text" : "In this 5 sample x 5 channel buffer there are mostly values set to 0. However, in channels 0 2 and 4 and at indices 0 2 and 4 there are some unique values that we will extract!", "textcolor" : [ 0.50196099281311, 0.50196099281311, 0.50196099281311, 1.0 ] } @@ -2562,7 +2539,7 @@ "numinlets" : 0, "numoutlets" : 0, "offset" : [ -10.0, -8.0 ], - "patching_rect" : [ 540.0, 10.0, 230.0, 100.0 ], + "patching_rect" : [ 550.0, 10.0, 200.0, 100.0 ], "viewvisibility" : 1 } @@ -2575,7 +2552,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 456.0, 142.0, 250.0, 69.0 ], + "patching_rect" : [ 456.0, 132.0, 250.0, 69.0 ], "text" : "Trigger the bufselect~ object to extract the given indices for every given channel and store the result in the destination buffer." } @@ -2593,7 +2570,7 @@ "numoutlets" : 3, "outlettype" : [ "", "", "int" ], "parameter_enable" : 0, - "patching_rect" : [ 705.867942999999855, 166.5, 20.0, 20.0 ], + "patching_rect" : [ 705.867942999999855, 156.5, 20.0, 20.0 ], "rounded" : 60.0, "text" : "2", "textcolor" : [ 0.34902, 0.34902, 0.34902, 1.0 ] @@ -2608,7 +2585,7 @@ "numoutlets" : 1, "outlettype" : [ "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 430.0, 164.5, 24.0, 24.0 ] + "patching_rect" : [ 430.0, 154.5, 24.0, 24.0 ] } } @@ -2620,7 +2597,7 @@ "maxclass" : "comment", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 40.0, 142.0, 205.0, 40.0 ], + "patching_rect" : [ 40.0, 132.0, 205.0, 40.0 ], "text" : "Generate some buffer data and visually represent it below." } @@ -2638,7 +2615,7 @@ "numoutlets" : 3, "outlettype" : [ "", "", "int" ], "parameter_enable" : 0, - "patching_rect" : [ 247.0, 152.0, 20.0, 20.0 ], + "patching_rect" : [ 247.0, 142.0, 20.0, 20.0 ], "rounded" : 60.0, "text" : "1", "textcolor" : [ 0.34902, 0.34902, 0.34902, 1.0 ] @@ -2656,14 +2633,14 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 710.0, 200.0, 334.0, 344.0 ], + "rect" : [ 710.0, 200.0, 322.0, 374.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -2692,13 +2669,25 @@ "subpatcher_template" : "", "assistshowspatchername" : 0, "boxes" : [ { + "box" : { + "id" : "obj-1", + "maxclass" : "newobj", + "numinlets" : 1, + "numoutlets" : 1, + "outlettype" : [ "bang" ], + "patching_rect" : [ 13.0, 48.0, 22.0, 22.0 ], + "text" : "t b" + } + + } +, { "box" : { "id" : "obj-19", "maxclass" : "newobj", "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "int", "int" ], - "patching_rect" : [ 59.0, 151.0, 29.5, 22.0 ], + "patching_rect" : [ 59.0, 183.0, 29.5, 22.0 ], "text" : "t i i" } @@ -2710,7 +2699,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "int", "int" ], - "patching_rect" : [ 182.0, 118.0, 117.0, 22.0 ], + "patching_rect" : [ 182.0, 150.0, 117.0, 22.0 ], "text" : "t i i" } @@ -2722,7 +2711,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "int" ], - "patching_rect" : [ 182.0, 151.0, 29.5, 22.0 ], + "patching_rect" : [ 182.0, 183.0, 29.5, 22.0 ], "text" : "- 1" } @@ -2734,7 +2723,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 59.0, 241.0, 117.0, 22.0 ], + "patching_rect" : [ 59.0, 273.0, 117.0, 22.0 ], "text" : "join 3" } @@ -2746,7 +2735,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "bang", "int" ], - "patching_rect" : [ 34.0, 83.0, 167.0, 22.0 ], + "patching_rect" : [ 34.0, 115.0, 167.0, 22.0 ], "text" : "t b i" } @@ -2758,7 +2747,7 @@ "numinlets" : 2, "numoutlets" : 3, "outlettype" : [ "bang", "bang", "int" ], - "patching_rect" : [ 13.0, 48.0, 40.0, 22.0 ], + "patching_rect" : [ 13.0, 80.0, 40.0, 22.0 ], "text" : "uzi 2" } @@ -2770,7 +2759,7 @@ "numinlets" : 3, "numoutlets" : 1, "outlettype" : [ "float" ], - "patching_rect" : [ 157.0, 209.0, 142.0, 22.0 ], + "patching_rect" : [ 157.0, 241.0, 142.0, 22.0 ], "text" : "peek~ buf.select.help.dst" } @@ -2782,7 +2771,7 @@ "numinlets" : 2, "numoutlets" : 3, "outlettype" : [ "bang", "bang", "int" ], - "patching_rect" : [ 34.0, 118.0, 44.0, 22.0 ], + "patching_rect" : [ 34.0, 150.0, 44.0, 22.0 ], "text" : "uzi 2 0" } @@ -2795,7 +2784,7 @@ "maxclass" : "inlet", "numinlets" : 0, "numoutlets" : 1, - "outlettype" : [ "bang" ], + "outlettype" : [ "" ], "patching_rect" : [ 13.0, 7.0, 30.0, 30.0 ] } @@ -2808,12 +2797,19 @@ "maxclass" : "outlet", "numinlets" : 1, "numoutlets" : 0, - "patching_rect" : [ 59.0, 293.094330000000014, 30.0, 30.0 ] + "patching_rect" : [ 59.0, 325.094330000000014, 30.0, 30.0 ] } } ], "lines" : [ { + "patchline" : { + "destination" : [ "obj-4", 0 ], + "source" : [ "obj-1", 0 ] + } + + } +, { "patchline" : { "destination" : [ "obj-81", 0 ], "source" : [ "obj-12", 0 ] @@ -2823,7 +2819,7 @@ , { "patchline" : { "destination" : [ "obj-12", 1 ], - "midpoints" : [ 191.5, 195.0, 117.5, 195.0 ], + "midpoints" : [ 191.5, 227.0, 117.5, 227.0 ], "source" : [ "obj-17", 0 ] } @@ -2838,7 +2834,7 @@ , { "patchline" : { "destination" : [ "obj-3", 2 ], - "midpoints" : [ 289.5, 141.0, 289.5, 141.0 ], + "midpoints" : [ 289.5, 173.0, 289.5, 173.0 ], "source" : [ "obj-18", 1 ] } @@ -2846,7 +2842,7 @@ , { "patchline" : { "destination" : [ "obj-12", 0 ], - "midpoints" : [ 68.5, 174.0, 68.5, 174.0 ], + "midpoints" : [ 68.5, 206.0, 68.5, 206.0 ], "source" : [ "obj-19", 0 ] } @@ -2854,7 +2850,7 @@ , { "patchline" : { "destination" : [ "obj-3", 0 ], - "midpoints" : [ 79.0, 195.0, 166.5, 195.0 ], + "midpoints" : [ 79.0, 227.0, 166.5, 227.0 ], "source" : [ "obj-19", 1 ] } @@ -2882,7 +2878,7 @@ } , { "patchline" : { - "destination" : [ "obj-4", 0 ], + "destination" : [ "obj-1", 0 ], "source" : [ "obj-80", 0 ] } @@ -2904,7 +2900,7 @@ ] } , - "patching_rect" : [ 430.0, 329.283009999999877, 48.0, 23.0 ], + "patching_rect" : [ 430.0, 319.283009999999877, 48.0, 23.0 ], "saved_object_attributes" : { "description" : "", "digest" : "", @@ -2929,7 +2925,7 @@ "numoutlets" : 2, "outlettype" : [ "list", "list" ], "parameter_enable" : 0, - "patching_rect" : [ 430.0, 369.283009999999877, 100.0, 93.71699000000018 ], + "patching_rect" : [ 430.0, 359.283009999999877, 100.0, 93.71699000000018 ], "range" : 9, "rows" : 2 } @@ -2943,7 +2939,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 10.0, 500.0, 234.0, 23.0 ], + "patching_rect" : [ 10.0, 490.0, 234.0, 23.0 ], "text" : "buffer~ buf.select.help.src @samps 5 5" } @@ -2956,7 +2952,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 430.0, 469.924536000000103, 157.0, 23.0 ], + "patching_rect" : [ 430.0, 459.924536000000103, 157.0, 23.0 ], "text" : "buffer~ buf.select.help.dst" } @@ -2967,9 +2963,9 @@ "linecount" : 4, "maxclass" : "newobj", "numinlets" : 1, - "numoutlets" : 3, - "outlettype" : [ "bang", "float", "" ], - "patching_rect" : [ 430.0, 249.283009999999877, 200.0, 67.0 ], + "numoutlets" : 2, + "outlettype" : [ "", "" ], + "patching_rect" : [ 430.0, 239.283009999999877, 200.0, 67.0 ], "text" : "fluid.bufselect~ @source buf.select.help.src @destination buf.select.help.dst @channels 0 4 @indices 0 2" } @@ -2982,7 +2978,7 @@ "numoutlets" : 1, "outlettype" : [ "bang" ], "parameter_enable" : 0, - "patching_rect" : [ 10.0, 150.0, 24.0, 24.0 ] + "patching_rect" : [ 10.0, 140.0, 24.0, 24.0 ] } } @@ -2998,7 +2994,7 @@ "numoutlets" : 1, "outlettype" : [ "" ], "parameter_enable" : 0, - "patching_rect" : [ 10.0, 10.0, 520.0, 120.0 ] + "patching_rect" : [ 10.0, 10.0, 530.0, 110.0 ] } } @@ -3013,8 +3009,8 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } @@ -3366,7 +3362,7 @@ ] } , - "patching_rect" : [ 10.0, 200.0, 63.0, 23.0 ], + "patching_rect" : [ 10.0, 190.0, 63.0, 23.0 ], "saved_object_attributes" : { "description" : "", "digest" : "", @@ -3391,7 +3387,7 @@ "numoutlets" : 2, "outlettype" : [ "list", "list" ], "parameter_enable" : 0, - "patching_rect" : [ 10.0, 249.283009999999877, 257.0, 243.792454000000021 ], + "patching_rect" : [ 10.0, 239.283009999999877, 257.0, 243.792454000000021 ], "range" : 9, "rows" : 5 } @@ -3458,13 +3454,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] @@ -3525,14 +3521,14 @@ "fileversion" : 1, "appversion" : { "major" : 8, - "minor" : 2, - "revision" : 2, + "minor" : 3, + "revision" : 0, "architecture" : "x64", "modernui" : 1 } , "classnamespace" : "box", - "rect" : [ 0.0, 26.0, 770.0, 581.0 ], + "rect" : [ 0.0, 26.0, 781.0, 543.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 12.0, @@ -3603,56 +3599,6 @@ "inherited_shortname" : 1 } , - "dependency_cache" : [ { - "name" : "fluid.bufselect~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.bufspectralshape~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.bufstats~.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid.flucomaorg.maxpat", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "fluid.learn.maxpat", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "fluid.libmanipulation.mxo", - "type" : "iLaX" - } -, { - "name" : "fluid_decomposition.blocking.maxpat", - "bootpath" : "~/dev/flucoma/max/help", - "patcherrelativepath" : ".", - "type" : "JSON", - "implicit" : 1 - } -, { - "name" : "helpdetails.js", - "bootpath" : "C74:/help/resources", - "type" : "TEXT", - "implicit" : 1 - } -, { - "name" : "helpname.js", - "bootpath" : "C74:/help/resources", - "type" : "TEXT", - "implicit" : 1 - } - ], "autosave" : 0, "styles" : [ { "name" : "max6box", @@ -3678,13 +3624,13 @@ "name" : "max6message", "default" : { "bgfillcolor" : { - "type" : "gradient", + "angle" : 270.0, + "autogradient" : 0, + "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], "color1" : [ 0.866667, 0.866667, 0.866667, 1.0 ], "color2" : [ 0.788235, 0.788235, 0.788235, 1.0 ], - "color" : [ 0.290196, 0.309804, 0.301961, 1.0 ], - "angle" : 270.0, "proportion" : 0.39, - "autogradient" : 0 + "type" : "gradient" } , "textcolor_inverse" : [ 0.0, 0.0, 0.0, 1.0 ] diff --git a/help/fluid.bufstats~.maxhelp b/help/fluid.bufstats~.maxhelp index c46f347c..271b3fee 100644 --- a/help/fluid.bufstats~.maxhelp +++ b/help/fluid.bufstats~.maxhelp @@ -117,8 +117,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 351.5, 620.0, 81.0, 23.0 ], - "text" : "0. -2.011716" + "patching_rect" : [ 351.5, 620.0, 81.0, 23.0 ] } } @@ -139,8 +138,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 33.5, 620.0, 77.0, 23.0 ], - "text" : "0. 2.006501" + "patching_rect" : [ 33.5, 620.0, 77.0, 23.0 ] } } @@ -712,8 +710,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 351.5, 420.0, 236.0, 23.0 ], - "text" : "0.505 0.288661 0. 1.79976 0.01 0.51 1." + "patching_rect" : [ 351.5, 420.0, 236.0, 23.0 ] } } @@ -759,8 +756,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 33.5, 420.0, 229.0, 23.0 ], - "text" : "0.495 0.288661 0. 1.79976 0. 0.5 0.99" + "patching_rect" : [ 33.5, 420.0, 229.0, 23.0 ] } } @@ -809,7 +805,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 363.5, 235.0, 262.0, 23.0 ], + "patching_rect" : [ 363.5, 250.0, 262.0, 23.0 ], "text" : "buffer~ help.bufstats.src.down @samps 100" } @@ -865,7 +861,7 @@ "numinlets" : 1, "numoutlets" : 2, "outlettype" : [ "float", "bang" ], - "patching_rect" : [ 33.5, 235.0, 246.0, 23.0 ], + "patching_rect" : [ 33.5, 250.0, 246.0, 23.0 ], "text" : "buffer~ help.bufstats.src.up @samps 100" } @@ -1190,8 +1186,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 516.0, 429.5, 84.0, 23.0 ], - "text" : "2791.179443" + "patching_rect" : [ 516.0, 429.5, 84.0, 23.0 ] } } @@ -1202,8 +1197,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 240.5, 429.5, 77.0, 23.0 ], - "text" : "2523.93335" + "patching_rect" : [ 240.5, 429.5, 77.0, 23.0 ] } } @@ -1214,8 +1208,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 53.0, 429.5, 84.0, 23.0 ], - "text" : "2706.286133" + "patching_rect" : [ 53.0, 429.5, 84.0, 23.0 ] } } @@ -2538,8 +2531,7 @@ "numinlets" : 2, "numoutlets" : 1, "outlettype" : [ "" ], - "patching_rect" : [ 30.0, 339.5, 117.0, 23.0 ], - "text" : "buffer u636007471" + "patching_rect" : [ 30.0, 339.5, 117.0, 23.0 ] } } @@ -4649,7 +4641,7 @@ } , "classnamespace" : "box", - "rect" : [ 35.0, 114.0, 843.0, 739.0 ], + "rect" : [ 0.0, 26.0, 843.0, 739.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 13.0, @@ -5860,7 +5852,7 @@ } , "classnamespace" : "box", - "rect" : [ 0.0, 26.0, 843.0, 739.0 ], + "rect" : [ 35.0, 114.0, 843.0, 739.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 13.0, diff --git a/help/fluid.kmeans~.maxhelp b/help/fluid.kmeans~.maxhelp index 159fc4de..1f2b63c4 100644 --- a/help/fluid.kmeans~.maxhelp +++ b/help/fluid.kmeans~.maxhelp @@ -57,7 +57,7 @@ } , "classnamespace" : "box", - "rect" : [ 35.0, 114.0, 987.0, 751.0 ], + "rect" : [ 0.0, 26.0, 987.0, 751.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 13.0, @@ -3357,7 +3357,7 @@ } , "classnamespace" : "box", - "rect" : [ 0.0, 26.0, 987.0, 751.0 ], + "rect" : [ 35.0, 114.0, 987.0, 751.0 ], "bglocked" : 0, "openinpresentation" : 0, "default_fontsize" : 13.0, @@ -3572,7 +3572,7 @@ "numinlets" : 0, "numoutlets" : 0, "offset" : [ 0.0, 0.0 ], - "patching_rect" : [ 410.0, 10.0, 230.0, 105.0 ], + "patching_rect" : [ 372.0, 10.0, 230.0, 105.0 ], "viewvisibility" : 1 } @@ -3937,7 +3937,7 @@ "numoutlets" : 1, "outlettype" : [ "" ], "parameter_enable" : 0, - "patching_rect" : [ 10.0, 10.0, 395.0, 115.0 ] + "patching_rect" : [ 10.0, 10.0, 360.0, 100.0 ] } }