Strudelify

Always Mine

Thomas Bergersen

KeyF majorTempo120 bpm
0:00/0:00
// Always Mine — Thomas Bergersen
// 120 bpm, 4/4, key F major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Tempo changes preserved in elapsed time; displayed bars use the dominant tempo.
// note: metre changes (2/4 at bar 1, 4/4 at bar 2) are rendered on a constant 4/4 grid of one bar per cycle
// note: Transcription provider: pdmx. https://musescore.com/score/1834886; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 84 bars on a 32-step grid, each part at one level. Source detail keeps the original performance.
setcpm(120/4)

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

// other · violin
const violin = note("<~@24 A@6 ~@54>".pickRestart({
  A: "[~@11 d4@8 e4@8 f4@8 g4@8 a4@8 bb4@8 c5@8 d5@8 e5@8 ~@13]/6",
})).s("gm_violin").gain(0.4)

stack(violin)