Searched refs:PressureChange (Results 1 – 8 of 8) sorted by relevance
93 class PressureChange {97 PressureChange(): PSetID(0), UnitInc(0) {} in PressureChange() function98 PressureChange(unsigned id): PSetID(id+1), UnitInc(0) { in PressureChange() function115 bool operator==(const PressureChange &RHS) const {120 template <> struct isPodLike<PressureChange> {135 PressureChange PressureChanges[MaxPSets];137 typedef PressureChange* iterator;142 typedef const PressureChange* const_iterator;224 PressureChange Excess;225 PressureChange CriticalMax;[all …]
379 std::vector<PressureChange> RegionCriticalPSets;421 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()
102 for (const PressureChange &Change : *this) { in dump()646 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange()922 Delta.Excess = PressureChange(); in computeExcessPressureDelta()943 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()958 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta()961 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()962 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()978 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()986 Delta.CurrentMax = PressureChange(i); in computeMaxPressureDelta()1054 ArrayRef<PressureChange> CriticalPSets, in getMaxUpwardPressureDelta()[all …]
950 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure()2416 PressureChange P; in traceCandidate()2677 static bool tryPressure(const PressureChange &TryP, in tryPressure()2678 const PressureChange &CandP, in tryPressure()
1755 ArrayRef<PressureChange> CriticalPSets; in registerPressureFilter()
236 PressureChange P = PressureChange());
418 SUnit *SU, PressureChange P) { in traceCandidate()
755 self.PressureChange(event)785 def PressureChange (self, event): member in MIDIControllers