Modifications

Aller à : navigation, rechercher

Livecoding

178 octets ajoutés, 13 février 2019 à 13:25
Documentation
<code>p1 >> pluck([0, 2, 4], dur=[1, 1/2, 1/2], amp=0.75)</code> soit pour CMajor = [C, D, E, F, G, A, B], les notes suivantes : CMajor[0] => C, CMajor[2] => E, CMajor[4] => G
* jusque là, tout va bien <code>d1 >> play("(x[--])xo{-[--][-x]}")</code>
* Pattern :my_pattern = Pattern([0, 1, 2, 3]) ou my_pattern = P[0, 1, 2, 3]cool <code>>>> print(PRange(0, 10, 2).reverse() + [1, 2]) </code> <code>P[9, 8, 5, 4, 1, 10, 7, 6, 3, 2] </code>
==Sonic Pi==

Menu de navigation