enum classafMicromod::MicromodChannels
sys::Obj sys::Enum afMicromod::MicromodChannels
@Serializable { simple=true }
Defines whether playback is Stereo or Mono.
- fromStr
static new fromStr(Str name, Bool checked := true)Return the MicromodChannels instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- mono
const static MicromodChannels mono := ...- stereo
const static MicromodChannels stereo := ...- vals
const static MicromodChannels[] vals := ...List of MicromodChannels values indexed by ordinal