Fitting

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

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

Since

5.0.0

Parameters

techLevel

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

info

custom flags for backend to take into account.

Constructors

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

Properties

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