enum classafMicromod::MicromodChannels

sys::Obj
  sys::Enum
    afMicromod::MicromodChannels

@Serializable { simple=true }

Defines whether playback is Stereo or Mono.

fromStr

Source

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

Source

const static MicromodChannels mono := ...

stereo

Source

const static MicromodChannels stereo := ...

vals

Source

const static MicromodChannels[] vals := ...

List of MicromodChannels values indexed by ordinal