Skip to content

Starter Examples

Small examples for first run and quick confirmation.

Starter (Auto)

Index

  • examples/starter/melody-simple.loom
  • examples/starter/seq-basic.loom

Samples

examples/starter/melody-simple.loom
loom
---
bpm: 100
signature: 4/4
unit: bar
title: "Simple Melody"
---

# Piano: 1

> Simple C Major Scale
> One note per beat (Quarter notes)

c3 | ^ . . . | . . . . |
d3 | . ^ . . | . . . . |
e3 | . . ^ . | . . . . |
f3 | . . . ^ | . . . . |
g3 | . . . . | ^ . . . |
a3 | . . . . | . ^ . . |
b3 | . . . . | . . ^ . |
c4 | . . . . | . . . ^ |
examples/starter/seq-basic.loom
loom
---
bpm: 120
signature: 4/4
unit: bar
title: "Seq Sugar"
---

# Lead: 1

> seq sugar: note/chord/rest/sustain directly in the pattern grid.
> modifier works the same as normal pattern lines.

seq | C4 D4  E4  .  | [G4,B4 D5 E5] . C5 -  |
v   | 80 100 120 .  | [40,100 . .]  . .  .  |