TrackAttribute

@Serializable
data class TrackAttribute<T : Number>(val tuneableTrackAttribute: TuneableTrackAttribute<T>, val value: T)(source)

The track attribute wrapper contains a set value for a specific TuneableTrackAttribute

Parameters

tuneableTrackAttribute

The TuneableTrackAttribute that this TrackAttribute will correspond to.

value

The value of the tuneableTrackAttribute.

Constructors

Link copied to clipboard
constructor(tuneableTrackAttribute: TuneableTrackAttribute<T>, value: T)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: T