Struct 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
Short description for user interface tooltips.
CString Ase::BusInfo::blurb;
variable hints
Hints for parameter handling.
CString Ase::BusInfo::hints;
variable ident
Identifier used for serialization.
CString Ase::BusInfo::ident;
variable label
Preferred user interface name.
CString Ase::BusInfo::label;
variable speakers
Channel to speaker arrangement.
SpeakerArrangement Ase::BusInfo::speakers;
Public Functions Documentation
function n_channels
Number of channels described by speakers
.
inline uint Ase::BusInfo::n_channels () const
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/processor.hh