Skip to content

Instantly share code, notes, and snippets.

@munshkr
Last active February 19, 2017 14:51
Show Gist options
  • Select an option

  • Save munshkr/3ab0e7f115eac7334e4e21f16f00a253 to your computer and use it in GitHub Desktop.

Select an option

Save munshkr/3ab0e7f115eac7334e4e21f16f00a253 to your computer and use it in GitHub Desktop.
xi-03
supermandolin.set degree: [1,4,7,8,9].p([1/4,1/8,1/8,1/8,1/16,1/16,1/8]).seq(2),
gate: :degree,
detune: [0.1, 0.4, 0.4],
sustain: [1,2,3,10],
accelerate: [0, 0, 0.1],
octave: [3,4,5,6].p(1/3),
scale: [Scale.iwato, Scale.jiao].p(1/2),
amp: P.new { |y| y << rand * 0.2 + 0.8 }.p(1/2)
fm.set degree: [1,4,7,8,9].p([4,1,2,1]),
gate: :degree,
sustain: 4,
scale: [Scale.iwato, Scale.jiao].p(8),
octave: 3
fm2.set s: :fm,
gate: :degree,
degree: [1,4,7,8,9].p([2,0.5,1,0.5]),
detune: [1, 1.2, 0.75],
sustain: 8,
scale: [Scale.iwato, Scale.jiao].p(8),
octave: [4,5].p(8),
amp: 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment