Roc
2014-10-21 10:25:56 UTC
i have a Pif controling aparameter of a synth based on duration, so
whenever \dur is above 0.3 it triggers the Pbrown:
Pif(Pbinop('>', Pkey(\dur), 0.3), Pbrown(0.25, 0.8, 0.05), 0.5);
but i'd like to make that more specific, so that whenever \dur is above say
0.5 it runs another pattern instead of the Pbrown above.
mmm?
Roc Jiménez de Cisneros
http://vivapunani.org
@_roc
whenever \dur is above 0.3 it triggers the Pbrown:
Pif(Pbinop('>', Pkey(\dur), 0.3), Pbrown(0.25, 0.8, 0.05), 0.5);
but i'd like to make that more specific, so that whenever \dur is above say
0.5 it runs another pattern instead of the Pbrown above.
mmm?
Roc Jiménez de Cisneros
http://vivapunani.org
@_roc