Module PeakMeterCtrl :: Class PeakMeterData
[hide private]
[frames] | no frames]

Class PeakMeterData

source code

object --+
         |
        PeakMeterData

A simple class which holds data for our PeakMeterCtrl.

Instance Methods [hide private]
 
__init__(self, value=0, falloff=0, peak=0)
Default class constructor.
source code
 
IsEqual(self, pm)
Returns whether 2 PeakMeterData are the same.
source code
 
IsGreater(self, pm)
Returns whether one PeakMeterData is greater than another.
source code
 
IsLower(self, pm)
Returns whether one PeakMeterData is smaller than another.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, value=0, falloff=0, peak=0)
(Constructor)

source code 

Default class constructor.

Parameters:
  • value - the current value;
  • falloff - the falloff effect