From 7327367e6081efbc765a51102aa6dea869d70c0e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 9 Sep 2012 23:14:15 +0200 Subject: renamed Chugen and Chubgraph Clipper implementations so they can be used as dropin replacements for the Clipper Chugin --- lib/ClipperGraph.ck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ClipperGraph.ck') diff --git a/lib/ClipperGraph.ck b/lib/ClipperGraph.ck index db5fc14..c21fd5c 100644 --- a/lib/ClipperGraph.ck +++ b/lib/ClipperGraph.ck @@ -1,7 +1,7 @@ /* * clip signal within -1 to 1 with simple UGens */ -public class ClipperGraph extends Chubgraph { +public class Clipper extends Chubgraph { /* calculate a from HalfRect(inlet + 1) */ Step __one; 1 => __one.next; inlet => HalfRect __a; -- cgit v1.2.3