CSL  5.2
CSL_All.h
Go to the documentation of this file.
1 //
2 // CSL_All.h -- include all the CSL4 "ugen" include files
3 // See the copyright notice and acknowledgment of authors in the file COPYRIGHT
4 //
5 
6 #include "CSL_Includes.h" // the main include
7 
8 #include "CPoint.h" // utility classes
9 
10 // Unit generators -- Sources
11 
12 #include "KarplusString.h"
13 #include "Spectral.h"
14 
15 // Processors
16 
17 #include "BinaryOp.h"
18 #include "Clipper.h" /// clipper/distortion
19 #include "DelayLine.h"
20 //#include "Convolver.h"
21 //#include "FDN.h"
22 
23 #ifndef CSL_WINDOWS
24 #include "SHARC.h"
25 #endif
26 
27 // IO
28 
29 #include "PAIO.h"
30 #include "FileIO.h"
31 //#include "MIDIIO.h"
32 
33 // Remote Streams and IO
34 
35 //#include "RemoteStream.h"
36 //#include "RemoteIO.h"
37 
38 #if 0 // NOT PORTED YET
39 
40 #include "OscillatorBL.h"
41 #include "Lorenz.h"
42 
43 // #include "Convolver.h"
44 
45 // Questionable stuff
46 
47 //#include "WaveShaper.h"
48 //#include "VWaveShaper.h"
49 //#include "Granulator.h"
50 
51 #endif
52