Skip to content

Instantly share code, notes, and snippets.

@cgcardona
Last active January 19, 2026 17:08
Show Gist options
  • Select an option

  • Save cgcardona/50fa6c1405ac6b13522dbd62be3d646e to your computer and use it in GitHub Desktop.

Select an option

Save cgcardona/50fa6c1405ac6b13522dbd62be3d646e to your computer and use it in GitHub Desktop.
Example Step Sequencer pattern for importing into Stori. More info: https://tellurstori.com/
{
"id": "A1B2C3D4-E5F6-7890-ABCD-EF1234567890",
"name": "Basic House Beat",
"steps": 16,
"swing": 0.0,
"lanes": [
{
"id": "11111111-1111-1111-1111-111111111111",
"name": "Kick",
"soundType": "kick",
"stepVelocities": {
"0": 0.9,
"4": 0.85,
"8": 0.9,
"12": 0.85
},
"volume": 0.85,
"isMuted": false,
"isSolo": false
},
{
"id": "22222222-2222-2222-2222-222222222222",
"name": "Snare",
"soundType": "snare",
"stepVelocities": {
"4": 0.9,
"12": 0.9
},
"volume": 0.8,
"isMuted": false,
"isSolo": false
},
{
"id": "33333333-3333-3333-3333-333333333333",
"name": "Closed Hat",
"soundType": "hihat_closed",
"stepVelocities": {
"0": 0.7,
"2": 0.6,
"4": 0.7,
"6": 0.6,
"8": 0.7,
"10": 0.6,
"12": 0.7,
"14": 0.6
},
"volume": 0.75,
"isMuted": false,
"isSolo": false
},
{
"id": "44444444-4444-4444-4444-444444444444",
"name": "Open Hat",
"soundType": "hihat_open",
"stepVelocities": {
"6": 0.8,
"14": 0.8
},
"volume": 0.7,
"isMuted": false,
"isSolo": false
},
{
"id": "55555555-5555-5555-5555-555555555555",
"name": "Clap",
"soundType": "clap",
"stepVelocities": {
"4": 0.85,
"12": 0.85
},
"volume": 0.75,
"isMuted": false,
"isSolo": false
},
{
"id": "66666666-6666-6666-6666-666666666666",
"name": "Low Tom",
"soundType": "tom_low",
"stepVelocities": {},
"volume": 0.8,
"isMuted": false,
"isSolo": false
},
{
"id": "77777777-7777-7777-7777-777777777777",
"name": "High Tom",
"soundType": "tom_high",
"stepVelocities": {},
"volume": 0.8,
"isMuted": false,
"isSolo": false
},
{
"id": "88888888-8888-8888-8888-888888888888",
"name": "Crash",
"soundType": "crash",
"stepVelocities": {
"0": 0.9
},
"volume": 0.7,
"isMuted": false,
"isSolo": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment