Exemplo n.º 1
0
def a1007a():
    return repeatlist(chain(
        pulse(100, 0, 1, 2),
        pause(1),
    ), 10)
Exemplo n.º 2
0
def tease16():
    return chain(pause(20), flat(40, 5))
Exemplo n.º 3
0
def tease18():
    return repeatlist(chain(pause(3), flat(100, 0.5)), 10)
Exemplo n.º 4
0
def tease11():
    return repeatlist(chain(pause(5), flat(20, 5)), 3)
Exemplo n.º 5
0
def tease14():
    return repeatlist(chain(pause(7), pulse(100, 0, 1, 2)), 3)
Exemplo n.º 6
0
def tease7():
    return repeatlist(chain(pause(10), flat(80, 2)), 2)
Exemplo n.º 7
0
def tease9():
    return chain(pause(20), flat(20, 10))
Exemplo n.º 8
0
def a1209a():
    return repeatlist(
        chain(repeatlist(chain(flat(100, 2), pause(0.5)), 6), pause(2)), 2)
Exemplo n.º 9
0
def a1302a():
    return repeatlist(chain(linear(20, 100, 1), flat(100, 3), pause(1)), 6)
Exemplo n.º 10
0
def a1204a():
    return repeatlist(chain(flat(100, 4), pause(2)), 5)
Exemplo n.º 11
0
def a1208a():
    return repeatlist(
        chain(repeatlist(chain(flat(100, 2), pause(0.5)), 5), pause(2)), 3)
Exemplo n.º 12
0
def a1203a():
    return repeatlist(chain(flat(100, 4), pause(1)), 6)
Exemplo n.º 13
0
def a1103a():
    return repeatlist(chain(
        pulse(100, 0, 2, 4),
        pause(2),
    ), 3)
Exemplo n.º 14
0
def a1101a():
    return repeatlist(chain(
        pulse(100, 0, 2, 2),
        pause(2),
    ), 5)
Exemplo n.º 15
0
def tease4():
    return repeatlist(chain(pause(6), flat(20, 4)), 3)
Exemplo n.º 16
0
def a1303a():
    return repeatlist(chain(linear(20, 100, 1), flat(100, 4), pause(1)), 5)
Exemplo n.º 17
0
def tease6():
    return repeatlist(chain(pause(10), flat(40, 4)), 2)
Exemplo n.º 18
0
def a1304a():
    return repeatlist(chain(flat(100, 3), pause(1)), 8)
Exemplo n.º 19
0
def tease8():
    return chain(pause(18), flat(80, 4))
Exemplo n.º 20
0
def a1305a():
    return repeatlist(chain(flat(100, 2), pause(1)), 10)
Exemplo n.º 21
0
def tease10():
    return repeatlist(chain(pause(13), flat(100, 1)), 2)
Exemplo n.º 22
0
def empty():
    return pause(30)
Exemplo n.º 23
0
def tease13():
    return repeatlist(chain(pause(5), pulse(100, 0, 1, 2)), 5)
Exemplo n.º 24
0
def tease1():
    return repeatlist(chain(pause(8), flat(100, 1)), 4)
Exemplo n.º 25
0
def tease15():
    return repeatlist(chain(pause(9), pulse(100, 0, 1, 3)), 3)
Exemplo n.º 26
0
def tease2():
    return repeatlist(chain(pause(6), flat(100, 0.5)), 5)
Exemplo n.º 27
0
def tease17():
    return repeatlist(chain(pause(4), flat(80, 1)), 6)
Exemplo n.º 28
0
def tease3():
    return repeatlist(chain(pause(3), flat(40, 2)), 6)
Exemplo n.º 29
0
def tease19():
    return repeatlist(chain(pause(12), flat(80, 2)), 2)
Exemplo n.º 30
0
def a1006a():
    return repeatlist(chain(
        pulse(100, 0, 1, 4),
        pause(1),
    ), 6)