|
HART
0.2.0
High level Audio Regression and Testing
|
Custom data structures and containers. More...
Classes | |
| class | AudioBuffer< SampleType > |
| Container for audio data. More... | |
| class | ChannelFlags |
| A set of boolean flags mapped to each audio channel. More... | |
Typedefs | |
| using | EnvelopeBuffers = std::unordered_map< int, std::vector< double > > |
| Hash table of automation envelope sequences mapped to param ids. | |
Custom data structures and containers.
| using EnvelopeBuffers = std::unordered_map<int, std::vector<double> > |
Hash table of automation envelope sequences mapped to param ids.
Keys: Param IDs (int enums like GainDb::gainDb) Values: Sequence of automation envelope values for this Param ID, one value per frame
Definition at line 24 of file hart_dsp.hpp.