Strudelify

Black Swan

Clariana

KeyG majorTempo147 bpm
0:00/0:00
// Black Swan — Clariana
// 147 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5957969; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 120 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(147/4)

// Notation: c3@3 lasts 3 steps · ~ is a rest.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// other · flute
const flute = note(`<
  A B C D E B F D A B C D E B F D A B C D E B F D A B C D E B F D A B C D E B F D ~@16 A B C D E B F D A B C D E B F D A
  B C D E B F D A B C D E B F D ~@16 A B C D E B F D A B C D E B F D
>`.pickRestart({
  A: "g4 ~", B: "d4 ~ f4 ~", C: "e4 ~@3", D: "d4 ~ c4 ~", E: "d4 ~", F: "e4 ~",
})).s("gm_flute").gain(0.3)

stack(flute)