Created
December 22, 2024 23:32
-
-
Save forresto/43346efc3436e849bf77f4e681a1bfcb to your computer and use it in GitHub Desktop.
mic-check.meemoo.json
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": { | |
"title": "microphone audio in demo", | |
"author": "forresto", | |
"description": "i had audio input written like 10 years ago for the quickest way to get party beats into graphs... added a little frequency viz today", | |
"url": "mic-check" | |
}, | |
"nodes": [ | |
{ | |
"id": 0, | |
"src": "meemoo:audio/mic", | |
"x": 173, | |
"y": 88, | |
"w": 200, | |
"h": 210, | |
"state": {} | |
}, | |
{ | |
"id": 2, | |
"src": "meemoo:image/circle", | |
"x": 618, | |
"y": 76, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"x": 250, | |
"y": 250, | |
"r": "=x*500", | |
"fill": "black", | |
"strokewidth": 1 | |
} | |
}, | |
{ | |
"id": 3, | |
"src": "meemoo:image/circle", | |
"x": 985, | |
"y": 92, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"x": 250, | |
"y": 250, | |
"r": "=x*500", | |
"fill": "black", | |
"strokewidth": 1 | |
} | |
}, | |
{ | |
"id": 4, | |
"src": "meemoo:image/circle", | |
"x": 911, | |
"y": 366, | |
"w": 200, | |
"h": 210, | |
"state": { | |
"x": 250, | |
"y": 250, | |
"r": "=x*500", | |
"fill": "black", | |
"strokewidth": 1 | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"source": [ | |
0, | |
"low" | |
], | |
"target": [ | |
2, | |
"r" | |
] | |
}, | |
{ | |
"source": [ | |
0, | |
"mid" | |
], | |
"target": [ | |
3, | |
"r" | |
] | |
}, | |
{ | |
"source": [ | |
0, | |
"high" | |
], | |
"target": [ | |
4, | |
"r" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment