]> git.mxchange.org Git - flightgear.git/blobdiff - src/Sound/fg_sound.hxx
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / Sound / fg_sound.hxx
index 8774562b24347a594d23e97ff930e3b7c3a78867..f6c21b80bcb9d58ffaef2308fab59312f4e4be3c 100644 (file)
@@ -61,6 +61,7 @@ protected:
   typedef struct {
         SGPropertyNode * prop;
         double (*fn)(double);
+        double *intern;
         double factor;
         double offset;
         double min;
@@ -72,14 +73,16 @@ private:
 
   FGSoundMgr * _mgr;
   FGSimpleSound * _sample;
-  FGCondition * _condition;
 
+  FGCondition * _condition;
   SGPropertyNode * _property;
-  double _prev_value;
 
   bool _active;
   string _name;
   int _mode;
+  double _prev_value;
+  double _dt_play;
+  double _dt_stop;
 
   vector<_snd_prop> _volume;
   vector<_snd_prop> _pitch;