Skip to content

Instantly share code, notes, and snippets.

@thisconnect
Last active December 11, 2015 01:29
Show Gist options
  • Save thisconnect/4523520 to your computer and use it in GitHub Desktop.
Save thisconnect/4523520 to your computer and use it in GitHub Desktop.
{
"service": {
"dsp": true,
"planet": "//localhost:8004"
},
"data": {
"pd": ["sequencer", "synth", "effect"],
"state": [{
"bpm": 125,
"sequence": [0, 3, 1, -2, 7, 4, 1],
"transpose": 42
}, {
"tone": "pulse",
"pulsewidth": 0.77,
"decay": 300
}, {
"delay": 200,
"feedback": 0.4
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment