Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimSoundObservationTap Struct Reference

Latest sound-control values produced by an observation operator. More...

#include <sound_observation.h>

Public Attributes

double gain
 
double pan
 
double pitch_hz
 
double fm
 
SimSoundOutputMode output_mode
 
bool valid
 
size_t step_index
 

Detailed Description

Latest sound-control values produced by an observation operator.

Member Data Documentation

◆ fm

double SimSoundObservationTap::fm

Latest frequency-modulation control.

◆ gain

double SimSoundObservationTap::gain

Latest gain control.

◆ output_mode

SimSoundOutputMode SimSoundObservationTap::output_mode

Output mode that produced this tap.

◆ pan

double SimSoundObservationTap::pan

Latest pan control.

◆ pitch_hz

double SimSoundObservationTap::pitch_hz

Latest pitch in Hz.

◆ step_index

size_t SimSoundObservationTap::step_index

Simulation step that produced this tap.

◆ valid

bool SimSoundObservationTap::valid

True when the tap contains initialized values.


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