Skip to content

Instantly share code, notes, and snippets.

@automata
Created August 15, 2012 22:29
Show Gist options
  • Save automata/3364294 to your computer and use it in GitHub Desktop.
Save automata/3364294 to your computer and use it in GitHub Desktop.
{
"info": {
"author": "meemoo",
"title": "audionodes1",
"description": "Testing audio nodes v1",
"parents": [],
"url": ""
},
"nodes": [
{
"src": "meemoo:audio/output",
"x": 905,
"y": 215,
"z": 0,
"w": 200,
"h": 210,
"state": {},
"id": 0
},
{
"src": "meemoo:audio/source",
"x": 127,
"y": 215,
"z": 0,
"w": 200,
"h": 210,
"state": {
"noteon": 0
},
"id": 1
},
{
"src": "meemoo:audio/gain",
"x": 512,
"y": 216,
"z": 0,
"w": 200,
"h": 210,
"state": {},
"id": 2
}
],
"edges": [
{
"source": [
1,
"audio"
],
"target": [
2,
"audio"
]
},
{
"source": [
2,
"audio"
],
"target": [
0,
"audio"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment