Sha256: 441f7974dcc955f47ade8e947c7b479cb1a3bf37eb44af651a15bcefc572bd10
Contents?: true
Size: 538 Bytes
Versions: 6
Compression:
Stored size: 538 Bytes
Contents
# the bloops o' phone b = Bloops.new b.tempo = 320 # melodious s1 = b.sound Bloops::SQUARE s1.punch = 0.5 s1.sustain = 0.4 s1.decay = 0.2 s1.arp = 0.4 s1.aspeed = 0.6 s1.repeat = 0.6 s1.phase = 0.2 s1.psweep = 0.2 # beats s2 = b.sound Bloops::NOISE s2.punch = 0.5 s2.sustain = 0.2 s2.decay = 0.4 s2.slide = -0.4 s2.phase = 0.2 s2.psweep = 0.2 # the tracks b.tune s1, "f#5 c6 e4 b6 g5 d6 4 f#5 e5 c5 b6 c6 d6 4 " b.tune s2, "4 c6 4 b5 4 4 e4 4 c6 4 b5 4 4 e4" b.play
Version data entries
6 entries across 6 versions & 2 rubygems