client keyframe fix when tweak set, clean up, ffmpeg plugin.opts from andrea, about...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / amodule.h
index d7bf72e1a68a3caca64731ec0ce754a295977fb1..6781d38c63b604735a061c27058bd805097128a0 100644 (file)
@@ -40,6 +40,7 @@ class AModuleReset;
 #include "filexml.inc"
 #include "floatautos.inc"
 #include "maxchannels.h"
+#include "meterhistory.h"
 #include "module.h"
 #include "resample.h"
 #include "samples.inc"
@@ -102,10 +103,7 @@ public:
        FloatAutos* get_pan_automation(int channel);  // get pan automation
        FloatAutos* get_fade_automation();       // get the fade automation for this module
 
-
-       double *level_history;
-       int64_t *level_samples;
-       int current_level;
+       MeterHistory *meter_history;
 
 // Temporary buffer for rendering transitions
        Samples *transition_temp;