Skip to content

Commit

Permalink
Morphing Spectral filter
Browse files Browse the repository at this point in the history
  • Loading branch information
owmtxy committed Nov 1, 2012
1 parent 1ae45f9 commit bc83f78
Show file tree
Hide file tree
Showing 3 changed files with 1,516 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
197 changes: 197 additions & 0 deletions CA_Morphing_Filter/CAfilter~.maxpat
@@ -0,0 +1,197 @@
{
"patcher" : {
"fileversion" : 1,
"appversion" : {
"major" : 6,
"minor" : 0,
"revision" : 7
}
,
"rect" : [ 252.0, 51.0, 640.0, 480.0 ],
"bglocked" : 0,
"openinpresentation" : 0,
"default_fontsize" : 11.0,
"default_fontface" : 0,
"default_fontname" : "Arial",
"gridonopen" : 0,
"gridsize" : [ 10.0, 10.0 ],
"gridsnaponopen" : 0,
"statusbarvisible" : 2,
"toolbarvisible" : 1,
"boxanimatetime" : 200,
"imprint" : 0,
"enablehscroll" : 1,
"enablevscroll" : 1,
"devicewidth" : 0.0,
"description" : "",
"digest" : "",
"tags" : "",
"boxes" : [ {
"box" : {
"fontname" : "Arial",
"fontsize" : 11.0,
"id" : "obj-6",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "signal" ],
"patching_rect" : [ 20.0, 60.0, 56.0, 19.0 ],
"text" : "cartopol~"
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 11.0,
"id" : "obj-4",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 2,
"outlettype" : [ "signal", "signal" ],
"patching_rect" : [ 20.0, 190.0, 56.0, 19.0 ],
"text" : "poltocar~"
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 11.0,
"id" : "obj-8",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 1,
"outlettype" : [ "signal" ],
"patching_rect" : [ 20.0, 150.0, 32.5, 19.0 ],
"text" : "*~ 1"
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 11.0,
"id" : "obj-5",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 2,
"outlettype" : [ "signal", "" ],
"patching_rect" : [ 110.0, 148.0, 136.0, 19.0 ],
"text" : "jit.peek~ spectralFilter 1 0"
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 11.0,
"id" : "obj-2",
"maxclass" : "newobj",
"numinlets" : 2,
"numoutlets" : 0,
"patching_rect" : [ 20.0, 240.0, 56.0, 19.0 ],
"text" : "fftout~ 1"
}

}
, {
"box" : {
"fontname" : "Arial",
"fontsize" : 11.0,
"id" : "obj-1",
"maxclass" : "newobj",
"numinlets" : 1,
"numoutlets" : 3,
"outlettype" : [ "signal", "signal", "signal" ],
"patching_rect" : [ 20.0, 30.0, 109.0, 19.0 ],
"text" : "fftin~ 1"
}

}
],
"lines" : [ {
"patchline" : {
"destination" : [ "obj-5", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-1", 2 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-6", 1 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-1", 1 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-6", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-1", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-2", 1 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-4", 1 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-2", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-4", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-8", 1 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-5", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-4", 1 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-6", 1 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-8", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-6", 0 ]
}

}
, {
"patchline" : {
"destination" : [ "obj-4", 0 ],
"disabled" : 0,
"hidden" : 0,
"source" : [ "obj-8", 0 ]
}

}
]
}

}

0 comments on commit bc83f78

Please sign in to comment.