Skip to main content

VisibleRange

Represents a half-open range of samples within an audio sample [begin, end) with sub-sample precision.

class VisibleRange

Constructor

constructor(begin: Float, end: Float)

Creates a visible range from begin up to, but not including, end.

Properties

begin

begin: Float { get set }

The starting sample index of the range.


end

end: Float { get set }

The ending sample index of the range.