DialWT

positive constant value dial, factory object with display of number oof wavetable in brds wavetable osc
Author: Johannes Taelman Albert van der Zee
License: BSD
Github: azaxo/ctrl/DialWT.axo

Inlets

None

Outlets

frac32.positive output

Parameters

frac32.u.map value

Displays

int32.label table

Control Rate
int32_t table = (int)((param_value - 1) / 6710886) + 1;
disp_table = (table > 20) ? 20 : table;
outlet_out = param_value;

Privacy

© 2024 Zrna Research