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.model
/
SessionState
/
SessionState
Session
State
constructor
(
phase
:
SessionPhase
=
SessionPhase.IDLE
,
activeSegmentIndex
:
Int
?
=
null
,
activeSegment
:
Segment
?
=
null
,
currentPitch
:
Float
=
-1f
,
currentAmplitude
:
Float
=
0.0f
,
segmentProgress
:
Float
=
0.0f
,
completedSegments
:
Set
<
Int
>
=
emptySet()
,
error
:
String
?
=
null
)