Morph-SynRJ

view sndDetect.h @ 0:22de913c2d84

morph-synrj intro
author "Cedric Pinson <cedric.pinson@alcove.fr> <mornifle@plopbyte.net>"
date Tue Nov 27 15:23:52 2007 +0100 (2007-11-27)
parents
children
line source
2 #ifndef __SND_DETECT__
3 #define __SND_DETECT__
5 #include "smplInfo.h"
6 #include "minifmod/minifmod.h"
8 class sndDetect
9 {
11 private:
13 public:
14 sndDetect();
15 ~sndDetect();
17 SamplesData GetSampleData( enum SamplesDef );
19 // Fx Related ...
20 bool InFxScreen1( void );
21 bool InFxScreen2( void );
23 };
25 #endif