Hello, I have the pleasure to announce the release of PmodEnv quark, which is a litte pattern that allow you to modulate any Pbind key with an arbitrary envelope generated by a pattern
This code generate an envelope of 3 segment lasting 2 beats each:
Pbind(\instrument, saw, \cutoff, PmodEnv(Pseq([1/2,2,1,4],1), 2) \dur, 1/4)
And there is another pattern to modulate each note with an envelope, PnoteEnv. You don’t have to put EnvGen on every parameter in your Synthdef, it can be done in live by combining synthdefs.
Any feedback is welcome