C:/Documents and Settings/Alessandro/Documenti/Programmazione/CodeBlocks/AudioDrome/include/AudioDrome/InterpRandom.h

00001 /***************************************************/
00015 /***************************************************/
00016 
00017 #ifndef INTERPRANDOM_H
00018 #define INTERPRANDOM_H
00019 
00020 #include "HoldRandom.h"
00021 #include "Line.h"
00022 
00023 class InterpRandom : public HoldRandom
00024 {
00025 public:
00026     InterpRandom(const float &sr=44100, const bool &seed=true);
00027     virtual ~InterpRandom();
00028 
00030 
00036     virtual float outSig ();
00037 
00038 protected:
00039 private:
00040     Line _rampa;
00041 };
00042 #endif

Generato il Tue Dec 26 14:42:31 2006 per AudioDrome da  doxygen 1.4.7