VoxaTrace
Toggle table of contents
0.9.2
common
Target filter
common
Switch theme
Search in API
Skip to content
VoxaTrace
VoxaTrace
/
com.musicmuni.voxatrace.calibra
/
RangeStats
Range
Stats
data
class
RangeStats
(
val
totalPitchesReceived
:
Int
,
val
validPitchesAfterFiltering
:
Int
,
val
stableSegmentsDetected
:
Int
,
val
longestStableSegmentSeconds
:
Float
,
val
hasEnoughDataForRange
:
Boolean
)
Statistics about accumulated range data.
Members
Constructors
Range
Stats
Link copied to clipboard
constructor
(
totalPitchesReceived
:
Int
,
validPitchesAfterFiltering
:
Int
,
stableSegmentsDetected
:
Int
,
longestStableSegmentSeconds
:
Float
,
hasEnoughDataForRange
:
Boolean
)
Properties
has
Enough
Data
For
Range
Link copied to clipboard
val
hasEnoughDataForRange
:
Boolean
longest
Stable
Segment
Seconds
Link copied to clipboard
val
longestStableSegmentSeconds
:
Float
stable
Segments
Detected
Link copied to clipboard
val
stableSegmentsDetected
:
Int
total
Pitches
Received
Link copied to clipboard
val
totalPitchesReceived
:
Int
valid
Pitches
After
Filtering
Link copied to clipboard
val
validPitchesAfterFiltering
:
Int