Skip to content

Instantly share code, notes, and snippets.

@automata
Created March 30, 2012 07:20
Show Gist options
  • Save automata/2248582 to your computer and use it in GitHub Desktop.
Save automata/2248582 to your computer and use it in GitHub Desktop.
changing the bpm
{
"info": {
"title": "changing the bpm",
"author": "automata",
"description": "enter some numeric value on the evaluator and press start",
"url": "hellomeemoo"
},
"nodes": [
{
"src": "http://automata.github.com/meemoo-modules/evaluator.html",
"x": 672,
"y": 143,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 4
},
{
"src": "http://forresto.github.com/meemoo-modules/metronome.html",
"x": 277,
"y": 186,
"z": 0,
"w": 200,
"h": 200,
"state": {},
"id": 8
}
],
"edges": [
{
"source": [
8,
"beat"
],
"target": [
4,
"run"
]
},
{
"source": [
4,
"result"
],
"target": [
8,
"bpm"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment