Container for context passed to IEngine::process. More...
#include <mostlyharmless_IEngine.h>
Public Attributes | |
marvin::containers::BufferView< float > | buffer |
std::optional< mostly_harmless::TransportState > | transportState |
Container for context passed to IEngine::process.
marvin::containers::BufferView<float> mostly_harmless::core::ProcessContext::buffer |
A non owning view into the current buffer slice, passed by runBlockDispatch.
std::optional<mostly_harmless::TransportState> mostly_harmless::core::ProcessContext::transportState |
If provided by the host, contains the last reported transport info. std::nullopt otherwise.