weresocool 1.0.47

***** WereSoCool __!Now In Stereo!__ ****** Make cool sounds. Impress your friends.
Documentation
{ f: 311.127, l: 1, g: 1/1, p: 0 }

thing1 = {
  O[
    (1/1, 2, 1, 1),
    (1/1, 0, 1, -1),
  ]
  | Seq [
    Fm 1, Fm 9/8, Fm 5/4
  ]
}

thing2 = {
  O[
    (1/1, 3, 1, 1),
    (1/1, 0, 1, -1),
  ]
  | Seq [
    Fm 3/4
  ]
  | FitLength thing1
}

main = {
  Overlay [
    thing1,
    thing2
  ]
}