Skip to content

grirgz/PmodEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This quark contains PmodEnv, a litte pattern that allow you to modulate any Pbind key with a long lasting envelope generated by a pattern

Pbind(\instrument, saw, \cutoff, PmodEnv(Pseq([1/2,2,1,4],1), 2) )

In this quark there is also:

  • PnoteEnv: The modulating Env is unique to each event note
Pbind(\instrument, saw, \cutoff, PnoteEnv.adsr(Pwhite(0.1,0.5),0.1,0.2,0.1) )
  • PpatEnv: Generate a static Env from a pattern, for synthdef that take an Env as argument
Pbind(\instrument, saw, \cutoffadsr, PpatEnv.adsr(Pwhite(0.1,0.5),0.1,0.2,0.1) )

About

Supercollider quark for using envelopes as modulators in patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published