Strudelify
KeyF minorTempo115 bpm
0:00/0:00
// Pinion — Nine Inch Nails
// 115 bpm, 4/4, key F minor. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: pitch bends are ignored
// note: Full arrangement: all 30 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(115/4)

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

// chords · distortion guitar · "Distorted Guitar"
const distortion_guitar = note("<A B A B C B A B C B A B C B A B C B A B C B A B C B A B C B>".pickRestart({
  A: "~ [f2,c3,f3] ~ [gb2,db3,gb3]", B: "~ [g2,d3,g3] ~ [ab2,eb3,ab3]", C: "eb3 db3 [f2,c3,f3]@2 ~@2 [gb2,db3,gb3]@2",
})).s("gm_distortion_guitar").gain(0.2)

stack(distortion_guitar)

More by Nine Inch Nails