Skip to content

Struct Ase::BusInfo

ClassList > Ase > BusInfo

Structure providing supplementary information about input/output buses.

  • #include <processor.hh>

Inherited by the following classes: Ase::AudioProcessor::IOBus

Public Attributes

Type Name
CString blurb
Short description for user interface tooltips.
CString hints
Hints for parameter handling.
CString ident
Identifier used for serialization.
CString label
Preferred user interface name.
SpeakerArrangement speakers = = SpeakerArrangement::NONE
Channel to speaker arrangement.

Public Functions

Type Name
uint n_channels () const
Number of channels described by speakers .

Public Attributes Documentation

variable blurb

CString Ase::BusInfo::blurb;

variable hints

CString Ase::BusInfo::hints;

variable ident

CString Ase::BusInfo::ident;

variable label

CString Ase::BusInfo::label;

variable speakers

SpeakerArrangement Ase::BusInfo::speakers;

Public Functions Documentation

function n_channels

inline uint Ase::BusInfo::n_channels () const


The documentation for this class was generated from the following file /__w/anklang/anklang/ase/processor.hh