Skip to content

Instantly share code, notes, and snippets.

@forresto
Created April 21, 2012 18:55
Show Gist options
  • Save forresto/2439102 to your computer and use it in GitHub Desktop.
Save forresto/2439102 to your computer and use it in GitHub Desktop.
Meemoo Kinect Motion Looper -- Output: http://i.imgur.com/5SZ5r.gif
{
"info": {
"title": "Meemoo Kinect Motion Looper",
"author": "forresto",
"description": "meemoo to alpha threshold to lighten blend mode loop",
"url": "https://gist.github.com/2439102"
},
"nodes": [
{
"src": "http://forresto.github.com/meemoo-camcanvas/onionskin.html",
"x": 201,
"y": 237,
"z": 0,
"w": 343,
"h": 280,
"state": {
"quality": 75,
"width": 320,
"height": 240
},
"id": 1
},
{
"src": "http://forresto.github.com/meemoo-blend/blend.html",
"x": 885,
"y": 61,
"z": 0,
"w": 320,
"h": 295,
"state": {
"mode": "lighten"
},
"id": 3
},
{
"src": "http://forresto.github.com/meemoo-modules/metronome.html",
"x": 113,
"y": 80,
"z": 0,
"w": 122,
"h": 107,
"state": {
"ms": 50
},
"id": 5
},
{
"src": "http://forresto.github.com/meemoo-modules/delay.html",
"x": 717,
"y": 416,
"z": 0,
"w": 63,
"h": 69,
"state": {
"delay": 5
},
"id": 4
},
{
"src": "http://forresto.github.com/meemoo-modules/canvasarray.html",
"x": 1392,
"y": 87,
"z": 0,
"w": 536,
"h": 536,
"state": {
"mode": "normal",
"delay": 200
},
"id": 6
},
{
"src": "http://forresto.github.com/meemoo-canvas2gif/canvas2gif.html",
"x": 2070,
"y": 88,
"z": 0,
"w": 385,
"h": 257,
"state": {
"delay": "100",
"quality": 75,
"matte": "#FFFFFF"
},
"id": 7
},
{
"src": "http://forresto.github.com/meemoo-modules/imgur.html",
"x": 2219,
"y": 425,
"z": 0,
"w": 367,
"h": 330,
"state": {
"title": "meemoo image share",
"caption": "http://www.reddit.com/r/meemoo/comments/pbuor/new_module_image_blend_mode/"
},
"id": 8
},
{
"src": "http://forresto.github.com/meemoo-image/threshold.html",
"x": 396,
"y": 603,
"z": 0,
"w": 368,
"h": 259,
"state": {
"threshold": 120
},
"id": 9
},
{
"src": "http://forresto.github.com/meemoo-image/mask.html",
"x": 915,
"y": 576,
"z": 0,
"w": 346,
"h": 278,
"state": {
"invert": "false"
},
"id": 11
}
],
"edges": [
{
"source": [
5,
"beat"
],
"target": [
1,
"capture"
]
},
{
"source": [
3,
"image"
],
"target": [
4,
"in"
]
},
{
"source": [
4,
"out"
],
"target": [
3,
"under"
]
},
{
"source": [
6,
"image"
],
"target": [
7,
"image"
]
},
{
"source": [
7,
"gif"
],
"target": [
8,
"dataurl"
]
},
{
"source": [
1,
"image"
],
"target": [
9,
"image"
]
},
{
"source": [
9,
"image"
],
"target": [
11,
"alpha"
]
},
{
"source": [
1,
"image"
],
"target": [
11,
"color"
]
},
{
"source": [
11,
"image"
],
"target": [
3,
"over"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment