New quark: PmodEnv: modulate any Pbind key with long lasting envelope

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 :slight_smile:

8 Likes

Yes! Thanks for finally releasing this. Are there any changes to the earlier version you shared on the discord?

I don’t think so. It should behave the same, tell me if something doesn’t work. However I added PnoteEnv so this quark could still be useful for you ^^

1 Like