CSL_Includes.h

Go to the documentation of this file.
00001 //
00002 //  CSL_Includes.h -- include all the core CSL 5.0 header files
00003 //
00004 //  See the copyright notice and acknowledgment of authors in the file COPYRIGHT
00005 //
00006 
00007 // CSL Kernel
00008 
00009 #include "CSL_Core.h"           
00010 #include "RingBuffer.h"         
00011 #include "BlockResizer.h"       
00012 #include "CPoint.h"             
00013 #include "ThreadUtilities.h"    
00014 #include "Variable.h"           
00015 
00016 // Sources
00017 
00018 #include "Envelope.h"           
00019 #include "Window.h"             
00020 #include "Oscillator.h"         
00021 #include "Noise.h"              
00022 
00023 // Effects
00024 
00025 #include "BinaryOp.h"           
00026 #include "Filters.h"            
00027 #include "FIR.h"                
00028 #include "InOut.h"              
00029 #include "Mixer.h"              
00030 #include "Freeverb.h"           
00031 
00032 // FFT
00033 
00034 #ifdef USE_FFTREAL
00035 #include "FFT_Wrapper.h"        
00036 #include "Spectral.h"           
00037 #endif
00038 
00039 #ifdef USE_FFTW
00040 #include "FFT_Wrapper.h"        
00041 #include "Spectral.h"           
00042 #endif
00043 
00044 // Sound files
00045 
00046 #ifdef USE_JSND
00047     #include "SoundFileJ.h"
00048 #endif
00049 
00050 #ifdef USE_LSND
00051     #include "SoundFileL.h"
00052 #endif
00053 
00054 #ifdef USE_CASND
00055     #include "SoundFileCA.h"
00056 #endif
00057 
00058 // MIDI
00059 
00060 #ifdef USE_JMIDI
00061     #include "MIDIIOJ.h"
00062 #endif
00063 
00064 #ifdef USE_PMIDI
00065     #include "MIDIIOP.h"
00066 #endif

Generated on Sat Oct 17 14:12:30 2009 for CSL by  doxygen 1.4.5-20051010