Skip to content

Instantly share code, notes, and snippets.

@forresto
Forked from automata/gist:2306646
Created May 3, 2012 21:32
Show Gist options
  • Save forresto/2589683 to your computer and use it in GitHub Desktop.
Save forresto/2589683 to your computer and use it in GitHub Desktop.
testing meemoo app forking with gists
{
"info": {
"title": "testing simple audio nodes a.k.a boring alarm =)",
"author": "automata",
"description": "testing simple audio nodes or my sweet boring noizy alarm",
"url": "sine-pulser",
"parents": [
"https://gist.github.com/2306646"
]
},
"nodes": [
{
"src": "http://automata.github.com/meemoo-modules/audio-oscillator.html",
"x": 174,
"y": 384,
"z": 0,
"w": 200,
"h": 200,
"state": {
"frequency": 200
},
"id": 0
},
{
"src": "http://automata.github.com/meemoo-modules/audio-output.html",
"x": 605,
"y": 112,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 2
},
{
"src": "http://automata.github.com/meemoo-modules/oscilloscope.html",
"x": 632,
"y": 422,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 4
},
{
"src": "http://forresto.github.com/meemoo-modules/metronome.html",
"x": 126,
"y": 103,
"z": 0,
"w": 200,
"h": 200,
"state": {
"bpm": 50
},
"id": 6
}
],
"edges": [
{
"source": [
6,
"beat"
],
"target": [
0,
"send"
]
},
{
"source": [
0,
"output"
],
"target": [
2,
"stereo"
]
},
{
"source": [
0,
"output"
],
"target": [
4,
"signal"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment