Discussion:
double Pif
Roc
2014-10-21 10:25:56 UTC
Permalink
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
Roc
2014-10-21 10:46:10 UTC
Permalink
i have a Pif controlling a parameter 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

Loading...