Strudelify

mo ghile mear

Traditionnel irlandais

KeyG majorTempo100 bpm
0:00/0:00
// mo ghile mear — Traditionnel irlandais
// 100 bpm, 4/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/51209; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 16 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(100/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 · violin · "Violon"
const violin = note("<A B C D A E F B G B H D H I J D>".pickRestart({
  A: "d4 b3", B: "g3 a3 d4@2", C: "g3 d4", D: "g3 a3", E: "g3 a3 f#4@2", F: "d4", G: "d4!2", H: "d4 f#4", I: "g3 b3",
  J: "g3 f#4",
})).s("gm_violin").gain(0.35)

// other · viola · "Alto"
const viola = note("<A B C D A E F B G B H D H I J D>".pickRestart({
  A: "b3 g3", B: "e3 f#3 b3@2", C: "e3 b3", D: "e3 f#3", E: "e3 f#3 d4@2", F: "b3", G: "b3!2", H: "b3 d4", I: "e3 g3",
  J: "e3 d4",
})).s("gm_viola").gain(0.35)

// other · cello · "Violoncelle"
const cello = note("<A B C D A E F B G B H D H I J K>".pickRestart({
  A: "g3 e3", B: "c3 d3 g3@2", C: "c4 g3", D: "c3 d3", E: "c3 d3 b3@2", F: "g3", G: "g3!2", H: "g3 b3", I: "c3 e3",
  J: "c3 b3", K: "c4 d4",
})).s("gm_cello").gain(0.35)

stack(violin, viola, cello)