name string | description string | homepage string | license string | voices list | patterns list |
|---|---|---|---|---|---|
GrooveSteps Drum Patterns | Standard drum grooves used by the free GrooveSteps interactive drum trainer. 16-step grids (1 bar of sixteenth notes). Each voice array is 16 booleans; true = hit. | https://groovesteps.com/drums/ | CC0-1.0 | [
"kick",
"snare",
"hihat",
"openhat",
"crash",
"ride"
] | [
{
"id": "quarter-note-pulse",
"name": "Quarter-Note Pulse",
"bpm": 80,
"difficulty": "beginner",
"lesson": "https://groovesteps.com/drums/lesson/quarter-note-pulse/",
"kick": [
1,
0,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1... |
GrooveSteps Drum Patterns
Standard drum grooves powering the free GrooveSteps interactive drum trainer — a browser-based drum-learning app with real-time scoring, 20+ structured lessons, the full rudiment library, and Web MIDI support for electronic drum kits.
Each pattern is a 16-step grid (one bar of sixteenth notes). Voice arrays are 16 booleans (1 = hit).
Try the patterns live
Every pattern links to its free interactive lesson with a play-along trainer:
Source
Curated and maintained by GrooveSteps. Released CC0 (public domain) — these are standard public-domain grooves. Code & embed widget: https://github.com/Janady13/groovesteps
- Downloads last month
- 40