Searched refs:PressureChange (Results 1 – 7 of 7) sorted by relevance
85 class PressureChange {89 PressureChange(): PSetID(0), UnitInc(0) {} in PressureChange() function90 PressureChange(unsigned id): PSetID(id+1), UnitInc(0) { in PressureChange() function107 bool operator==(const PressureChange &RHS) const {112 template <> struct isPodLike<PressureChange> {127 PressureChange PressureChanges[MaxPSets];129 typedef PressureChange* iterator;134 typedef const PressureChange* const_iterator;181 PressureChange Excess;182 PressureChange CriticalMax;[all …]
380 std::vector<PressureChange> RegionCriticalPSets;417 const std::vector<PressureChange> &getRegionCriticalPSets() const { in getRegionCriticalPSets()
82 for (const PressureChange &Change : *this) { in dump()452 PressureChange PTmp = PressureChange(*PSetI); in addPressureChange()656 Delta.Excess = PressureChange(); in computeExcessPressureDelta()677 Delta.Excess = PressureChange(i); in computeExcessPressureDelta()692 ArrayRef<PressureChange> CriticalPSets, in computeMaxPressureDelta()695 Delta.CriticalMax = PressureChange(); in computeMaxPressureDelta()696 Delta.CurrentMax = PressureChange(); in computeMaxPressureDelta()712 Delta.CriticalMax = PressureChange(i); in computeMaxPressureDelta()720 Delta.CurrentMax = PressureChange(i); in computeMaxPressureDelta()772 ArrayRef<PressureChange> CriticalPSets, in getMaxUpwardPressureDelta()[all …]
933 RegionCriticalPSets.push_back(PressureChange(i)); in initRegPressure()2318 PressureChange P; in traceCandidate()2578 static bool tryPressure(const PressureChange &TryP, in tryPressure()2579 const PressureChange &CandP, in tryPressure()
237 PressureChange P = PressureChange());
418 SUnit *SU, PressureChange P) { in traceCandidate()
755 self.PressureChange(event)785 def PressureChange (self, event): member in MIDIControllers