|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
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 |
Latest sound-control values produced by an observation operator.
| double SimSoundObservationTap::fm |
Latest frequency-modulation control.
| double SimSoundObservationTap::gain |
Latest gain control.
| SimSoundOutputMode SimSoundObservationTap::output_mode |
Output mode that produced this tap.
| double SimSoundObservationTap::pan |
Latest pan control.
| double SimSoundObservationTap::pitch_hz |
Latest pitch in Hz.
| size_t SimSoundObservationTap::step_index |
Simulation step that produced this tap.
| bool SimSoundObservationTap::valid |
True when the tap contains initialized values.