diff --git a/website/src/repl/drum_patterns.mjs b/website/src/repl/drum_patterns.mjs new file mode 100644 index 00000000..1db30139 --- /dev/null +++ b/website/src/repl/drum_patterns.mjs @@ -0,0 +1,5140 @@ +export const Afro1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ rim ~] [~ ~ rim ~] [~ ~ rim ~] ", +).s().slow(2) +`; + +export const Afro1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] [rim ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ac] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt lt lt lt] ", + "[~ ~ ~ ~] [~ ~ mt mt] [mt mt mt ~] [~ ~ ~ ~] ", + "[~ sd sd sd] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ rim] [~ ~ rim ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ mt ~] [mt ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ac ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ hh ~ ~] ", + "[~ ~ ~ ~] [~ ~ lt ~] [lt ~ lt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [mt ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[sd sd ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ mt ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ rim] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ mt ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ sd] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~] [bd ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ hh ~] [~ ~ hh ~] [hh ~ ~ ~] ", + "[~ ~ mt mt] [~ ~ ~ ~] [mt mt ~ ~] [~ ~ mt mt] ", + "[~ sd ~ ~] [~ sd ~ sd] [~ ~ ~ sd] [~ sd ~ ~] ", +).s().slow(2) +`; + +export const Afro4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] [rim ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro4c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [ht ~ ht ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [lt ~ lt ~] [~ ~ ~ ~] ", + "[sd ~ ~ sd] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ht ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [rim ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro5c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[sd ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro6a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ rim] [~ ~ rim ~] [~ ~ ~ ~] [rim ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro6b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ht ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ rim] [~ ~ ~ ~] [~ ~ ~ ~] [rim ~ ~ ~] ", +).s().slow(2) +`; + +export const Afro6c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[cy ~ cy cy] [cy ~ cy ~] [cy ~ cy ~] [cy ~ cy ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Ageispolis = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const Amen = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd bd] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ sd] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const AmenBrother = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd bd] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [~ ~ sd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const AshleysRoachClip = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [~ bd bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", + "[lt ~ lt ~] [lt ~ lt ~] [lt ~ lt ~] [lt ~ lt ~] ", + "[~ ht ~ ht] [~ ht ~ ht] [~ ht ~ ht] [~ ht ~ ht] ", +).s().slow(2) +`; + +export const Autobahn1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[rim ~ rim ~] [rim ~ rim rim] [~ rim ~ rim] [rim ~ rim ~] ", + "[cp ~ cp ~] [cp ~ cp cp] [~ cp ~ cp] [cp ~ cp ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] ", +).s().slow(2) +`; + +export const Autobahn1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[rim ~ rim ~] [rim ~ rim rim] [~ rim ~ rim] [rim ~ rim ~] ", + "[cp ~ cp ~] [cp ~ cp cp] [~ cp ~ cp] [cp ~ cp ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] ", +).s().slow(2) +`; + +export const Ballad1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ac] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt lt lt lt] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt mt mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ sd sd] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh hh ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ bd] [bd ~ bd ~] [~ bd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt lt lt lt] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ sd sd] [sd ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ oh ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd sd] ", +).s().slow(2) +`; + +export const Ballad3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ bd bd] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd bd ~ ~] [bd bd ~ ~] [bd bd ~ ~] ", + "[~ ~ ~ ~] [~ ~ ht ht] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] [~ ~ ~ ~] ", + "[~ ~ sd sd] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd sd] ", +).s().slow(2) +`; + +export const Ballad4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad4c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ac ~ ~] [~ ~ ~ ~] [~ ac ~ ~] ", + "[bd ~ ~ ~] [~ bd ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ hh ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ mt mt ~] [~ ~ ~ ~] [~ ~ mt ~] [mt mt ~ ~] ", + "[~ ~ ~ sd] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ bd] ", + "[hh hh hh hh] [hh hh hh ~] [hh hh hh hh] [hh hh hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ oh] [~ ~ ~ ~] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ bd ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ballad5c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ht ht ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ mt mt] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ oh] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [sd sd ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const BigBeat = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] ", +).s().slow(2) +`; + +export const BillyJean = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const BlueMonday1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const BlueMonday2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] ", + "[hh ~ ~ hh] [hh ~ ~ hh] [hh ~ ~ hh] [hh ~ ~ hh] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const Blues1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd bd bd] [bd bd bd bd] [bd ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh ~ ~ ~] ", + "[sd sd sd sd] [sd sd sd sd] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Blues2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ bd ~ ~] ", + "[hh ~ ~ hh] [~ ~ hh ~] [~ hh ~ ~] ", + "[~ sd sd ~] [sd sd ~ sd] [sd ~ sd sd] ", +).s().slow(2) +`; + +export const BookOfMoses = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ bd] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] ", +).s().slow(2) +`; + +export const BootsNCats = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Bossa1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[rim ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] [rim ~ ~ ~] ", +).s().slow(2) +`; + +export const Bossa1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [rim ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Bossa1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ hh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [cy ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt ~ mt ~] [~ ~ ~ ~] ", + "[rim ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Bossa2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[cy ~ cy ~] [cy ~ cy ~] [cy ~ cy ~] [cy ~ cy ~] ", + "[~ ~ rim ~] [~ rim ~ ~] [rim ~ ~ rim] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Bossa2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[cy ~ cy ~] [cy ~ cy ~] [cy ~ cy ~] [cy ~ cy ~] ", + "[~ ~ rim rim] [~ ~ rim rim] [~ ~ rim rim] [~ ~ rim rim] ", +).s().slow(2) +`; + +export const Bossa2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] [lt ~ ~ ~] ", + "[~ ~ mt ~] [~ ~ mt ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Bouton = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~]", + "[~ ~ ~ rim] [~ ~ rim ~] [~ ~ ~ ~] [rim ~ ~ ~]", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Break1 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh hh hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Break2 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh hh] [hh ~ hh ~] [~ ~ hh ~]", +).s().slow(2) +`; + +export const Breakbeat1 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Breakbeat2 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Breakbeat3 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const BritHouse = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh hh ~ hh] [hh hh ~ hh] [hh hh ~ hh] [hh hh ~ hh]", + "[~ ~ cy ~] [~ ~ cy ~] [~ ~ cy ~] [~ ~ cy ~]", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~]", +).s().slow(2) +`; + +export const ChaChaCha1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] ", + "[~ ~ ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ht ~] [~ ~ ht ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt ~ lt ~] ", +).s().slow(2) +`; + +export const ChaChaCha1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] ", + "[~ ~ ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ht ht] [~ ~ ~ ~] [~ ~ ht ht] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ lt lt] [~ ~ ~ ~] [~ ~ lt ~] ", +).s().slow(2) +`; + +export const ChaChaCha1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ht ~] [~ ~ ~ ~] [ht ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [lt ~ lt ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const ChugChugChugaLug = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ bd ~ bd] [~ bd ~ bd] [~ ~ bd ~] ", + "[~ sd sd ~] [sd ~ ~ sd] [~ sd sd ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh hh hh ~] [hh hh hh ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const CissyStrutLong = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ bd ~ ~] [~ bd ~ bd] [bd ~ bd ~] [bd ~ ~ bd] [~ ~ ~ bd] [~ bd ~ bd] [bd ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ sd sd ~] [sd sd ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [oh ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [oh ~ oh ~] ", +).s().slow(2) +`; + +export const CissyStrutShort = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ bd ~ ~] [bd bd ~ bd] [~ bd ~ ~] ", + "[sd sd sd ~] [sd ~ sd sd] [~ sd sd ~] [sd ~ sd ~] ", + "[hh hh hh ~] [hh ~ hh hh] [~ hh hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [oh ~ oh ~] ", +).s().slow(2) +`; + +export const ColdSweat = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [~ ~ sd ~] ", + "[hh ~ ~ ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] ", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const ColdSweatOpening = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ sd] ", + "[oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] ", +).s().slow(2) +`; + +export const ComeDancing = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ bd ~] [~ bd ~ bd] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ sd sd ~] [sd sd sd ~] [~ sd sd ~] [sd sd sd ~] [~ sd ~ ~] [sd sd ~ ~] [~ sd ~ ~] [sd sd sd ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const ContemporaryKick1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] ", +).s().slow(2) +`; + +export const ContemporaryKick1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const ContemporaryKick2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ sd ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const ContemporaryKick2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const ContemporaryKick3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] ", +).s().slow(2) +`; + +export const ContemporaryKick3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const ContemporaryKick4 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const ContemporarySnare1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ sd ~ ~] [~ ~ sd ~]", +).s().slow(2) +`; + +export const ContemporarySnare1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ sd ~] [~ sd ~ ~] [~ sd ~ ~]", +).s().slow(2) +`; + +export const ContemporarySnare2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const ContemporarySnare2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ sd ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const ContemporarySnare3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ sd ~ sd]", +).s().slow(2) +`; + +export const ContemporarySnare3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const CowdBell = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd bd] [~ ~ bd bd] [~ bd ~ bd] ", + "[~ sd ~ sd] [sd sd ~ sd] [~ sd ~ sd] [sd sd ~ sd] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", + "[cb ~ cb cb] [cb ~ cb cb] [cb ~ cb cb] [cb ~ cb cb] ", +).s().slow(2) +`; + +export const DasModel1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const DasModel1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ sd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const DeepHouse = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~]", + "[~ hh ~ ~] [~ ~ ~ hh] [~ hh ~ ~] [~ ~ ~ ~]", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~]", +).s().slow(2) +`; + +export const DeeperHouse = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ cp ~ ~] [~ ~ ~ ~] [~ cp ~ ~] [~ ~ ~ ~]", + "[~ ~ mt ~] [~ ~ ~ mt] [~ ~ mt ~] [~ ~ ~ ~]", + "[~ ~ ~ sh] [~ ~ ~ ~] [sh ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh oh] [~ ~ oh ~]", +).s().slow(2) +`; + +export const DirtyHouse = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [bd ~ ~ ~] [bd ~ bd ~] [bd ~ ~ bd]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[~ ~ cp ~] [cp ~ ~ ~] [cp ~ cp ~] [cp ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ hh ~] [~ ~ ~ hh]", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ oh ~]", +).s().slow(2) +`; + +export const Disco1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh ~ hh] [hh hh ~ hh] [hh ~ hh hh] [hh hh ~ hh] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ oh ~ ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ sd] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh ~ hh] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [lt ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd sd ~ sd] [~ sd sd sd] [sd sd ~ ~] ", +).s().slow(2) +`; + +export const Disco2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] ", + "[~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] ", + "[hh ~ hh hh] [~ ~ hh hh] [~ ~ hh hh] [~ ~ hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh hh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ sd] [sd ~ sd ~] [sd ~ sd ~] [sd sd sd ~] ", +).s().slow(2) +`; + +export const Disco3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ hh hh] [~ ~ hh hh] [~ ~ hh hh] [~ ~ hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [cb ~ cb cb] ", + "[hh hh hh hh] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt ~ ~ mt] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ sd sd] [~ sd sd ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh hh ~] [~ hh hh ~] [hh hh hh ~] [~ hh hh ~] ", + "[~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ bd] [bd ~ ~ ~] ", + "[hh hh hh ~] [~ hh hh ~] [hh hh hh ~] [~ hh hh ~] ", + "[~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ ~] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ sd] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco4c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh ~ ~] [~ hh ~ ~] [~ hh ~ ~] [~ hh ~ ~] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", + "[~ ~ ~ sd] [sd ~ ~ sd] [sd ~ ~ sd] [sd ~ ~ sd] ", +).s().slow(2) +`; + +export const Disco5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh ~ ~] [~ hh ~ hh] [hh hh ~ ~] [~ hh ~ hh] ", + "[~ ~ oh oh] [~ ~ oh ~] [~ ~ oh oh] [~ ~ oh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh hh ~] [~ hh hh hh] [hh hh hh hh] [~ hh hh ~] ", + "[~ ~ ~ oh] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Disco5c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt lt lt lt] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt mt mt mt] [~ ~ ~ ~] ", + "[~ ~ oh oh] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd sd sd sd] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Dnb1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ bd bd ~] [~ ~ ~ bd]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Dnb1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ bd] [bd bd bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Dnb2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh hh]", +).s().slow(2) +`; + +export const Dnb3 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh]", + "[~ ~ ~ ~] [~ ~ oh oh] [oh oh ~ ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const Dnb4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh hh]", + "[oh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const Dnb4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh hh]", + "[oh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const Drumroll1 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [ht ht ht ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ mt] [mt mt ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] ", + "[oh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[cy ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll10 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ht ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ht ~ ~] ", + "[~ ~ ~ ~] [mt ~ ~ mt] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] [~ ~ lt lt] ", + "[sd ~ ~ sd] [~ ~ sd ~] [~ sd ~ ~] [sd ~ ~ ~] ", + "[~ ~ bd ~] [~ bd ~ ~] [bd ~ ~ bd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll11 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ht ~] [~ ~ ~ ~] [~ ht ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ mt ~] [mt ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ lt] [~ lt lt ~] ", + "[sd sd ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [cy ~ cy ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll12 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ht ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ mt ~ ~] [~ mt ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ lt ~ ~] ", + "[sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ bd bd] [~ ~ bd bd] [~ ~ bd bd] [~ ~ bd bd] ", +).s().slow(2) +`; + +export const Drumroll13 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ht ht ht] [ht ~ ~ ~] ", + "[~ ~ ~ mt] [mt mt mt mt] [mt ~ ~ ~] [~ mt mt ~] ", + "[lt lt lt ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ lt] ", +).s().slow(2) +`; + +export const Drumroll14 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ht ~ ~] [~ ~ ~ ~] [~ ht ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ lt] [~ ~ ~ lt] [~ ~ ~ lt] [~ ~ ~ lt] ", + "[sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll15 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] ", + "[sd sd ~ ~] [~ ~ sd sd] [~ ~ ~ ~] [sd sd ~ ~] ", + "[~ ~ hh ~] [~ ~ ~ ~] [hh ~ ~ ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [cy ~ ~ ~] [~ ~ cy ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll16 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ht ht] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt mt ~ ~] [~ ~ ~ ~] ", + "[sd sd ~ ~] [sd ~ sd sd] [~ ~ sd ~] [sd sd sd sd] ", + "[~ ~ ~ ~] [cy ~ ~ ~] [~ ~ cy ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll17 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [bd ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~] ", + "[sd ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[cy ~ ~ ~] [~ ~ cy ~] [~ ~ ~ ~] [cy ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll18 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [bd ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~] ", + "[sd sd ~ ~] [~ ~ sd sd] [~ ~ ~ ~] [sd sd ~ ~] ", + "[~ ~ cy ~] [cy ~ ~ ~] [cy ~ cy ~] [~ ~ cy ~] ", +).s().slow(2) +`; + +export const Drumroll19 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ht ~] [ht ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] [~ ~ mt ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ lt] ", + "[~ bd ~ bd] [~ bd ~ bd] [~ bd ~ bd] [bd ~ ~ ~] ", + "[sd ~ ~ ~] [~ ~ ~ ~] [sd ~ sd ~] [~ sd ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [cy ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll2 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] ", + "[sd ~ sd sd] [sd ~ sd sd] [~ sd sd sd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll3 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[sd sd sd ~] [sd sd sd ~] [sd ~ sd ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Drumroll4 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ ~ sd] [sd ~ ~ sd] [sd ~ ~ ~] [~ ~ ~ sd] ", + "[cy ~ ~ ~] [~ ~ cy ~] [~ ~ ~ ~] [cy ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll5 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ht ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [mt ~ ~ ~] [mt ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt ~ lt ~] ", +).s().slow(2) +`; + +export const Drumroll6 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ht ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ mt] [~ ~ mt mt] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] [~ lt ~ ~] ", + "[sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll7 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ht ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [mt ~ ~ ~] [mt ~ mt mt] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] ", + "[sd ~ ~ ~] [~ ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll8 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ht ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [mt ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt ~ lt ~] ", + "[sd sd ~ ~] [~ ~ sd ~] [sd sd ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Drumroll9 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ht ht] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt mt] [~ ~ mt mt] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] ", + "[sd sd ~ ~] [sd sd ~ ~] [sd sd ~ ~] [sd sd ~ ~] ", +).s().slow(2) +`; + +export const Dubstep1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~]", + "[~ hh hh ~] [~ ~ hh ~] [~ ~ ~ hh] [~ ~ hh ~]", + "[~ ~ ~ ~] [oh ~ ~ ~] [~ ~ ~ ~] [~ oh ~ ~]", +).s().slow(2) +`; + +export const Dubstep1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~]", + "[~ hh hh ~] [~ ~ hh ~] [~ ~ ~ hh] [~ ~ hh ~]", + "[~ ~ ~ ~] [oh ~ ~ ~] [~ ~ ~ ~] [~ oh ~ ~]", +).s().slow(2) +`; + +export const DubstepRatcheted = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ ~ bd] [~ ~ ~ ~]", + "[~ [~ sd] [sd sd] ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ sd]", + "[~ hh hh ~] [~ ~ hh ~] [~ ~ ~ hh] [~ ~ hh ~]", + "[~ ~ [oh oh] [oh oh]] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const Electro1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Electro1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ bd ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Electro2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Electro2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ bd ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Electro3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Electro3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ bd] [~ bd ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const End1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[cy ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const End1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const ExpensiveShit = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] ", + "[sd sd ~ sd] [~ sd ~ ~] [sd sd ~ ~] [sd sd ~ ~] [sd sd ~ sd] [~ sd ~ ~] [sd sd ~ ~] [sd sd ~ ~] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh ~] [hh ~ hh hh] [hh ~ hh ~] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ oh] [~ ~ ~ ~] [~ ~ ~ oh] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const ExpressYourself = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ bd] [bd ~ ~ bd] [~ ~ ~ ~] [bd ~ ~ bd] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ sd] [~ sd ~ sd] [~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ sd] [sd ~ ~ ~] ", + "[hh ~ hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh ~ hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const Footwork1 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ bd] [~ ~ bd ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~]", + "[~ ~ hh ~] [~ ~ ~ ~] [~ ~ hh ~] [~ ~ ~ ~]", + "[rim rim rim rim] [rim rim rim rim] [rim rim rim rim] [rim rim rim rim]", +).s().slow(2) +`; + +export const Footwork2 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ bd] [~ ~ bd ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~]", + "[~ ~ hh ~] [~ ~ ~ hh] [hh ~ hh ~] [~ ~ hh ~]", + "[rim rim rim rim] [rim rim rim rim] [rim rim rim rim] [rim rim rim rim]", +).s().slow(2) +`; + +export const FourOnTheFloor = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const FrenchHouse = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh]", + "[sh sh sh ~] [sh ~ sh sh] [sh sh sh sh] [sh ~ sh sh]", + "[oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~]", +).s().slow(2) +`; + +export const Funk10a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ bd] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh hh hh hh] [~ hh hh hh] [hh hh hh hh] [~ hh hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk10b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ bd ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh hh hh hh] [~ hh hh hh] [hh hh hh hh] [~ hh hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk10c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ac ~ ~] [~ ac ~ ~] [~ ~ ac ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ bd ~ ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ hh ~ ~] [~ ~ hh ~] [~ ~ ~ ~] ", + "[sd sd ~ sd] [sd ~ ~ sd] [sd ~ ~ ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Funk11a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ bd] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk11b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd bd ~ ~] [~ ~ bd ~] [bd ~ ~ bd] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk11c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ac] [~ ~ ~ ac] [~ ~ ~ ac] [~ ~ ~ ac] ", + "[~ ~ ~ ~] [~ ht ht ~] [~ ~ ~ ht] [~ ~ ~ ~] ", + "[lt ~ ~ ~] [~ ~ ~ lt] [~ ~ ~ ~] [lt ~ ~ ~] ", + "[~ ~ sd sd] [sd ~ ~ ~] [sd sd sd ~] [~ ~ sd sd] ", +).s().slow(2) +`; + +export const Funk12a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ bd ~ bd] [~ ~ ~ bd] ", + "[hh hh hh ~] [~ hh hh ~] [hh ~ hh ~] [~ hh hh ~] ", + "[~ ~ ~ oh] [~ ~ ~ oh] [~ oh ~ oh] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk12b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ ~ ~ bd] [~ ~ ~ ~] ", + "[hh hh hh ~] [~ hh hh ~] [hh hh hh ~] [~ hh hh ~] ", + "[~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk12c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [lt lt lt lt] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt mt mt mt] [~ ~ ~ ~] ", + "[oh ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ sd ~ sd] [sd sd sd sd] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk13a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ ~ bd] [~ ~ ~ ~] ", + "[hh hh hh ~] [hh hh ~ ~] [hh hh hh ~] [hh hh ~ ~] ", + "[~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ sd ~] ", +).s().slow(2) +`; + +export const Funk13b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ ~ bd] [~ ~ ~ ~] ", + "[hh hh hh ~] [hh hh ~ ~] [hh hh hh ~] [hh hh ~ ~] ", + "[~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ sd sd] ", +).s().slow(2) +`; + +export const Funk13c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ mt mt ~] [~ ~ ~ ~] [~ mt ~ mt] ", + "[~ ~ ~ sd] [sd ~ ~ ~] [~ sd ~ sd] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk14a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ bd bd] [~ ~ bd ~] [~ bd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk14b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [bd bd ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk14c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ac ~ ~] ", + "[~ ~ ~ ~] [~ bd ~ ~] [~ ~ ~ ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ hh ~ ~] ", + "[sd ~ ~ sd] [sd ~ ~ ~] [sd ~ sd ~] [sd sd ~ ~] ", +).s().slow(2) +`; + +export const Funk15a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ac ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ hh ~] ", + "[~ ~ sd ~] [sd ~ sd ~] [sd sd ~ ~] ", +).s().slow(2) +`; + +export const Funk1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ bd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ac] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ac ac] ", + "[bd ~ ~ bd] [~ ~ bd ~] [~ bd ~ ~] [bd ~ ~ ~] ", + "[hh ~ ~ hh] [~ ~ hh ~] [~ hh ~ ~] [hh ~ ~ ~] ", + "[~ sd sd ~] [sd sd ~ sd] [sd ~ sd sd] [~ ~ sd sd] ", +).s().slow(2) +`; + +export const Funk2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ bd ~ bd] [~ bd ~ ~] ", + "[hh ~ hh ~] [hh hh hh ~] [~ ~ ~ ~] [~ hh ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ oh] [~ oh ~ oh] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ bd ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ sd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ac ~ ~] ", + "[bd ~ ~ ~] [bd ~ bd ~] [bd ~ ~ ~] [~ bd ~ ~] ", + "[hh ~ ~ ~] [hh ~ hh ~] [hh ~ ~ ~] [~ hh ~ ~] ", + "[~ ~ ~ sd] [~ ~ ~ ~] [~ ~ sd sd] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const Funk3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ bd ~] [~ bd ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const Funk3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ac] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ac ~] ", + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ ~ hh] [~ ~ ~ ~] [~ ~ hh ~] ", + "[~ sd sd sd] [sd sd sd ~] [~ sd sd sd] [sd ~ sd ~] ", +).s().slow(2) +`; + +export const Funk4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh hh hh hh] [~ ~ hh ~] [hh hh hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh hh hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ sd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk4c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [ht ht ht ht] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[sd sd sd sd] [~ ~ ~ ~] [sd sd sd sd] [sd sd ~ ~] ", +).s().slow(2) +`; + +export const Funk5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ac ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd sd ~ ~] [~ ~ ~ sd] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ bd ~ ~] [bd ~ ~ bd] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh hh hh ~] [hh ~ hh hh] [hh ~ hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk5c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ bd ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [~ hh ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [ht ht ht ht] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Funk6a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ac ~ ~] [~ ~ ~ ~] [ac ac ~ ~] ", + "[bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ bd] [~ ~ bd ~] ", + "[hh hh ~ hh] [~ ~ hh ~] [hh hh ~ hh] [~ ~ hh ~] ", + "[~ ~ sd ~] [sd sd ~ sd] [~ ~ sd ~] [sd sd ~ sd] ", +).s().slow(2) +`; + +export const Funk6b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ac ~ ~] [~ ~ ~ ~] [ac ac ~ ~] ", + "[bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ bd] [~ ~ bd ~] ", + "[hh hh ~ hh] [~ ~ hh ~] [hh hh ~ hh] [~ ~ hh ~] ", + "[~ ~ ht ~] [~ ~ ~ ~] [~ ~ ht ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ lt] [~ ~ ~ ~] [~ ~ ~ lt] ", + "[~ ~ ~ ~] [sd sd ~ ~] [~ ~ ~ ~] [sd sd ~ ~] ", +).s().slow(2) +`; + +export const Funk6c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt mt] [mt ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [~ sd sd ~] ", +).s().slow(2) +`; + +export const Funk7a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ ~ ~ ~] [~ ~ ~ bd] ", + "[hh hh hh ~] [~ hh hh ~] [hh hh hh ~] [~ hh hh ~] ", + "[~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk7b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ bd ~ ~] ", + "[hh hh hh ~] [~ hh hh ~] [hh hh hh ~] [~ hh hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [mt ~ ~ ~] ", + "[~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk7c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ac ~] [~ ~ ~ ~] [~ ~ ~ ac] ", + "[~ bd ~ ~] [bd ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [hh ~ hh ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[sd ~ ~ sd] [~ ~ ~ ~] [~ sd ~ sd] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Funk8a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~] ", + "[oh ~ ~ ~] [oh ~ ~ ~] [oh ~ ~ ~] [oh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] ", +).s().slow(2) +`; + +export const Funk8b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~] ", + "[oh ~ ~ ~] [oh ~ ~ ~] [oh ~ ~ ~] [oh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd sd] ", +).s().slow(2) +`; + +export const Funk8c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ac ~ ~] [~ ac ~ ~] [ac ~ ac ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ bd] [bd ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ mt ~ ~] [~ mt ~ ~] [~ ~ ~ ~] ", + "[sd ~ sd ~] [sd ~ ~ sd] [sd ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk9a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [hh hh hh ~] [hh hh hh ~] [hh hh hh hh] ", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk9b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd bd] [~ bd ~ bd] [~ bd ~ bd] [~ bd ~ ~] ", + "[hh ~ hh hh] [hh ~ ~ ~] [~ ~ ~ ~] [~ hh ~ ~] ", + "[~ ~ ~ ~] [~ oh ~ oh] [~ oh ~ oh] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Funk9c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ bd] [~ bd ~ ~] [~ bd ~ bd] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[~ sd sd ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const FunkyDrummer = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ sd] [sd ~ ~ sd] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const FunkyDrummerAlt = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ sd] [sd ~ ~ sd] ", + "[hh hh hh hh] [hh hh hh ~] [hh hh hh hh] [hh ~ hh hh] ", + "[~ ~ ~ ~] [~ ~ ~ oh] [~ ~ ~ ~] [~ oh ~ ~] ", +).s().slow(2) +`; + +export const FunkyPresident = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ bd bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [oh ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const GenericBossaNova = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[rim ~ ~ rim] [~ ~ rim ~] [~ ~ rim ~] [rim ~ ~ ~] ", + "[oh oh oh oh] [oh oh oh oh] [oh oh oh oh] [oh oh oh oh] ", +).s().slow(2) +`; + +export const GenericGahu = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ rim rim] [~ ~ rim rim] [~ ~ rim rim] [~ ~ rim rim] ", + "[hh ~ ~ hh] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] ", +).s().slow(2) +`; + +export const GenericRock = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [bd ~ bd ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const GenericRumba = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[rim ~ ~ rim] [~ ~ ~ rim] [~ ~ rim ~] [rim ~ ~ ~] ", + "[oh oh oh oh] [oh oh oh oh] [oh oh oh oh] [oh oh oh oh] ", +).s().slow(2) +`; + +export const GenericShiko = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ bd ~] [bd ~ ~ ~] [bd ~ bd ~] ", + "[~ ~ rim rim] [~ ~ rim rim] [~ ~ rim rim] [~ ~ rim rim] ", + "[hh ~ ~ ~] [hh ~ hh ~] [~ ~ hh ~] [hh ~ ~ ~] ", +).s().slow(2) +`; + +export const GenericSon = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[rim ~ ~ rim] [~ ~ rim ~] [~ ~ rim ~] [rim ~ ~ ~] ", + "[oh oh oh oh] [oh oh oh oh] [oh oh oh oh] [oh oh oh oh] ", +).s().slow(2) +`; + +export const GenericSoukous = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ bd ~] ", + "[rim ~ ~ rim] [~ ~ rim ~] [rim ~ ~ rim] [~ ~ rim ~] ", + "[hh ~ ~ hh] [~ ~ hh ~] [~ hh hh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const GetUp = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ sd sd] [~ sd ~ ~] [sd ~ ~ sd] ", + "[hh ~ ~ ~] [hh ~ hh hh] [hh ~ ~ ~] [hh ~ hh ~] ", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const GhostSnare1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ sd] ", +).s().slow(2) +`; + +export const GhostSnare1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const GhostSnare2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ sd ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ sd] ", +).s().slow(2) +`; + +export const GhostSnare2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ sd ~ ~] [sd ~ ~ ~] [~ sd ~ ~] [sd ~ ~ sd] ", +).s().slow(2) +`; + +export const GoodToGo = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const GrooveMe = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd bd ~ bd] [~ bd ~ bd] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const HaitianDivorce = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] ", + "[~ sd ~ ~] [sd ~ sd sd] [~ sd ~ ~] [sd ~ sd sd] ", + "[hh hh ~ ~] [hh hh hh hh] [hh hh ~ ~] [hh hh hh hh] ", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const HalfDrop = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Haus = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const HipHop = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd bd] [~ ~ ~ ~] [~ ~ bd ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Hiphop = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ bd ~ bd] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const Hiphop1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ bd] [~ ~ bd ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd bd ~ ~] [~ bd ~ bd]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd bd ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ bd bd ~] [~ ~ ~ bd]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ bd] [bd bd bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop5 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ bd] [bd ~ bd ~] [~ ~ ~ bd]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Hiphop6 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ bd]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Hiphop7 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ bd ~ bd]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Hiphop8 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh hh ~ hh] [hh ~ hh hh] [hh hh ~ hh] [hh ~ hh hh]", +).s().slow(2) +`; + +export const HiphopAlt = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd bd ~ ~] [bd ~ ~ ~] [bd bd ~ ~] ", + "[~ ~ sd ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] [~ ~ ~ oh] ", +).s().slow(2) +`; + +export const HookAndSling = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ bd ~ ~] [~ bd bd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ sd sd] [~ ~ sd ~] [sd ~ ~ ~] [sd ~ ~ ~] [sd sd ~ sd] [~ ~ sd sd] [~ ~ sd sd] ", + "[hh ~ hh hh] [~ hh ~ ~] [hh hh ~ hh] [~ ~ ~ ~] [hh hh ~ hh] [~ ~ hh ~] [hh hh ~ ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const HotSweat = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd bd] [~ ~ ~ ~] [~ ~ bd bd] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [sd sd ~ ~] [sd ~ sd sd] [~ sd ~ sd] [sd sd ~ sd] [~ sd ~ sd] [sd sd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh hh] [hh ~ hh ~] [hh ~ hh hh] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const House1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh]", + "[cy ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~]", +).s().slow(2) +`; + +export const House1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh]", + "[~ ~ oh ~] [~ oh ~ ~] [~ ~ oh ~] [~ oh ~ ~]", +).s().slow(2) +`; + +export const HybridKick1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ sd ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick1d = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick1e = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ bd ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick1f = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick1g = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ bd ~ bd] [~ bd bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const HybridKick3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const IGotTheFeelin = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ sd ~ ~] [~ ~ sd ~] [~ sd ~ ~] [sd sd ~ sd] [~ sd sd sd] [~ sd sd sd] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const IGotYou = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] ", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const ImpeachThePresident = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh hh] [hh ~ ~ ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Irregular1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd bd] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ sd]", +).s().slow(2) +`; + +export const Irregular1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ sd]", +).s().slow(2) +`; + +export const Irregular2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ sd] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Irregular2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Irregular3 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~]", + "[~ sd ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ sd ~ ~]", +).s().slow(2) +`; + +export const ItaloDisco1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ mt ~ ~] [~ ~ mt ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ht ht ~ ~] ", + "[~ ~ ~ rim] [rim ~ ~ ~] [rim ~ ~ rim] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] ", + "[cb ~ ~ cb] [~ ~ cb ~] [cb ~ ~ ~] [~ ~ ~ ~] ", + "[cy ~ ~ ~] [cy ~ ~ ~] [cy ~ ~ ~] [cy ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[oh oh oh oh] [oh oh oh oh] [oh oh oh oh] [oh oh oh oh] ", +).s().slow(2) +`; + +export const ItaloDisco1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ mt ~ ~] [~ ~ mt ~] [~ ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ht ht ~ ~] ", + "[~ ~ ~ rim] [rim ~ ~ ~] [rim ~ ~ rim] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] ", + "[cb ~ ~ cb] [~ ~ cb ~] [cb ~ cb ~] [cb cb ~ ~] ", + "[cy ~ ~ ~] [cy ~ ~ ~] [cy ~ ~ ~] [cy ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[oh oh oh oh] [oh oh oh oh] [oh oh oh oh] [oh oh oh oh] ", +).s().slow(2) +`; + +export const ItsANewDay = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd bd] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const Juke = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[sd ~ sd sd] [~ sd ~ sd] [~ sd sd ~] [sd ~ sd ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Jungle = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ bd ~ ~] [bd ~ ~ bd] [~ ~ ~ ~] ", + "[~ ~ sd ~] [~ ~ sd ~] [~ sd ~ ~] [~ sd ~ sd] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ oh] [~ ~ oh ~] [~ ~ ~ oh] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const Jungle1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [~ ~ sd ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh hh]", + "[oh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const Jungle1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ bd bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ sd ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [~ ~ sd ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh hh]", +).s().slow(2) +`; + +export const JungleAlt = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ bd ~ ~] [bd ~ ~ ~] [~ bd ~ ~] ", + "[~ ~ sd ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const Kick = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", +).s().slow(2) +`; + +export const KissingMyLove = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ bd] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ sd ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh ~ ~] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const KnocksOffMyFeet = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [bd ~ ~ bd] [bd ~ bd ~] [bd ~ ~ bd] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ hh hh] [~ hh ~ ~] [~ ~ hh ~] ", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Lady = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd sd ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd sd ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ hh ~] [~ ~ hh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ hh ~] [~ ~ hh ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const LadyMarmalade = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const LetAWomanBeAWomanLetAManBeAMan = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ ~ ~ ~] [bd ~ bd bd] [~ bd bd ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd sd ~] [sd sd ~ ~] [~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ sd] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const LookingForThePerfectBeat1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ bd ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[rim rim rim rim] [rim rim ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] ", + "[cb ~ cb ~] [~ cb ~ cb] [~ ~ ~ cb] [~ ~ cb ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const LookingForThePerfectBeat1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [sd ~ sd sd] ", + "[rim rim rim rim] [rim rim ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] ", + "[cb ~ cb ~] [~ cb ~ cb] [~ ~ ~ cb] [~ ~ cb ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const Lookkapypy = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ bd ~ ~] [~ ~ bd ~] [~ bd bd ~] [bd ~ ~ bd] [~ bd ~ bd] [bd ~ bd ~] [~ bd bd ~] ", + "[~ sd ~ ~] [sd ~ ~ sd] [sd ~ sd ~] [~ ~ sd ~] [~ sd ~ ~] [sd sd ~ sd] [sd ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const MiamiBass1 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh]", +).s().slow(2) +`; + +export const MiamiBass2 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ bd ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh]", +).s().slow(2) +`; + +export const MoreBounceToTheOunce = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd bd ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[~ ~ ~ ~] [cy ~ ~ ~] [~ ~ ~ ~] [cy ~ ~ ~]", + "[~ ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", + "[oh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const MotherPopcorn = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [~ ~ sd ~] [~ sd ~ sd] [sd sd ~ sd] [~ sd ~ sd] [sd sd ~ sd] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", +).s().slow(2) +`; + +export const MusicNonStop1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ bd bd] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] ", +).s().slow(2) +`; + +export const MusicNonStop2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ bd bd] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[rim rim rim ~] [~ rim ~ ~] [rim ~ ~ rim] [~ rim rim ~] ", + "[~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] ", + "[oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] ", +).s().slow(2) +`; + +export const MusicNonStop2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ bd bd] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[rim ~ rim ~] [rim rim ~ ~] [rim ~ ~ rim] [~ rim rim rim] ", + "[~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] ", + "[oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] [oh ~ oh ~] ", +).s().slow(2) +`; + +export const NewWave = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd bd ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh]", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sh ~ ~ ~] [~ ~ ~ ~] [sh ~ ~ ~]", +).s().slow(2) +`; + +export const Nico = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ ~] [~ bd bd ~] [~ ~ ~ ~] ", + "[~ ~ rim rim] [~ rim rim rim] [rim ~ ~ rim] [~ rim rim rim] ", + "[~ ~ ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", +).s().slow(2) +`; + +export const Numbers1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh hh hh hh] [hh ~ hh hh] ", +).s().slow(2) +`; + +export const Numbers1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh hh] [hh hh ~ hh] [hh hh hh hh] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const OneDrop = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const OneSevenFiveThirteen = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~]", +).s().slow(2) +`; + +export const OohChild = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~] ", + "[~ sd ~ sd] [sd sd ~ sd] [~ sd ~ sd] [sd sd ~ sd] [~ sd ~ sd] [sd sd ~ sd] [~ sd ~ ~] [sd ~ sd ~] ", + "[hh hh ~ ~] [hh hh ~ ~] [hh hh ~ ~] [hh hh ~ ~] [hh hh ~ ~] [hh hh ~ ~] [hh hh ~ ~] [hh hh ~ ~] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const PalmGrease = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] ", + "[hh hh hh hh] [~ hh hh ~] [hh ~ hh hh] [~ hh hh ~] [hh ~ hh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const PapaWasToo = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ bd ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ ~ ~] [hh ~ ~ ~] [hh ~ hh ~] [hh ~ hh hh] ", + "[~ ~ ~ ~] [lt ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Pattern00 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern01 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern02 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern03 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern04 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern05 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern06 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern07 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern08 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern09 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern10 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern11 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern12 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern13 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern14 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern15 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern16 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern17 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern18 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern19 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern20 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern21 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern22 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern23 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern24 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern25 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern26 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern27 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern28 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern29 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern30 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern31 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern32 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern33 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern34 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern35 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern36 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern37 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern38 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern39 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern40 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern41 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern42 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern43 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern44 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern45 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern46 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern47 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern48 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern49 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern50 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern51 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern52 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern53 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern54 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern55 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern56 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern57 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern58 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern59 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern60 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern61 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern62 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const Pattern63 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] [bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd bd] ", + "[~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~] ", + "[hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] [hh ~ hh hh] [~ hh hh ~] [hh hh ~ hh] ", +).s().slow(2) +`; + +export const PlanetRock = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~]", + "[cb ~ cb ~] [cb ~ cb cb] [~ cb ~ cb] [cb ~ cb ~]", + "[rim ~ rim ~] [rim ~ rim rim] [~ rim ~ rim] [rim ~ rim ~]", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh hh hh hh]", +).s().slow(2) +`; + +export const Poly1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ sd ~] [sd ~ ~ [sd sd]] [sd ~ sd sd] [sd ~ sd sd]", +).s().slow(2) +`; + +export const Poly1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ sd ~] [~ ~ sd ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Pop1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ sd ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ lt ~] [lt ~ lt ~] [lt ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ sd ~] [sd ~ sd ~] [sd ~ sd sd] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ac ~ ~] ", + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ sd] [~ ~ ~ ~] [~ ~ sd ~] [~ sd ~ ~] ", +).s().slow(2) +`; + +export const Pop2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ac] [~ ~ ~ ~] [~ ac ~ ~] [~ ~ ~ ~] ", + "[bd ~ ~ ~] [bd ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt mt ~ ~] [~ ~ ~ ~] ", + "[~ ~ sd sd] [~ ~ ~ ~] [~ ~ ~ ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Pop3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [bd ~ bd bd] [~ bd ~ ~] [bd ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd bd] [~ bd ~ ~] [bd ~ bd bd] [~ bd ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ac] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ mt] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[sd ~ ~ ~] [~ ~ ~ ~] [~ ~ sd sd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop4c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ac] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ sd ~] [sd ~ ~ ~] [sd ~ sd sd] ", +).s().slow(2) +`; + +export const Pop5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ sd] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ac ~ ~] ", + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ bd ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh hh ~ ~] ", + "[~ ~ ~ sd] [~ ~ ~ ~] [~ ~ sd ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Pop5c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[oh ~ ~ ~] [oh ~ ~ ~] [oh ~ ~ ~] [oh ~ ~ ~] ", + "[~ sd sd sd] [sd ~ sd sd] [sd sd sd ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Poptech2010 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ bd ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ bd bd bd] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] [~ ~ ~ ~] ", + "[oh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const RNB1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ sd] ", +).s().slow(2) +`; + +export const RNB1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ sd] ", +).s().slow(2) +`; + +export const RNB1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [lt ~ ~ ~] [~ ~ lt ~] [~ ~ ~ ~] ", + "[~ ~ mt ~] [~ ~ ~ ~] [mt ~ ~ ~] [~ ~ ~ ~] ", + "[sd sd ~ sd] [~ sd sd sd] [~ sd ~ sd] [sd sd sd sd] ", +).s().slow(2) +`; + +export const RNB2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ bd ~ bd] [~ ~ bd bd] [~ bd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const RNB2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ bd] [~ bd bd ~] [~ bd ~ bd] [~ bd bd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const RNB2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd bd] [~ ~ bd bd] [~ ~ bd bd] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [lt lt ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [mt mt ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[sd sd ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const RNB3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ bd ~ bd] [~ bd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const RNB3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd bd] [~ ~ ~ ~] [bd ~ ~ bd] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", + "[~ ~ ~ ~] [sd ~ sd sd] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const RNB3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ ~ ~ ~] [~ ~ ~ bd] ", + "[hh ~ ~ hh] [hh ~ ~ hh] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ht ht ~ ~] ", + "[~ ~ ~ ~] [~ lt ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ sd ~] [~ ~ ~ ~] [sd ~ sd sd] [~ ~ sd ~] ", +).s().slow(2) +`; + +export const RNB4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd bd] [~ ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ sd] ", +).s().slow(2) +`; + +export const RNB4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh hh ~ hh] [hh hh ~ hh] [hh hh ~ hh] [hh hh ~ hh] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ sd] ", +).s().slow(2) +`; + +export const RNB4c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [~ bd ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ hh] [~ ~ ~ ~] [~ ~ hh ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt mt] [mt ~ ~ ~] [mt ~ mt mt] ", + "[~ sd sd ~] [sd ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const RNB5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd bd ~ bd] [bd ~ bd ~] [bd bd ~ bd] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ sd] [~ ~ sd ~] ", +).s().slow(2) +`; + +export const RNB5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd bd] [~ ~ ~ bd] [bd ~ bd bd] [~ bd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const RNB5c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ ~ ~ bd] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [lt lt lt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [mt mt mt ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ sd sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggae1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ ~] [rim ~ ~ rim] [~ rim ~ ~] [rim ~ ~ rim] ", +).s().slow(2) +`; + +export const Reggae1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ rim rim] [~ ~ rim ~] [~ ~ rim rim] [~ ~ rim ~] ", +).s().slow(2) +`; + +export const Reggae1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ac ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ sd ~] [sd ~ sd ~] [~ ~ ~ ~] [sd sd ~ ~] ", +).s().slow(2) +`; + +export const Reggae2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ hh hh] [~ ~ hh hh] [~ ~ hh hh] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [rim ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggae2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ hh hh] [~ ~ hh hh] [~ ~ hh hh] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [rim ~ ~ ~] [~ ~ ~ ~] [rim ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggae2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] [lt ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt mt] [mt ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ sd sd] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggae3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh ~ hh hh] [hh hh hh ~] [~ ~ hh ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggae3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh ~ hh hh] [~ hh hh ~] [~ ~ hh ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggae3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ac ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt ~] [lt ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[sd ~ sd ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggae4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ bd] [~ ~ ~ ~] [~ bd ~ ~] ", + "[~ ~ ~ hh] [~ ~ ~ ~] [~ hh ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt mt] [mt ~ ~ ~] ", + "[~ ~ ~ oh] [~ ~ ~ ~] [~ oh ~ ~] ", + "[rim ~ ~ ~] [~ ~ rim ~] [~ ~ ~ ~] ", + "[sd sd sd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggae5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", + "[~ ~ rim ~] [~ ~ rim ~] [~ ~ rim ~] [~ ~ rim rim] ", +).s().slow(2) +`; + +export const Reggae5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh hh ~ ~] [hh hh ~ ~] [hh hh ~ ~] [hh hh ~ ~] ", + "[~ ~ oh oh] [~ ~ oh oh] [~ ~ oh oh] [~ ~ oh oh] ", + "[~ ~ ~ ~] [rim ~ ~ ~] [~ ~ ~ ~] [rim ~ ~ rim] ", +).s().slow(2) +`; + +export const Reggae5c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ac ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ lt ~ lt] [~ ~ ~ ~] ", + "[~ ~ ~ mt] [~ mt mt ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[sd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Reggaeton = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ sd] [~ ~ sd ~] [~ ~ ~ sd] [~ ~ sd ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const RespectYourself = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [sd ~ sd ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const Rock1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ bd ~] [~ ~ bd ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ac] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ht] [ht ~ ~ ht] [ht ~ ~ ht] [~ ~ ~ ~] ", + "[~ ~ sd ~] [~ ~ sd ~] [~ ~ sd ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Rock2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ac ~] [ac ~ ac ~] [ac ~ ac ~] [ac ~ ac ~] ", + "[bd ~ bd ~] [~ bd ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ bd ~ ~] [bd ~ ~ ~] [~ ~ ~ bd] ", + "[hh hh hh hh] [hh hh hh ~] [hh hh hh hh] [hh hh hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ oh] [~ ~ ~ ~] [~ ~ ~ oh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ sd ~] ", +).s().slow(2) +`; + +export const Rock2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ bd ~ ~] [bd ~ bd ~] [bd ~ bd ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [cy ~ cy ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [lt lt lt lt] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [mt mt mt mt] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[sd sd sd sd] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", + "[~ ~ sd ~] [~ ~ sd ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [ac ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock4c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ac] [ac ~ ~ ac] [ac ~ ~ ac] [ac ~ ~ ac] ", + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[sd sd sd sd] [sd sd sd sd] [sd sd sd sd] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Rock5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Rock5c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ac] [~ ~ ac ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ ~ sd ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const RockSteady = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ ~] ", + "[~ sd ~ ~] [sd sd ~ sd] [~ sd ~ ~] [sd sd ~ sd] [~ sd ~ ~] [sd sd ~ sd] [~ sd ~ ~] [sd sd ~ sd] ", + "[~ hh ~ ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh hh] [hh ~ ~ ~] [hh ~ hh hh] ", + "[~ ~ oh ~] [~ ~ ~ oh] [~ ~ oh ~] [~ ~ ~ oh] [~ oh ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const RockThePlanet = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[hh ~ hh hh] [hh ~ hh hh] [hh hh ~ hh] [hh hh hh hh]", +).s().slow(2) +`; + +export const RollinBreak = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Rolling1 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling10 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling11 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ bd bd ~] [~ bd bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling2 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ bd ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ ~ sd ~]", +).s().slow(2) +`; + +export const Rolling4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ bd bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling5a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling5b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling6a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling7a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ bd] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling7b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling7c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling7d = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ bd] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling8 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling9a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Rolling9b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const Sally = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ bd ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[lt ~ ~ ~] [~ ~ lt ~] [~ ~ lt ~] [~ ~ lt ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Samba1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] [cb ~ ~ ~] ", + "[~ hh hh ~] [~ hh hh ~] [~ hh hh ~] [~ hh hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ lt] [~ ~ ~ ~] [~ ~ ~ lt] ", + "[~ ~ ~ mt] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ sd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Samba1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[cb ~ cb ~] [cb cb ~ cb] [~ cb cb ~] [cb cb ~ cb] ", + "[~ hh ~ hh] [~ ~ hh ~] [hh ~ ~ ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ mt] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Samba1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ac ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] [lt ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ mt mt] [mt ~ ~ ~] [~ ~ ~ ~] ", + "[sd ~ sd sd] [sd ~ ~ ~] [~ ~ ~ ~] [~ ~ sd ~] ", +).s().slow(2) +`; + +export const Samba2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ lt lt] ", + "[~ ~ rim ~] [~ rim ~ ~] [rim ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ sd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Samba2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ lt] ", + "[~ ~ ~ ~] [~ ~ ~ mt] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ rim ~ ~] [~ rim ~ ~] [~ rim ~ ~] [~ rim ~ ~] ", + "[~ ~ ~ sd] [~ ~ ~ ~] [~ ~ ~ sd] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Samba2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [lt ~ ~ ~] [~ ~ lt ~] [~ ~ ~ ~] ", + "[mt ~ ~ mt] [~ ~ mt ~] [~ mt ~ ~] [mt ~ ~ mt] ", + "[~ sd sd ~] [~ ~ ~ sd] [sd ~ ~ ~] [~ sd sd ~] ", +).s().slow(2) +`; + +export const Samba3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Samba3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ac] [~ ~ ~ ac] [~ ~ ~ ~] ", + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[~ hh ~ hh] [~ ~ hh ~] [hh ~ ~ hh] [~ ~ hh ~] ", + "[sd ~ sd ~] [sd sd ~ sd] [~ sd sd ~] [sd sd ~ sd] ", +).s().slow(2) +`; + +export const Samba3c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] [bd ~ ~ bd] ", + "[hh hh ~ ~] [~ ~ hh hh] [~ ~ hh ~] [hh ~ ~ ~] ", + "[~ ~ ht ~] [ht ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ lt] [~ ~ lt ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ oh] ", + "[~ ~ sd ~] [sd ~ ~ ~] [sd ~ ~ sd] [~ ~ sd ~] ", +).s().slow(2) +`; + +export const Shuffle1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd bd ~ bd] [bd ~ bd bd] ", + "[hh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ sd] [~ ~ sd ~] [~ sd ~ ~] ", +).s().slow(2) +`; + +export const Shuffle2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [bd ~ ~ bd] ", + "[hh ~ ~ hh] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ sd sd ~] [sd sd sd sd] [~ sd sd ~] ", +).s().slow(2) +`; + +export const SiberianNights = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh]", +).s().slow(2) +`; + +export const Ska1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ac ~] [~ ~ ac ~] [~ ~ ac ~] [~ ~ ac ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ska1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ac ~] [~ ~ ac ~] [~ ~ ac ~] [~ ~ ~ ~] ", + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Ska1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [mt ~ mt ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[sd ~ sd sd] [~ ~ ~ ~] [sd ~ sd ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const SlowDeepHouse = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[sh sh sh sh] [sh sh sh sh] [sh sh sh sh] [sh sh sh sh]", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~]", + "[~ ~ oh oh] [~ ~ oh oh] [~ oh oh ~] [~ ~ oh ~]", +).s().slow(2) +`; + +export const Steppers = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Strbtsdcgogo100 = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ sd ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ hh hh ~] [hh hh ~ hh] [~ ~ ~ ~] [~ hh hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [oh ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const Supersonic1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", +).s().slow(2) +`; + +export const Supersonic1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", +).s().slow(2) +`; + +export const Supersonic2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[cb ~ cb cb] [cb ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[rim rim rim rim] [rim rim rim rim] [rim rim rim rim] [rim rim rim rim] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const Supersonic2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [sd ~ ~ ~] ", + "[cb ~ cb cb] [cb ~ cb ~] [cb ~ ~ ~] [~ ~ ~ ~] ", + "[rim rim rim rim] [rim rim rim rim] [rim rim rim rim] [rim rim rim rim] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] ", +).s().slow(2) +`; + +export const Superstition = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh hh] [hh hh hh ~] [hh ~ hh hh] ", +).s().slow(2) +`; + +export const Swing1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ hh] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ sd sd] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Swing2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd bd ~] [bd bd bd ~] [bd ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ hh ~] ", + "[~ ~ ~ sd] [~ ~ ~ sd] [~ sd sd ~] ", +).s().slow(2) +`; + +export const Swing3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ bd ~ ~] ", + "[cy ~ ~ cy] [~ ~ cy ~] [~ cy ~ ~] ", + "[~ ~ ~ ~] [mt mt ~ ~] [~ ~ mt mt] ", + "[oh ~ ~ oh] [~ ~ oh ~] [~ oh ~ ~] ", + "[~ sd sd ~] [~ ~ ~ sd] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const SynthWave = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh]", +).s().slow(2) +`; + +export const SynthethicSubstitution = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ bd] [~ bd bd bd] [~ ~ ~ bd] [bd ~ bd ~] [~ ~ ~ bd] [~ bd bd bd] [~ ~ ~ bd] ", + "[~ ~ ~ ~] [~ sd ~ ~] [~ ~ ~ ~] [~ sd ~ ~] [~ ~ ~ ~] [~ sd ~ ~] [~ ~ ~ ~] [~ sd ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const TakeMeToMardiGras = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ bd ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh hh] [hh ~ hh ~] [hh ~ hh hh] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[cp ~ cp ~] [~ cp ~ ~] [~ cp ~ ~] [cp ~ ~ ~] ", + "[~ ~ ~ ~] [cy ~ ~ cy] [~ ~ cy ~] [~ cy ~ cy] ", +).s().slow(2) +`; + +export const TakeMeToMardiGrasAlt = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ hh hh] [hh ~ hh ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ oh ~] ", + "[cp ~ cp ~] [~ cp ~ ~] [~ cp ~ ~] [cp ~ ~ ~] ", + "[~ ~ ~ ~] [cy ~ ~ cy] [~ ~ cy ~] [~ cy ~ cy] ", +).s().slow(2) +`; + +export const Techno = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ hh ~ ~] [~ ~ ~ ~] ", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] ", +).s().slow(2) +`; + +export const TheFez = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ bd] [bd ~ ~ ~] ", + "[~ sd ~ sd] [sd sd ~ sd] [~ sd ~ sd] [sd sd ~ sd] [~ sd ~ sd] [sd sd ~ sd] [~ sd ~ sd] [sd sd ~ sd] ", + "[~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] ", +).s().slow(2) +`; + +export const TheSameBlood = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ ~] [bd bd ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ sd] [~ sd sd ~] [~ ~ ~ ~] [sd sd sd ~] ", + "[hh ~ hh ~] [hh ~ hh hh] [hh ~ hh hh] [hh ~ hh hh] ", +).s().slow(2) +`; + +export const TheTrillsGone = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ~ bd] [bd ~ bd ~] [~ ~ ~ ~] ", + "[sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ ~] ", + "[~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] [~ hh ~ hh] ", +).s().slow(2) +`; + +export const TinyHouse = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~] [~ ~ oh ~]", +).s().slow(2) +`; + +export const TransEuroExpress = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ ~ hh] [hh ~ hh hh] [hh ~ ~ hh] ", +).s().slow(2) +`; + +export const Trap1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ sd ~ ~] [~ ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const Trap1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ sd ~ ~] [~ ~ ~ ~]", + "[[hh hh hh] ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [[hh hh hh] ~ hh ~]", +).s().slow(2) +`; + +export const Twist1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ac ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ sd ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Twist1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [bd ~ ~ ~] [~ ~ bd ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ sd ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Twist1c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [mt ~ mt ~] [~ ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const Twist2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ac ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[hh ~ ~ ~] [hh ~ hh ~] [hh ~ ~ ~] [hh ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ sd ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Twist2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ ~ ~] [~ ~ ac ~] [~ ~ ~ ~] [ac ~ ~ ~] ", + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[hh ~ hh hh] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[~ ~ ~ ~] [sd ~ sd ~] [~ ~ ~ ~] [sd ~ ~ ~] ", +).s().slow(2) +`; + +export const Twist2c = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [mt ~ mt ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ sd ~] [~ ~ ~ ~] [sd sd sd sd] ", +).s().slow(2) +`; + +export const TwoDrop = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~]", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~]", +).s().slow(2) +`; + +export const UkGarage1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~]", + "[~ ~ hh hh] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh hh]", + "[~ rim ~ ~] [~ ~ ~ rim] [~ ~ ~ ~] [~ rim ~ ~]", + "[~ ~ ~ ~] [~ mt ~ ~] [~ ~ ~ mt] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const UkGarage1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~]", + "[~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~] [~ ~ hh ~]", + "[~ rim ~ ~] [~ ~ ~ rim] [~ ~ ~ ~] [~ rim ~ ~]", + "[~ ~ ~ ~] [~ mt ~ ~] [~ ~ ~ mt] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const UnconventionalSnare1a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~]", +).s().slow(2) +`; + +export const UnconventionalSnare1b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const UnconventionalSnare2a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const UnconventionalSnare2b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const UnconventionalSnare3a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const UnconventionalSnare3b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const UnconventionalSnare4a = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ bd ~] [~ bd ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ sd ~] [~ ~ ~ ~]", +).s().slow(2) +`; + +export const UnconventionalSnare4b = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[~ ~ bd ~] [~ ~ ~ ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[sd ~ ~ ~] [sd ~ ~ ~] [~ sd ~ ~] [sd ~ ~ ~]", +).s().slow(2) +`; + +export const UnknownDrummer = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ bd] [~ ~ bd ~] [~ ~ bd ~] [~ ~ ~ ~]", + "[~ sd ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ ~]", + "[~ hh hh ~] [hh hh ~ hh] [~ ~ ~ ~] [~ hh ~ ~]", + "[~ ~ ~ ~] [~ ~ ~ ~] [oh ~ ~ ~] [~ ~ oh ~]", +).s().slow(2) +`; + +export const UseMe = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ bd ~ bd] [bd ~ bd bd] [~ bd ~ bd] [bd ~ bd ~] [~ bd ~ ~] [bd bd ~ bd] [~ bd ~ bd] ", + "[~ ~ ~ ~] [sd ~ ~ sd] [~ sd ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [sd ~ ~ sd] [~ ~ ~ ~] [~ ~ ~ sd] ", + "[hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh hh hh hh] [hh ~ ~ ~] [~ ~ ~ hh] ", + "[~ ~ ~ ~] [~ ~ ~ ~] [~ oh ~ oh] [~ oh ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ oh ~ oh] [~ oh ~ ~] ", +).s().slow(2) +`; + +export const UseMeAlt = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ ~] [~ ~ ~ ~] [bd ~ ~ bd] [~ ~ bd ~] [bd ~ ~ ~] ", + "[~ ~ sd ~] [sd ~ sd sd] [~ sd sd ~] [sd ~ sd sd] [~ sd sd ~] [sd ~ sd sd] [~ sd sd ~] [sd ~ sd sd] ", + "[hh ~ ~ ~] [hh hh hh hh] [hh hh ~ ~] [hh hh hh hh] [hh hh ~ ~] [hh hh hh hh] [hh hh ~ ~] [hh hh hh hh] ", + "[~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] [~ ~ oh ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const WalkThisWay = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[~ ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", + "[oh ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] [~ ~ ~ ~] ", +).s().slow(2) +`; + +export const WeWillRockYou = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ bd ~] [~ ~ ~ ~] [bd ~ bd ~] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [cp ~ ~ ~] [~ ~ ~ ~] [cp ~ ~ ~] ", +).s().slow(2) +`; + +export const WhenTheLeveeBreaks = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd bd ~ ~] [~ ~ ~ bd] [~ ~ bd bd] [~ ~ ~ ~] ", + "[~ ~ ~ ~] [sd ~ ~ ~] [~ ~ ~ ~] [sd ~ ~ ~] ", + "[hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] [hh ~ hh ~] ", +).s().slow(2) +`; + +export const YaMama = `// made by using the patterns from https://github.com/lvm/tidal-drum-patterns +// (licensed under GPL-3.0 license) +// using the R script from this repository: https://github.com/urswilke/read_beats +stack( + "[bd ~ ~ ~] [~ ~ ~ bd] [bd ~ ~ ~] [~ ~ ~ ~]", + "[~ ~ ~ ~] [cy ~ ~ ~] [~ ~ ~ ~] [cy ~ ~ ~]", +).s().slow(2) +`;