Created
September 22, 2013 07:14
-
-
Save forresto/6657524 to your computer and use it in GitHub Desktop.
meemoo app: september
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "info": { | |
| "author": "meemoo", | |
| "title": "earth wind fire september effect", | |
| "description": "lumakey to video feedback loop. just add funk.", | |
| "parents": [], | |
| "url": "september-app" | |
| }, | |
| "nodes": [ | |
| { | |
| "id": 0, | |
| "src": "meemoo:image/cam", | |
| "x": 98, | |
| "y": 64, | |
| "w": 217, | |
| "h": 240, | |
| "state": { | |
| "width": 300, | |
| "height": 300, | |
| "fps": 20 | |
| } | |
| }, | |
| { | |
| "id": 1, | |
| "src": "meemoo:image/lumakey", | |
| "x": 101, | |
| "y": 591, | |
| "w": 200, | |
| "h": 210, | |
| "state": { | |
| "threshold": 0.8, | |
| "invert": false | |
| } | |
| }, | |
| { | |
| "id": 2, | |
| "src": "meemoo:ui/checkbox", | |
| "x": 156, | |
| "y": 483, | |
| "w": 97, | |
| "h": 64, | |
| "state": { | |
| "value": false | |
| } | |
| }, | |
| { | |
| "id": 3, | |
| "src": "meemoo:ui/hslider", | |
| "x": 118, | |
| "y": 355, | |
| "w": 204, | |
| "h": 83, | |
| "state": { | |
| "value": 0.5, | |
| "min": 0, | |
| "max": 1, | |
| "step": 0 | |
| } | |
| }, | |
| { | |
| "id": 4, | |
| "src": "meemoo:image/transform", | |
| "x": 564, | |
| "y": 71, | |
| "w": 330, | |
| "h": 336, | |
| "state": { | |
| "width": 300, | |
| "height": 300, | |
| "scale": 1, | |
| "translateX": 0, | |
| "translateY": 0, | |
| "rotate": 0, | |
| "composite": "source-over", | |
| "smoothing": "true" | |
| } | |
| }, | |
| { | |
| "id": 5, | |
| "src": "meemoo:image/transform", | |
| "x": 934, | |
| "y": 548, | |
| "w": 200, | |
| "h": 210, | |
| "state": { | |
| "width": 300, | |
| "height": 300, | |
| "scale": 1, | |
| "translateX": 0, | |
| "translateY": 0, | |
| "rotate": 0, | |
| "composite": "source-over", | |
| "smoothing": "true" | |
| } | |
| }, | |
| { | |
| "id": 6, | |
| "src": "meemoo:ui/hslider", | |
| "x": 528, | |
| "y": 499, | |
| "w": 189, | |
| "h": 84, | |
| "state": { | |
| "value": 0.95, | |
| "min": 0, | |
| "max": 1.5, | |
| "step": 0 | |
| } | |
| }, | |
| { | |
| "id": 8, | |
| "src": "meemoo:ui/hslider", | |
| "x": 523, | |
| "y": 642, | |
| "w": 189, | |
| "h": 84, | |
| "state": { | |
| "value": 0, | |
| "min": 0, | |
| "max": 1, | |
| "step": 0 | |
| } | |
| }, | |
| { | |
| "id": 10, | |
| "src": "meemoo:variable/animation", | |
| "x": 1142, | |
| "y": 67, | |
| "w": 289, | |
| "h": 411, | |
| "state": { | |
| "fps": 12, | |
| "pingpong": true | |
| } | |
| } | |
| ], | |
| "edges": [ | |
| { | |
| "source": [ | |
| 0, | |
| "stream" | |
| ], | |
| "target": [ | |
| 1, | |
| "image" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 2, | |
| "checked" | |
| ], | |
| "target": [ | |
| 1, | |
| "invert" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 3, | |
| "value" | |
| ], | |
| "target": [ | |
| 1, | |
| "threshold" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 1, | |
| "image" | |
| ], | |
| "target": [ | |
| 4, | |
| "image" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 5, | |
| "image" | |
| ], | |
| "target": [ | |
| 4, | |
| "background" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 6, | |
| "value" | |
| ], | |
| "target": [ | |
| 5, | |
| "scale" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 4, | |
| "image" | |
| ], | |
| "target": [ | |
| 5, | |
| "image" | |
| ] | |
| }, | |
| { | |
| "source": [ | |
| 8, | |
| "value" | |
| ], | |
| "target": [ | |
| 5, | |
| "rotate" | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment