; Four bars, and the bass is the same one under two of them.
#Tick 0d125000              ; cycles a tick: a sixteenth note at 120 beats a minute

#Patch Oboe    oboe.patch

#Voice 0d0 Oboe             ; which instrument each voice starts on
#Voice 0d1 Oboe
#Voice 0d2 Oboe
#Voice 0d3 Oboe

#Sequence MotifA
  0x30 0d2
  0x00 0d2
  0x3C 0d2
  0x00 0d4
  0x48 0d4
  0x00 0d4
  0x47 0d4
  0x00 0d6
  ; 28 beats

#Sequence MotifB
  0x00 0d2
  0x35 0d2
  0x00 0d2
  0x40 0d4
  0x00 0d4
  0x45 0d4
  0x00 0d4
  0x43 0d6


#Sequence IntroQuiet
  0x00 0d28

#Sequence ChordRoot
  0x2C 0x4
  0x2E 0x4
  0x30 0x4

#Sequence ChordFifth
  0x33 0x4
  0x35 0x4
  0x37 0x4

#Sequence ChordThird
  0x3C 0x4
  0x3E 0x4
  0x40 0x4

#Sequence ChordQuiet
  0x00 0d12

#Sequence Bass
  0x24 0x8

#Order 0d0
  MotifA ChordRoot

#Order 0d1
  MotifB ChordFifth

#Order 0d2
  IntroQuiet ChordThird

#Order 0d3
  IntroQuiet ChordQuiet Bass
