Back to Explore
🏗️Structure

Layering

Multiple patterns stacked—builds complexity

Examples

Simple two-layer pattern

stack(
  s("bd sd"),
  s("hh*4")
)

Three layers with different rhythms

stack(
  s("bd sd:2"),
  s("hh*8").gain(0.5),
  s("~ ~ ~ cp")
)

Try It Yourself

Start with a blank canvas and experiment with layering.

Community Patterns

Patterns from other learners that use layering

Related Concepts