#include <Clipper.h>
Inheritance diagram for csl::Clipper:

Public Member Functions | |
| Clipper (UnitGenerator &input, float min=-1, float max=1, ClipperFlags flags=kBoth) | |
| Constructor takes the input UGen and optionally the flags, min and max. | |
| ~Clipper () | |
| void | dump () |
| print the receiver for debugging | |
| void | nextBuffer (Buffer &outputBuffer, unsigned outBufNum) throw (CException) |
Private Attributes | |
| ClipperFlags | mFlags |
| float | mMin |
| float | mMax |
|
||||||||||||||||||||
|
Constructor takes the input UGen and optionally the flags, min and max.
|
|
|
|
|
|
print the receiver for debugging
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.5-20051010