Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Ase::BusInfo Struct Reference

Structure providing supplementary information about input/output buses. More...

#include "processor.hh"

Inheritance diagram for Ase::BusInfo:
[legend]

Public Member Functions

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

Public Attributes

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

Detailed Description

Structure providing supplementary information about input/output buses.

Definition at line 44 of file processor.hh.

Member Function Documentation

◆ n_channels()

uint Ase::BusInfo::n_channels ( ) const

Number of channels described by speakers.

Definition at line 418 of file processor.hh.

References speakers.

Referenced by Ase::AudioProcessor::connect(), Ase::AudioProcessor::n_ichannels(), and Ase::AudioProcessor::n_ochannels().

Member Data Documentation

◆ blurb

CString Ase::BusInfo::blurb

Short description for user interface tooltips.

Definition at line 48 of file processor.hh.

◆ hints

CString Ase::BusInfo::hints

Hints for parameter handling.

Definition at line 47 of file processor.hh.

◆ ident

CString Ase::BusInfo::ident

Identifier used for serialization.

Definition at line 45 of file processor.hh.

Referenced by Ase::AudioProcessor::find_ibus(), and Ase::AudioProcessor::find_obus().

◆ label

CString Ase::BusInfo::label

Preferred user interface name.

Definition at line 46 of file processor.hh.

◆ speakers

SpeakerArrangement Ase::BusInfo::speakers

Channel to speaker arrangement.

Definition at line 49 of file processor.hh.

Referenced by Ase::AudioProcessor::connect(), and n_channels().


The documentation for this struct was generated from the following file: