Esempio n. 1
0
def a1000a():
    return flat(40, 30)
Esempio n. 2
0
def tease6():
    return repeatlist(chain(pause(10), flat(40, 4)), 2)
Esempio n. 3
0
def tease8():
    return chain(pause(18), flat(80, 4))
Esempio n. 4
0
def tease2():
    return repeatlist(chain(pause(6), flat(100, 0.5)), 5)
Esempio n. 5
0
def tease4():
    return repeatlist(chain(pause(6), flat(20, 4)), 3)
Esempio n. 6
0
def a1307a():
    return repeatlist(chain(flat(100, 4), dip(4, 100, 30)), 4)
Esempio n. 7
0
def a1309a():
    return repeatlist(chain(flat(100, 4), dip(2, 100, 30)), 5)
Esempio n. 8
0
def a1203a():
    return repeatlist(chain(flat(100, 4), pause(1)), 6)
Esempio n. 9
0
def a1204a():
    return repeatlist(chain(flat(100, 4), pause(2)), 5)
Esempio n. 10
0
def a204a():
    return repeatlist(
        chain(sine_wave(0.5, 3, 70, 0), sine_wave(0.5, 3, 70, 0), flat(0, 3)),
        6)
Esempio n. 11
0
def a1202a():
    return flat(90, 30)
Esempio n. 12
0
def a1201a():
    return flat(50, 30)
Esempio n. 13
0
def a1005a():
    return repeatlist(chain(flat(90, 3), flat(0, 1), pulse(100, 0, 1, 4)), 4)
Esempio n. 14
0
def a1001a():
    return flat(60, 30)
Esempio n. 15
0
def a205a():
    return repeatlist(
        chain(repeatlist(sine_wave(0.5, 2, 70, 0), 3), flat(0, 3)), 5)
Esempio n. 16
0
def a1208a():
    return repeatlist(
        chain(repeatlist(chain(flat(100, 2), pause(0.5)), 5), pause(2)), 3)
Esempio n. 17
0
def a1306a():
    return repeatlist(chain(flat(100, 2), dip(4, 100, 30)), 5)
Esempio n. 18
0
def a1209a():
    return repeatlist(
        chain(repeatlist(chain(flat(100, 2), pause(0.5)), 6), pause(2)), 2)
Esempio n. 19
0
def a1308a():
    return repeatlist(chain(flat(100, 3), dip(3, 100, 30)), 5)
Esempio n. 20
0
def a1301a():
    return flat(100, 30)
Esempio n. 21
0
def tease1():
    return repeatlist(chain(pause(8), flat(100, 1)), 4)
Esempio n. 22
0
def a1302a():
    return repeatlist(chain(linear(20, 100, 1), flat(100, 3), pause(1)), 6)
Esempio n. 23
0
def tease3():
    return repeatlist(chain(pause(3), flat(40, 2)), 6)
Esempio n. 24
0
def a1303a():
    return repeatlist(chain(linear(20, 100, 1), flat(100, 4), pause(1)), 5)
Esempio n. 25
0
def tease5():
    return flat(15, 30)
Esempio n. 26
0
def a1304a():
    return repeatlist(chain(flat(100, 3), pause(1)), 8)
Esempio n. 27
0
def tease7():
    return repeatlist(chain(pause(10), flat(80, 2)), 2)
Esempio n. 28
0
def a1305a():
    return repeatlist(chain(flat(100, 2), pause(1)), 10)
Esempio n. 29
0
def a206a():
    return repeatlist(chain(linear(0, 80, 2), flat(0, 3)), 8)
Esempio n. 30
0
def a10a():
    return repeatlist(chain(flat(30, 4), flat(0, 1)), 6)