Container for context passed to IEngine::initialise. More...
#include <mostlyharmless_IEngine.h>
Public Attributes | |
double | sampleRate |
std::uint32_t | minBufferSize |
std::uint32_t | maxBufferSize |
Container for context passed to IEngine::initialise.
std::uint32_t mostly_harmless::core::InitContext::maxBufferSize |
The maximum buffer size the host can pass to the plugin.
std::uint32_t mostly_harmless::core::InitContext::minBufferSize |
The minimum buffer size the host can pass to the plugin.
double mostly_harmless::core::InitContext::sampleRate |
The current host sample rate.