|
const std::map< std::string, juce::AudioSampleBuffer > & | buffers |
|
const std::map< std::string, double > & | sampleRates |
|
|
std::map< std::string, juce::AudioSampleBuffer > | buffersModifiable |
|
std::map< std::string, double > | sampleRatesModifiable |
|
Definition at line 18 of file IRBank.h.
◆ IRBank()
reverb::IRBank::IRBank |
( |
| ) |
|
Construct IR bank.
Sets public buffer & sample rate references and calls build() method to populate IR bank.
Definition at line 31 of file IRBank.cpp.
◆ build()
void reverb::IRBank::build |
( |
| ) |
|
|
protected |
Build IR bank from binary data.
Finds all audio resources and builds sample buffers for each. Rejects any resources with the wrong format (only keep WAVE or AIFF).
Definition at line 44 of file IRBank.cpp.
◆ getInstance()
const IRBank & reverb::IRBank::getInstance |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: