00001 // 00002 // CSL_All.h -- include all the CSL4 "ugen" include files 00003 // See the copyright notice and acknowledgment of authors in the file COPYRIGHT 00004 // 00005 00006 #include "CSL_Includes.h" // the main include 00007 00008 #include "CPoint.h" // utility classes 00009 00010 // Unit generators -- Sources 00011 00012 #include "Oscillator.h" // Simplest sine oscillator 00013 #include "Noise.h" 00014 #include "Envelope.h" 00015 #include "Window.h" 00016 #include "KarplusString.h" 00017 #include "Spectral.h" 00018 00019 // Processors 00020 00021 #include "BinaryOp.h" 00022 #include "InOut.h" 00023 #include "Filters.h" 00024 #include "FIR.h" 00025 //#include "FDN.h" 00026 #include "Mixer.h" 00027 00028 // IO 00029 00030 #include "PAIO.h" 00031 #include "FileIO.h" 00032 //#include "MIDIIO.h" 00033 #include "SoundFile.h" 00034 00035 // Remote Streams and IO 00036 00037 //#include "RemoteStream.h" 00038 //#include "RemoteIO.h" 00039 00040 #if 0 // NOT PORTED YET 00041 00042 #include "OscillatorBL.h" 00043 #include "Lorenz.h" 00044 00045 #ifndef CSL_WINDOWS 00046 #include "SHARC.h" 00047 #endif 00048 00049 #include "Freeverb.h" 00050 #include "Clipper.h" 00051 // #include "Convolver.h" 00052 00053 // Questionable stuff 00054 00055 //#include "WaveShaper.h" 00056 //#include "VWaveShaper.h" 00057 //#include "Granulator.h" 00058 00059 #ifdef CSL_MACOSX 00060 #include "CAIO.h" 00061 #endif 00062 00063 #endif 00064
1.4.5-20051010