00001 // 00002 // CSL_Includes.h -- include the core CSL5 header files 00003 // 00004 // See the copyright notice and acknowledgment of authors in the file COPYRIGHT 00005 // 00006 00007 #include "CSL_Core.h" 00008 00009 #include "RingBuffer.h" 00010 #include "Variable.h" 00011 #include "BinaryOp.h" 00012 #include "BlockResizer.h" 00013 #include "CPoint.h" 00014 00015 #include "Envelope.h" 00016 #include "Window.h" 00017 #include "Oscillator.h" 00018 //#include "OscillatorBL.h" /// Band-limited oscillators 00019 #include "Noise.h" 00020 //#include "KarplusString.h" /// Plucked string simulation 00021 00022 #include "Filters.h" 00023 #include "Spectral.h" 00024 #include "FIR.h" 00025 #include "FFT_Wrapper.h" 00026 00027 #include "InOut.h" 00028 #include "Mixer.h" 00029 #include "Freeverb.h" 00030 00031 //#include "ThreadUtilities.h" /// PThread utilities 00032 //#include "ThreadedFrameStream.h" 00033 00034 #ifdef USE_JSND 00035 #include "SoundFileJ.h" 00036 #endif 00037 00038 #ifdef USE_LSND 00039 #include "SoundFileL.h" 00040 #endif 00041 00042 #ifdef USE_CASND 00043 #include "SoundFileCA.h" 00044 #endif
1.5.8