diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-07 21:04:14 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-07 21:04:14 +0200 |
| commit | f03fc538d5762ed5b540d4d21438d6aafa0a6fb8 (patch) | |
| tree | 8667db365414b852b8abe4da2eeea9e5a38dbc91 /lib/ClipperGraph.ck | |
| parent | 4c29c17f3b48d03bc8bcf4a81b70e81faf1d2e54 (diff) | |
| download | digitale-debutanten-f03fc538d5762ed5b540d4d21438d6aafa0a6fb8.tar.gz | |
removed ChubgraphStd workaround
fixed in ChucK v1.3.1.0
Diffstat (limited to 'lib/ClipperGraph.ck')
| -rw-r--r-- | lib/ClipperGraph.ck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ClipperGraph.ck b/lib/ClipperGraph.ck index 86e6183..db5fc14 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 ChubgraphStd { +public class ClipperGraph extends Chubgraph { /* calculate a from HalfRect(inlet + 1) */ Step __one; 1 => __one.next; inlet => HalfRect __a; |
