Definition at line 124 of file wave_simulation.cpp.
124 {
126 if (
mSim->getHalfDuplex()) {
127 uint16_t v2 = static_cast<uint16_t>(value);
133 }
134 }
135 return static_cast<uint8_t>(((static_cast<uint16_t>(value) + 32768)) >> 8);
136}
int16_t geti16(size_t x, size_t y) const
fl::scoped_ptr< WaveSimulation2D_Real > mSim
uint8_t half_duplex_blend_sqrt_q15(uint16_t x)
uint8_t half_duplex_blend_linear(uint16_t x)
References geti16(), mSim, mU8Mode, fl::WAVE_U8_MODE_LINEAR, fl::WAVE_U8_MODE_SQRT, x, and y.