Fitting

data class Fitting(val techLevel: Int, val info: String? = null, val purpose: String? = null)

Represents the values needed to retrieve a Processing Preset for the current Processing session

Since

5.0.0

12.0.0 moved to io.mimi.sdk.processing.model

Parameters

techLevel

the tech level of the Mimi Processing library to use (e.g. 4).

info

additional custom flags for backend.

purpose

describes the intended usage for backend.

Constructors

Link copied to clipboard
constructor(techLevel: Int, info: String? = null, purpose: String? = null)

Properties

Link copied to clipboard
val info: String? = null
Link copied to clipboard
val purpose: String? = null
Link copied to clipboard