MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
mostly_harmless::core::InitContext Struct Reference

Container for context passed to IEngine::initialise. More...

#include <mostlyharmless_IEngine.h>

Public Attributes

double sampleRate
 
std::uint32_t minBufferSize
 
std::uint32_t maxBufferSize
 

Detailed Description

Container for context passed to IEngine::initialise.

Member Data Documentation

◆ maxBufferSize

std::uint32_t mostly_harmless::core::InitContext::maxBufferSize

The maximum buffer size the host can pass to the plugin.

◆ minBufferSize

std::uint32_t mostly_harmless::core::InitContext::minBufferSize

The minimum buffer size the host can pass to the plugin.

◆ sampleRate

double mostly_harmless::core::InitContext::sampleRate

The current host sample rate.


The documentation for this struct was generated from the following file: