LowPass

@Serializable
data class LowPass(val smoothing: Float = 20.0f)

Constructors

Link copied to clipboard
constructor(smoothing: Float = 20.0f)

Properties

Link copied to clipboard
@EncodeDefault
val smoothing: Float = 20.0f