#include "processor.hh"
Public Member Functions | |
uint | n_channels () const |
Public Attributes | |
CString | blurb |
CString | hints |
CString | ident |
CString | label |
SpeakerArrangement | speakers |
Structure providing supplementary information about input/output buses.
uint n_channels | ( | ) | const |
Number of channels described by `speakers`.
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.