summaryrefslogtreecommitdiff
path: root/chugins
AgeCommit message (Collapse)AuthorFilesLines
2012-09-04remove GainMod chugin/UGen: multiplying two UGen outputs can already be ↵Robin Haberkorn2-23/+1
achieved by chucking them to the same UGen (X) and setting X.op(3)
2012-09-03build 64-bit ChuginsRobin Haberkorn1-4/+2
2012-09-01added "GainMod" chugin (essentially sample multiplication like Pure Data [~*])Robin Haberkorn2-1/+23
2012-08-30replace Chubgraph Clipper with Chugin Clipper, giving a significant speed ↵Robin Haberkorn2-0/+37
increase * Chubgraph Clipper now available as ClipperGraph * Chugins are built in chugins/ and do not need to be installed * additional command line options to ./start_chuck are passed to chuck