Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
ts::LfoEngine::Limits Struct Reference

Depth clamp and rounding constant for a destination. More...

#include <tabulasonora/lfo_engine.hpp>

Public Attributes

int clamp = 0
int rounding = 0

Detailed Description

Depth clamp and rounding constant for a destination.

Amplitude rounds by ceiling while pitch and filter round to nearest. Only the constant differs; the sign-magnitude multiply is otherwise identical.

Member Data Documentation

◆ clamp

int ts::LfoEngine::Limits::clamp = 0

◆ rounding

int ts::LfoEngine::Limits::rounding = 0

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