![]() |
Klang C++
Language Reference (draft)
|
A parallel bank of multiple audio objects. More...
#include <klang.h>
Inheritance diagram for klang::Bank< TYPE, COUNT >:Public Member Functions | |
| TYPE & | operator[] (int index) |
| const TYPE & | operator[] (int index) const |
| template<typename... Args> | |
| void | set (Args... args) |
| void | input () override |
| void | process () override |
Public Attributes | |
| TYPE | items [COUNT] |
|
inlineoverride |
|
inline |
|
inline |
|
inlineoverride |
|
inline |
| TYPE klang::Bank< TYPE, COUNT >::items[COUNT] |