enum classafMicromod::Channels

sys::Obj
  sys::Enum
    afMicromod::Channels

@Serializable { simple=true }

Defines whether playback is Stereo or Mono.

fromStr

Source

static new fromStr(Str name, Bool checked := true)

Return the Channels instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

mono

Source

const static Channels mono := ...

stereo

Source

const static Channels stereo := ...

vals

Source

const static Channels[] vals := Channels[Channels.mono,Channels.stereo]

List of Channels values indexed by ordinal