HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
Data Structures

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.
 

Detailed Description

Custom data structures and containers.

Typedef Documentation

◆ EnvelopeBuffers

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.