Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Types | |
enum | IOTag : uint { IBUS , OBUS } |
Public Member Functions | |
IOBus (IOTag io_tag, const String &ident, const String &label, SpeakerArrangement sa) | |
![]() | |
uint | n_channels () const |
Number of channels described by speakers . | |
Public Attributes | ||
union { | ||
IOTag | iotag | |
struct { | ||
IOTag | ibus | |
OBusId | obusid | |
AudioProcessor * | oproc | |
} | ||
struct { | ||
IOTag | obus | |
uint | fbuffer_concounter | |
uint | fbuffer_count | |
uint | fbuffer_index | |
} | ||
uint | mem_ [4] | |
}; | ||
![]() | ||
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. | ||
Definition at line 287 of file processor.hh.
enum Ase::AudioProcessor::IOBus::IOTag : uint |
Definition at line 288 of file processor.hh.
|
explicit |
Definition at line 17 of file processor.cc.