diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-08-30 17:17:38 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-08-30 17:17:38 +0200 |
commit | 3c19adc8a7d67305631d560ac69a8e6f74f052f8 (patch) | |
tree | 3bf7d48107feeaa885425980942667f482e6e639 /lib | |
parent | fd7a7851ef99dedf5116dc5dff772445eb670218 (diff) | |
download | digitale-debutanten-3c19adc8a7d67305631d560ac69a8e6f74f052f8.tar.gz |
replace Chubgraph Clipper with Chugin Clipper, giving a significant speed 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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ClipperGraph.ck (renamed from lib/Clipper.ck) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Clipper.ck b/lib/ClipperGraph.ck index eb45ea2..86e6183 100644 --- a/lib/Clipper.ck +++ b/lib/ClipperGraph.ck @@ -1,7 +1,7 @@ /* * clip signal within -1 to 1 with simple UGens */ -public class Clipper extends ChubgraphStd { +public class ClipperGraph extends ChubgraphStd { /* calculate a from HalfRect(inlet + 1) */ Step __one; 1 => __one.next; inlet => HalfRect __a; |