Home
last modified time | relevance | path

Searched defs:LatencyRange (Results 1 – 1 of 1) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtypes.h774 struct LatencyRange { struct
775 LatencyRange () : min (0), max (0) {} in LatencyRange() argument
776 LatencyRange (const LatencyRange& other) : min (other.min), max (other.max) {} in LatencyRange() argument
781 bool operator==(const LatencyRange& other) const { argument