| 
    Anklang-0.3.0.dev502+ga23511a1 anklang-0.3.0.dev502+ga23511a1
    
   ASE — Anklang Sound Engine (C++) 
   « « « Anklang Documentation  | 
 
Structure providing supplementary information about input/output buses. More...
#include "processor.hh"
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.   | |
Structure providing supplementary information about input/output buses.
Definition at line 44 of file processor.hh.
| 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().
| CString Ase::BusInfo::blurb | 
Short description for user interface tooltips.
Definition at line 48 of file processor.hh.
| CString Ase::BusInfo::hints | 
Hints for parameter handling.
Definition at line 47 of file processor.hh.
| 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().
| CString Ase::BusInfo::label | 
Preferred user interface name.
Definition at line 46 of file processor.hh.
| SpeakerArrangement Ase::BusInfo::speakers | 
Channel to speaker arrangement.
Definition at line 49 of file processor.hh.
Referenced by Ase::AudioProcessor::connect(), and n_channels().