CSL  6.0
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 // THIS IS NOT USED ANY MORE
7 
8 12348972po35478612765412 // error if you include this
9 
10 #include "CSL_Includes.h" // the main include
11 
12 #include "CPoint.h" // utility classes
13 
14 // Unit generators -- Sources
15 
16 #include "KarplusString.h"
17 #include "Spectral.h"
18 
19 // Processors
20 
21 #include "BinaryOp.h"
22 #include "Clipper.h" /// clipper/distortion
23 #include "DelayLine.h"
24 //#include "Convolver.h"
25 //#include "FDN.h"
26 
27 #ifndef CSL_WINDOWS
28 #include "SHARC.h"
29 #endif
30 
31 // IO
32 
33 #include "PAIO.h"
34 #include "FileIO.h"
35 //#include "MIDIIO.h"
36 
37 // Remote Streams and IO
38 
39 //#include "RemoteStream.h"
40 //#include "RemoteIO.h"
41 
42 #if 0 // NOT PORTED YET
43 
44 #include "OscillatorBL.h"
45 #include "Lorenz.h"
46 
47 // #include "Convolver.h"
48 
49 // Questionable stuff
50 
51 //#include "WaveShaper.h"
52 //#include "VWaveShaper.h"
53 //#include "Granulator.h"
54 
55 #endif
56