setTubeSimulator method
Tube Simulator (soft harmonic saturation).
Implementation
void setTubeSimulator(bool enable) {
if (_enginePtr == ffi.nullptr) return;
_tubeSimulator(_enginePtr, enable ? 1 : 0);
}
Tube Simulator (soft harmonic saturation).
void setTubeSimulator(bool enable) {
if (_enginePtr == ffi.nullptr) return;
_tubeSimulator(_enginePtr, enable ? 1 : 0);
}